Uses of Class
com.google.monitoring.v3.DeleteServiceLevelObjectiveRequest
-
Packages that use DeleteServiceLevelObjectiveRequest Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub com.google.monitoring.v3 -
-
Uses of DeleteServiceLevelObjectiveRequest in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return types with arguments of type DeleteServiceLevelObjectiveRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteServiceLevelObjectiveRequest,com.google.protobuf.Empty>ServiceMonitoringServiceClient. deleteServiceLevelObjectiveCallable()Delete the given `ServiceLevelObjective`.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteServiceLevelObjectiveRequest,com.google.protobuf.Empty>ServiceMonitoringServiceSettings.Builder. deleteServiceLevelObjectiveSettings()Returns the builder for the settings used for calls to deleteServiceLevelObjective.com.google.api.gax.rpc.UnaryCallSettings<DeleteServiceLevelObjectiveRequest,com.google.protobuf.Empty>ServiceMonitoringServiceSettings. deleteServiceLevelObjectiveSettings()Returns the object with the settings used for calls to deleteServiceLevelObjective.Methods in com.google.cloud.monitoring.v3 with parameters of type DeleteServiceLevelObjectiveRequest Modifier and Type Method Description voidServiceMonitoringServiceClient. deleteServiceLevelObjective(DeleteServiceLevelObjectiveRequest request)Delete the given `ServiceLevelObjective`. -
Uses of DeleteServiceLevelObjectiveRequest in com.google.cloud.monitoring.v3.stub
Methods in com.google.cloud.monitoring.v3.stub that return types with arguments of type DeleteServiceLevelObjectiveRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteServiceLevelObjectiveRequest,com.google.protobuf.Empty>GrpcServiceMonitoringServiceStub. deleteServiceLevelObjectiveCallable()com.google.api.gax.rpc.UnaryCallable<DeleteServiceLevelObjectiveRequest,com.google.protobuf.Empty>ServiceMonitoringServiceStub. deleteServiceLevelObjectiveCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteServiceLevelObjectiveRequest,com.google.protobuf.Empty>ServiceMonitoringServiceStubSettings.Builder. deleteServiceLevelObjectiveSettings()Returns the builder for the settings used for calls to deleteServiceLevelObjective.com.google.api.gax.rpc.UnaryCallSettings<DeleteServiceLevelObjectiveRequest,com.google.protobuf.Empty>ServiceMonitoringServiceStubSettings. deleteServiceLevelObjectiveSettings()Returns the object with the settings used for calls to deleteServiceLevelObjective. -
Uses of DeleteServiceLevelObjectiveRequest in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return DeleteServiceLevelObjectiveRequest Modifier and Type Method Description DeleteServiceLevelObjectiveRequestDeleteServiceLevelObjectiveRequest.Builder. build()DeleteServiceLevelObjectiveRequestDeleteServiceLevelObjectiveRequest.Builder. buildPartial()static DeleteServiceLevelObjectiveRequestDeleteServiceLevelObjectiveRequest. getDefaultInstance()DeleteServiceLevelObjectiveRequestDeleteServiceLevelObjectiveRequest.Builder. getDefaultInstanceForType()DeleteServiceLevelObjectiveRequestDeleteServiceLevelObjectiveRequest. getDefaultInstanceForType()static DeleteServiceLevelObjectiveRequestDeleteServiceLevelObjectiveRequest. parseDelimitedFrom(InputStream input)static DeleteServiceLevelObjectiveRequestDeleteServiceLevelObjectiveRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteServiceLevelObjectiveRequestDeleteServiceLevelObjectiveRequest. parseFrom(byte[] data)static DeleteServiceLevelObjectiveRequestDeleteServiceLevelObjectiveRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteServiceLevelObjectiveRequestDeleteServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteServiceLevelObjectiveRequestDeleteServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteServiceLevelObjectiveRequestDeleteServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteServiceLevelObjectiveRequestDeleteServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteServiceLevelObjectiveRequestDeleteServiceLevelObjectiveRequest. parseFrom(InputStream input)static DeleteServiceLevelObjectiveRequestDeleteServiceLevelObjectiveRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteServiceLevelObjectiveRequestDeleteServiceLevelObjectiveRequest. parseFrom(ByteBuffer data)static DeleteServiceLevelObjectiveRequestDeleteServiceLevelObjectiveRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.monitoring.v3 that return types with arguments of type DeleteServiceLevelObjectiveRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<DeleteServiceLevelObjectiveRequest,com.google.protobuf.Empty>ServiceMonitoringServiceGrpc. getDeleteServiceLevelObjectiveMethod()com.google.protobuf.Parser<DeleteServiceLevelObjectiveRequest>DeleteServiceLevelObjectiveRequest. getParserForType()static com.google.protobuf.Parser<DeleteServiceLevelObjectiveRequest>DeleteServiceLevelObjectiveRequest. parser()Methods in com.google.monitoring.v3 with parameters of type DeleteServiceLevelObjectiveRequest Modifier and Type Method Description default voidServiceMonitoringServiceGrpc.AsyncService. deleteServiceLevelObjective(DeleteServiceLevelObjectiveRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Delete the given `ServiceLevelObjective`.com.google.protobuf.EmptyServiceMonitoringServiceGrpc.ServiceMonitoringServiceBlockingStub. deleteServiceLevelObjective(DeleteServiceLevelObjectiveRequest request)Delete the given `ServiceLevelObjective`.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>ServiceMonitoringServiceGrpc.ServiceMonitoringServiceFutureStub. deleteServiceLevelObjective(DeleteServiceLevelObjectiveRequest request)Delete the given `ServiceLevelObjective`.voidServiceMonitoringServiceGrpc.ServiceMonitoringServiceStub. deleteServiceLevelObjective(DeleteServiceLevelObjectiveRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Delete the given `ServiceLevelObjective`.DeleteServiceLevelObjectiveRequest.BuilderDeleteServiceLevelObjectiveRequest.Builder. mergeFrom(DeleteServiceLevelObjectiveRequest other)static DeleteServiceLevelObjectiveRequest.BuilderDeleteServiceLevelObjectiveRequest. newBuilder(DeleteServiceLevelObjectiveRequest prototype)
-