type google.golang.org/genproto/googleapis/monitoring/v3.GetServiceRequest

17 uses

	google.golang.org/genproto/googleapis/monitoring/v3 (current package)
		service_service.pb.go#L121: type GetServiceRequest struct {
		service_service.pb.go#L132: func (x *GetServiceRequest) Reset() {
		service_service.pb.go#L133: 	*x = GetServiceRequest{}
		service_service.pb.go#L141: func (x *GetServiceRequest) String() string {
		service_service.pb.go#L145: func (*GetServiceRequest) ProtoMessage() {}
		service_service.pb.go#L147: func (x *GetServiceRequest) ProtoReflect() protoreflect.Message {
		service_service.pb.go#L160: func (*GetServiceRequest) Descriptor() ([]byte, []int) {
		service_service.pb.go#L164: func (x *GetServiceRequest) GetName() string {
		service_service.pb.go#L1144: 	(*GetServiceRequest)(nil),                  // 1: google.monitoring.v3.GetServiceRequest
		service_service.pb.go#L1219: 			switch v := v.(*GetServiceRequest); i {
		service_service.pb.go#L1386: 	GetService(ctx context.Context, in *GetServiceRequest, opts ...grpc.CallOption) (*Service, error)
		service_service.pb.go#L1422: func (c *serviceMonitoringServiceClient) GetService(ctx context.Context, in *GetServiceRequest, opts ...grpc.CallOption) (*Service, error) {
		service_service.pb.go#L1508: 	GetService(context.Context, *GetServiceRequest) (*Service, error)
		service_service.pb.go#L1534: func (*UnimplementedServiceMonitoringServiceServer) GetService(context.Context, *GetServiceRequest) (*Service, error) {
		service_service.pb.go#L1585: 	in := new(GetServiceRequest)
		service_service.pb.go#L1597: 		return srv.(ServiceMonitoringServiceServer).GetService(ctx, req.(*GetServiceRequest))

	cloud.google.com/go/monitoring/apiv3
		service_monitoring_client.go#L233: func (c *ServiceMonitoringClient) GetService(ctx context.Context, req *monitoringpb.GetServiceRequest, opts ...gax.CallOption) (*monitoringpb.Service, error) {