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

17 uses

	google.golang.org/genproto/googleapis/logging/v2 (current package)
		logging_metrics.pb.go#L394: type ListLogMetricsResponse struct {
		logging_metrics.pb.go#L407: func (x *ListLogMetricsResponse) Reset() {
		logging_metrics.pb.go#L408: 	*x = ListLogMetricsResponse{}
		logging_metrics.pb.go#L416: func (x *ListLogMetricsResponse) String() string {
		logging_metrics.pb.go#L420: func (*ListLogMetricsResponse) ProtoMessage() {}
		logging_metrics.pb.go#L422: func (x *ListLogMetricsResponse) ProtoReflect() protoreflect.Message {
		logging_metrics.pb.go#L435: func (*ListLogMetricsResponse) Descriptor() ([]byte, []int) {
		logging_metrics.pb.go#L439: func (x *ListLogMetricsResponse) GetMetrics() []*LogMetric {
		logging_metrics.pb.go#L446: func (x *ListLogMetricsResponse) GetNextPageToken() string {
		logging_metrics.pb.go#L907: 	(*ListLogMetricsResponse)(nil),                  // 3: google.logging.v2.ListLogMetricsResponse
		logging_metrics.pb.go#L976: 			switch v := v.(*ListLogMetricsResponse); i {
		logging_metrics.pb.go#L1070: 	ListLogMetrics(ctx context.Context, in *ListLogMetricsRequest, opts ...grpc.CallOption) (*ListLogMetricsResponse, error)
		logging_metrics.pb.go#L1089: func (c *metricsServiceV2Client) ListLogMetrics(ctx context.Context, in *ListLogMetricsRequest, opts ...grpc.CallOption) (*ListLogMetricsResponse, error) {
		logging_metrics.pb.go#L1090: 	out := new(ListLogMetricsResponse)
		logging_metrics.pb.go#L1137: 	ListLogMetrics(context.Context, *ListLogMetricsRequest) (*ListLogMetricsResponse, error)
		logging_metrics.pb.go#L1152: func (*UnimplementedMetricsServiceV2Server) ListLogMetrics(context.Context, *ListLogMetricsRequest) (*ListLogMetricsResponse, error) {

	cloud.google.com/go/logging/apiv2
		metrics_client.go#L141: 		var resp *loggingpb.ListLogMetricsResponse