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 void
ServiceMonitoringServiceClient. 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 DeleteServiceLevelObjectiveRequest
DeleteServiceLevelObjectiveRequest.Builder. build()
DeleteServiceLevelObjectiveRequest
DeleteServiceLevelObjectiveRequest.Builder. buildPartial()
static DeleteServiceLevelObjectiveRequest
DeleteServiceLevelObjectiveRequest. getDefaultInstance()
DeleteServiceLevelObjectiveRequest
DeleteServiceLevelObjectiveRequest.Builder. getDefaultInstanceForType()
DeleteServiceLevelObjectiveRequest
DeleteServiceLevelObjectiveRequest. getDefaultInstanceForType()
static DeleteServiceLevelObjectiveRequest
DeleteServiceLevelObjectiveRequest. parseDelimitedFrom(InputStream input)
static DeleteServiceLevelObjectiveRequest
DeleteServiceLevelObjectiveRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteServiceLevelObjectiveRequest
DeleteServiceLevelObjectiveRequest. parseFrom(byte[] data)
static DeleteServiceLevelObjectiveRequest
DeleteServiceLevelObjectiveRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteServiceLevelObjectiveRequest
DeleteServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteServiceLevelObjectiveRequest
DeleteServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteServiceLevelObjectiveRequest
DeleteServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteServiceLevelObjectiveRequest
DeleteServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteServiceLevelObjectiveRequest
DeleteServiceLevelObjectiveRequest. parseFrom(InputStream input)
static DeleteServiceLevelObjectiveRequest
DeleteServiceLevelObjectiveRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteServiceLevelObjectiveRequest
DeleteServiceLevelObjectiveRequest. parseFrom(ByteBuffer data)
static DeleteServiceLevelObjectiveRequest
DeleteServiceLevelObjectiveRequest. 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 void
ServiceMonitoringServiceGrpc.AsyncService. deleteServiceLevelObjective(DeleteServiceLevelObjectiveRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Delete the given `ServiceLevelObjective`.com.google.protobuf.Empty
ServiceMonitoringServiceGrpc.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`.void
ServiceMonitoringServiceGrpc.ServiceMonitoringServiceStub. deleteServiceLevelObjective(DeleteServiceLevelObjectiveRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Delete the given `ServiceLevelObjective`.DeleteServiceLevelObjectiveRequest.Builder
DeleteServiceLevelObjectiveRequest.Builder. mergeFrom(DeleteServiceLevelObjectiveRequest other)
static DeleteServiceLevelObjectiveRequest.Builder
DeleteServiceLevelObjectiveRequest. newBuilder(DeleteServiceLevelObjectiveRequest prototype)
-