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

7 uses

	google.golang.org/genproto/googleapis/logging/v2 (current package)
		logging_metrics.pb.go#L1081: type metricsServiceV2Client struct {
		logging_metrics.pb.go#L1086: 	return &metricsServiceV2Client{cc}
		logging_metrics.pb.go#L1089: func (c *metricsServiceV2Client) ListLogMetrics(ctx context.Context, in *ListLogMetricsRequest, opts ...grpc.CallOption) (*ListLogMetricsResponse, error) {
		logging_metrics.pb.go#L1098: func (c *metricsServiceV2Client) GetLogMetric(ctx context.Context, in *GetLogMetricRequest, opts ...grpc.CallOption) (*LogMetric, error) {
		logging_metrics.pb.go#L1107: func (c *metricsServiceV2Client) CreateLogMetric(ctx context.Context, in *CreateLogMetricRequest, opts ...grpc.CallOption) (*LogMetric, error) {
		logging_metrics.pb.go#L1116: func (c *metricsServiceV2Client) UpdateLogMetric(ctx context.Context, in *UpdateLogMetricRequest, opts ...grpc.CallOption) (*LogMetric, error) {
		logging_metrics.pb.go#L1125: func (c *metricsServiceV2Client) DeleteLogMetric(ctx context.Context, in *DeleteLogMetricRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) {