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