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

17 uses

	google.golang.org/genproto/googleapis/logging/v2 (current package)
		logging_metrics.pb.go#L454: type GetLogMetricRequest struct {
		logging_metrics.pb.go#L465: func (x *GetLogMetricRequest) Reset() {
		logging_metrics.pb.go#L466: 	*x = GetLogMetricRequest{}
		logging_metrics.pb.go#L474: func (x *GetLogMetricRequest) String() string {
		logging_metrics.pb.go#L478: func (*GetLogMetricRequest) ProtoMessage() {}
		logging_metrics.pb.go#L480: func (x *GetLogMetricRequest) ProtoReflect() protoreflect.Message {
		logging_metrics.pb.go#L493: func (*GetLogMetricRequest) Descriptor() ([]byte, []int) {
		logging_metrics.pb.go#L497: func (x *GetLogMetricRequest) GetMetricName() string {
		logging_metrics.pb.go#L908: 	(*GetLogMetricRequest)(nil),                     // 4: google.logging.v2.GetLogMetricRequest
		logging_metrics.pb.go#L988: 			switch v := v.(*GetLogMetricRequest); i {
		logging_metrics.pb.go#L1072: 	GetLogMetric(ctx context.Context, in *GetLogMetricRequest, opts ...grpc.CallOption) (*LogMetric, error)
		logging_metrics.pb.go#L1098: func (c *metricsServiceV2Client) GetLogMetric(ctx context.Context, in *GetLogMetricRequest, opts ...grpc.CallOption) (*LogMetric, error) {
		logging_metrics.pb.go#L1139: 	GetLogMetric(context.Context, *GetLogMetricRequest) (*LogMetric, error)
		logging_metrics.pb.go#L1155: func (*UnimplementedMetricsServiceV2Server) GetLogMetric(context.Context, *GetLogMetricRequest) (*LogMetric, error) {
		logging_metrics.pb.go#L1191: 	in := new(GetLogMetricRequest)
		logging_metrics.pb.go#L1203: 		return srv.(MetricsServiceV2Server).GetLogMetric(ctx, req.(*GetLogMetricRequest))

	cloud.google.com/go/logging/apiv2
		metrics_client.go#L173: func (c *MetricsClient) GetLogMetric(ctx context.Context, req *loggingpb.GetLogMetricRequest, opts ...gax.CallOption) (*loggingpb.LogMetric, error) {