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

18 uses

	google.golang.org/genproto/googleapis/monitoring/v3 (current package)
		service_service.pb.go#L730: type UpdateServiceLevelObjectiveRequest struct {
		service_service.pb.go#L742: func (x *UpdateServiceLevelObjectiveRequest) Reset() {
		service_service.pb.go#L743: 	*x = UpdateServiceLevelObjectiveRequest{}
		service_service.pb.go#L751: func (x *UpdateServiceLevelObjectiveRequest) String() string {
		service_service.pb.go#L755: func (*UpdateServiceLevelObjectiveRequest) ProtoMessage() {}
		service_service.pb.go#L757: func (x *UpdateServiceLevelObjectiveRequest) ProtoReflect() protoreflect.Message {
		service_service.pb.go#L770: func (*UpdateServiceLevelObjectiveRequest) Descriptor() ([]byte, []int) {
		service_service.pb.go#L774: func (x *UpdateServiceLevelObjectiveRequest) GetServiceLevelObjective() *ServiceLevelObjective {
		service_service.pb.go#L781: func (x *UpdateServiceLevelObjectiveRequest) GetUpdateMask() *fieldmaskpb.FieldMask {
		service_service.pb.go#L1153: 	(*UpdateServiceLevelObjectiveRequest)(nil), // 10: google.monitoring.v3.UpdateServiceLevelObjectiveRequest
		service_service.pb.go#L1327: 			switch v := v.(*UpdateServiceLevelObjectiveRequest); i {
		service_service.pb.go#L1400: 	UpdateServiceLevelObjective(ctx context.Context, in *UpdateServiceLevelObjectiveRequest, opts ...grpc.CallOption) (*ServiceLevelObjective, error)
		service_service.pb.go#L1485: func (c *serviceMonitoringServiceClient) UpdateServiceLevelObjective(ctx context.Context, in *UpdateServiceLevelObjectiveRequest, opts ...grpc.CallOption) (*ServiceLevelObjective, error) {
		service_service.pb.go#L1522: 	UpdateServiceLevelObjective(context.Context, *UpdateServiceLevelObjectiveRequest) (*ServiceLevelObjective, error)
		service_service.pb.go#L1555: func (*UnimplementedServiceMonitoringServiceServer) UpdateServiceLevelObjective(context.Context, *UpdateServiceLevelObjectiveRequest) (*ServiceLevelObjective, error) {
		service_service.pb.go#L1711: 	in := new(UpdateServiceLevelObjectiveRequest)
		service_service.pb.go#L1723: 		return srv.(ServiceMonitoringServiceServer).UpdateServiceLevelObjective(ctx, req.(*UpdateServiceLevelObjectiveRequest))

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