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

19 uses

	google.golang.org/genproto/googleapis/monitoring/v3 (current package)
		service_service.pb.go#L51: type CreateServiceRequest struct {
		service_service.pb.go#L67: func (x *CreateServiceRequest) Reset() {
		service_service.pb.go#L68: 	*x = CreateServiceRequest{}
		service_service.pb.go#L76: func (x *CreateServiceRequest) String() string {
		service_service.pb.go#L80: func (*CreateServiceRequest) ProtoMessage() {}
		service_service.pb.go#L82: func (x *CreateServiceRequest) ProtoReflect() protoreflect.Message {
		service_service.pb.go#L95: func (*CreateServiceRequest) Descriptor() ([]byte, []int) {
		service_service.pb.go#L99: func (x *CreateServiceRequest) GetParent() string {
		service_service.pb.go#L106: func (x *CreateServiceRequest) GetServiceId() string {
		service_service.pb.go#L113: func (x *CreateServiceRequest) GetService() *Service {
		service_service.pb.go#L1143: 	(*CreateServiceRequest)(nil),               // 0: google.monitoring.v3.CreateServiceRequest
		service_service.pb.go#L1207: 			switch v := v.(*CreateServiceRequest); i {
		service_service.pb.go#L1384: 	CreateService(ctx context.Context, in *CreateServiceRequest, opts ...grpc.CallOption) (*Service, error)
		service_service.pb.go#L1413: func (c *serviceMonitoringServiceClient) CreateService(ctx context.Context, in *CreateServiceRequest, opts ...grpc.CallOption) (*Service, error) {
		service_service.pb.go#L1506: 	CreateService(context.Context, *CreateServiceRequest) (*Service, error)
		service_service.pb.go#L1531: func (*UnimplementedServiceMonitoringServiceServer) CreateService(context.Context, *CreateServiceRequest) (*Service, error) {
		service_service.pb.go#L1567: 	in := new(CreateServiceRequest)
		service_service.pb.go#L1579: 		return srv.(ServiceMonitoringServiceServer).CreateService(ctx, req.(*CreateServiceRequest))

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