type google.golang.org/genproto/googleapis/logging/v2.ListLogEntriesResponse

17 uses

	google.golang.org/genproto/googleapis/logging/v2 (current package)
		logging.pb.go#L468: type ListLogEntriesResponse struct {
		logging.pb.go#L490: func (x *ListLogEntriesResponse) Reset() {
		logging.pb.go#L491: 	*x = ListLogEntriesResponse{}
		logging.pb.go#L499: func (x *ListLogEntriesResponse) String() string {
		logging.pb.go#L503: func (*ListLogEntriesResponse) ProtoMessage() {}
		logging.pb.go#L505: func (x *ListLogEntriesResponse) ProtoReflect() protoreflect.Message {
		logging.pb.go#L518: func (*ListLogEntriesResponse) Descriptor() ([]byte, []int) {
		logging.pb.go#L522: func (x *ListLogEntriesResponse) GetEntries() []*LogEntry {
		logging.pb.go#L529: func (x *ListLogEntriesResponse) GetNextPageToken() string {
		logging.pb.go#L1051: 	(*ListLogEntriesResponse)(nil),                   // 5: google.logging.v2.ListLogEntriesResponse
		logging.pb.go#L1158: 			switch v := v.(*ListLogEntriesResponse); i {
		logging.pb.go#L1267: 	ListLogEntries(ctx context.Context, in *ListLogEntriesRequest, opts ...grpc.CallOption) (*ListLogEntriesResponse, error)
		logging.pb.go#L1301: func (c *loggingServiceV2Client) ListLogEntries(ctx context.Context, in *ListLogEntriesRequest, opts ...grpc.CallOption) (*ListLogEntriesResponse, error) {
		logging.pb.go#L1302: 	out := new(ListLogEntriesResponse)
		logging.pb.go#L1347: 	ListLogEntries(context.Context, *ListLogEntriesRequest) (*ListLogEntriesResponse, error)
		logging.pb.go#L1365: func (*UnimplementedLoggingServiceV2Server) ListLogEntries(context.Context, *ListLogEntriesRequest) (*ListLogEntriesResponse, error) {

	cloud.google.com/go/logging/apiv2
		logging_client.go#L181: 		var resp *loggingpb.ListLogEntriesResponse