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

17 uses

	google.golang.org/genproto/googleapis/monitoring/v3 (current package)
		service_service.pb.go#L789: type DeleteServiceLevelObjectiveRequest struct {
		service_service.pb.go#L800: func (x *DeleteServiceLevelObjectiveRequest) Reset() {
		service_service.pb.go#L801: 	*x = DeleteServiceLevelObjectiveRequest{}
		service_service.pb.go#L809: func (x *DeleteServiceLevelObjectiveRequest) String() string {
		service_service.pb.go#L813: func (*DeleteServiceLevelObjectiveRequest) ProtoMessage() {}
		service_service.pb.go#L815: func (x *DeleteServiceLevelObjectiveRequest) ProtoReflect() protoreflect.Message {
		service_service.pb.go#L828: func (*DeleteServiceLevelObjectiveRequest) Descriptor() ([]byte, []int) {
		service_service.pb.go#L832: func (x *DeleteServiceLevelObjectiveRequest) GetName() string {
		service_service.pb.go#L1154: 	(*DeleteServiceLevelObjectiveRequest)(nil), // 11: google.monitoring.v3.DeleteServiceLevelObjectiveRequest
		service_service.pb.go#L1339: 			switch v := v.(*DeleteServiceLevelObjectiveRequest); i {
		service_service.pb.go#L1402: 	DeleteServiceLevelObjective(ctx context.Context, in *DeleteServiceLevelObjectiveRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
		service_service.pb.go#L1494: func (c *serviceMonitoringServiceClient) DeleteServiceLevelObjective(ctx context.Context, in *DeleteServiceLevelObjectiveRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) {
		service_service.pb.go#L1524: 	DeleteServiceLevelObjective(context.Context, *DeleteServiceLevelObjectiveRequest) (*emptypb.Empty, error)
		service_service.pb.go#L1558: func (*UnimplementedServiceMonitoringServiceServer) DeleteServiceLevelObjective(context.Context, *DeleteServiceLevelObjectiveRequest) (*emptypb.Empty, error) {
		service_service.pb.go#L1729: 	in := new(DeleteServiceLevelObjectiveRequest)
		service_service.pb.go#L1741: 		return srv.(ServiceMonitoringServiceServer).DeleteServiceLevelObjective(ctx, req.(*DeleteServiceLevelObjectiveRequest))

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