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

17 uses

	google.golang.org/genproto/googleapis/logging/v2 (current package)
		logging.pb.go#L737: type ListLogsResponse struct {
		logging.pb.go#L752: func (x *ListLogsResponse) Reset() {
		logging.pb.go#L753: 	*x = ListLogsResponse{}
		logging.pb.go#L761: func (x *ListLogsResponse) String() string {
		logging.pb.go#L765: func (*ListLogsResponse) ProtoMessage() {}
		logging.pb.go#L767: func (x *ListLogsResponse) ProtoReflect() protoreflect.Message {
		logging.pb.go#L780: func (*ListLogsResponse) Descriptor() ([]byte, []int) {
		logging.pb.go#L784: func (x *ListLogsResponse) GetLogNames() []string {
		logging.pb.go#L791: func (x *ListLogsResponse) GetNextPageToken() string {
		logging.pb.go#L1055: 	(*ListLogsResponse)(nil),                         // 9: google.logging.v2.ListLogsResponse
		logging.pb.go#L1206: 			switch v := v.(*ListLogsResponse); i {
		logging.pb.go#L1272: 	ListLogs(ctx context.Context, in *ListLogsRequest, opts ...grpc.CallOption) (*ListLogsResponse, error)
		logging.pb.go#L1319: func (c *loggingServiceV2Client) ListLogs(ctx context.Context, in *ListLogsRequest, opts ...grpc.CallOption) (*ListLogsResponse, error) {
		logging.pb.go#L1320: 	out := new(ListLogsResponse)
		logging.pb.go#L1352: 	ListLogs(context.Context, *ListLogsRequest) (*ListLogsResponse, error)
		logging.pb.go#L1371: func (*UnimplementedLoggingServiceV2Server) ListLogs(context.Context, *ListLogsRequest) (*ListLogsResponse, error) {

	cloud.google.com/go/logging/apiv2
		logging_client.go#L259: 		var resp *loggingpb.ListLogsResponse