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

19 uses

	google.golang.org/genproto/googleapis/monitoring/v3 (current package)
		service_service.pb.go#L439: type CreateServiceLevelObjectiveRequest struct {
		service_service.pb.go#L458: func (x *CreateServiceLevelObjectiveRequest) Reset() {
		service_service.pb.go#L459: 	*x = CreateServiceLevelObjectiveRequest{}
		service_service.pb.go#L467: func (x *CreateServiceLevelObjectiveRequest) String() string {
		service_service.pb.go#L471: func (*CreateServiceLevelObjectiveRequest) ProtoMessage() {}
		service_service.pb.go#L473: func (x *CreateServiceLevelObjectiveRequest) ProtoReflect() protoreflect.Message {
		service_service.pb.go#L486: func (*CreateServiceLevelObjectiveRequest) Descriptor() ([]byte, []int) {
		service_service.pb.go#L490: func (x *CreateServiceLevelObjectiveRequest) GetParent() string {
		service_service.pb.go#L497: func (x *CreateServiceLevelObjectiveRequest) GetServiceLevelObjectiveId() string {
		service_service.pb.go#L504: func (x *CreateServiceLevelObjectiveRequest) GetServiceLevelObjective() *ServiceLevelObjective {
		service_service.pb.go#L1149: 	(*CreateServiceLevelObjectiveRequest)(nil), // 6: google.monitoring.v3.CreateServiceLevelObjectiveRequest
		service_service.pb.go#L1279: 			switch v := v.(*CreateServiceLevelObjectiveRequest); i {
		service_service.pb.go#L1394: 	CreateServiceLevelObjective(ctx context.Context, in *CreateServiceLevelObjectiveRequest, opts ...grpc.CallOption) (*ServiceLevelObjective, error)
		service_service.pb.go#L1458: func (c *serviceMonitoringServiceClient) CreateServiceLevelObjective(ctx context.Context, in *CreateServiceLevelObjectiveRequest, opts ...grpc.CallOption) (*ServiceLevelObjective, error) {
		service_service.pb.go#L1516: 	CreateServiceLevelObjective(context.Context, *CreateServiceLevelObjectiveRequest) (*ServiceLevelObjective, error)
		service_service.pb.go#L1546: func (*UnimplementedServiceMonitoringServiceServer) CreateServiceLevelObjective(context.Context, *CreateServiceLevelObjectiveRequest) (*ServiceLevelObjective, error) {
		service_service.pb.go#L1657: 	in := new(CreateServiceLevelObjectiveRequest)
		service_service.pb.go#L1669: 		return srv.(ServiceMonitoringServiceServer).CreateServiceLevelObjective(ctx, req.(*CreateServiceLevelObjectiveRequest))

	cloud.google.com/go/monitoring/apiv3
		service_monitoring_client.go#L321: func (c *ServiceMonitoringClient) CreateServiceLevelObjective(ctx context.Context, req *monitoringpb.CreateServiceLevelObjectiveRequest, opts ...gax.CallOption) (*monitoringpb.ServiceLevelObjective, error) {