Uses of Class
com.google.cloud.compute.v1.DeleteHealthCheckRequest
-
Packages that use DeleteHealthCheckRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of DeleteHealthCheckRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return DeleteHealthCheckRequest Modifier and Type Method Description DeleteHealthCheckRequest
DeleteHealthCheckRequest.Builder. build()
DeleteHealthCheckRequest
DeleteHealthCheckRequest.Builder. buildPartial()
static DeleteHealthCheckRequest
DeleteHealthCheckRequest. getDefaultInstance()
DeleteHealthCheckRequest
DeleteHealthCheckRequest.Builder. getDefaultInstanceForType()
DeleteHealthCheckRequest
DeleteHealthCheckRequest. getDefaultInstanceForType()
static DeleteHealthCheckRequest
DeleteHealthCheckRequest. parseDelimitedFrom(InputStream input)
static DeleteHealthCheckRequest
DeleteHealthCheckRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteHealthCheckRequest
DeleteHealthCheckRequest. parseFrom(byte[] data)
static DeleteHealthCheckRequest
DeleteHealthCheckRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteHealthCheckRequest
DeleteHealthCheckRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteHealthCheckRequest
DeleteHealthCheckRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteHealthCheckRequest
DeleteHealthCheckRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteHealthCheckRequest
DeleteHealthCheckRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteHealthCheckRequest
DeleteHealthCheckRequest. parseFrom(InputStream input)
static DeleteHealthCheckRequest
DeleteHealthCheckRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteHealthCheckRequest
DeleteHealthCheckRequest. parseFrom(ByteBuffer data)
static DeleteHealthCheckRequest
DeleteHealthCheckRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type DeleteHealthCheckRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteHealthCheckRequest,Operation>
HealthChecksClient. deleteCallable()
Deletes the specified HealthCheck resource.com.google.api.gax.rpc.OperationCallable<DeleteHealthCheckRequest,Operation,Operation>
HealthChecksClient. deleteOperationCallable()
Deletes the specified HealthCheck resource.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteHealthCheckRequest,Operation,Operation>
HealthChecksSettings.Builder. deleteOperationSettings()
Returns the builder for the settings used for calls to delete.com.google.api.gax.rpc.OperationCallSettings<DeleteHealthCheckRequest,Operation,Operation>
HealthChecksSettings. deleteOperationSettings()
Returns the object with the settings used for calls to delete.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteHealthCheckRequest,Operation>
HealthChecksSettings.Builder. deleteSettings()
Returns the builder for the settings used for calls to delete.com.google.api.gax.rpc.UnaryCallSettings<DeleteHealthCheckRequest,Operation>
HealthChecksSettings. deleteSettings()
Returns the object with the settings used for calls to delete.com.google.protobuf.Parser<DeleteHealthCheckRequest>
DeleteHealthCheckRequest. getParserForType()
static com.google.protobuf.Parser<DeleteHealthCheckRequest>
DeleteHealthCheckRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type DeleteHealthCheckRequest Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
HealthChecksClient. deleteAsync(DeleteHealthCheckRequest request)
Deletes the specified HealthCheck resource.DeleteHealthCheckRequest.Builder
DeleteHealthCheckRequest.Builder. mergeFrom(DeleteHealthCheckRequest other)
static DeleteHealthCheckRequest.Builder
DeleteHealthCheckRequest. newBuilder(DeleteHealthCheckRequest prototype)
-
Uses of DeleteHealthCheckRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type DeleteHealthCheckRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteHealthCheckRequest,Operation>
HealthChecksStub. deleteCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteHealthCheckRequest,Operation>
HttpJsonHealthChecksStub. deleteCallable()
com.google.api.gax.rpc.OperationCallable<DeleteHealthCheckRequest,Operation,Operation>
HealthChecksStub. deleteOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteHealthCheckRequest,Operation,Operation>
HttpJsonHealthChecksStub. deleteOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteHealthCheckRequest,Operation,Operation>
HealthChecksStubSettings.Builder. deleteOperationSettings()
Returns the builder for the settings used for calls to delete.com.google.api.gax.rpc.OperationCallSettings<DeleteHealthCheckRequest,Operation,Operation>
HealthChecksStubSettings. deleteOperationSettings()
Returns the object with the settings used for calls to delete.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteHealthCheckRequest,Operation>
HealthChecksStubSettings.Builder. deleteSettings()
Returns the builder for the settings used for calls to delete.com.google.api.gax.rpc.UnaryCallSettings<DeleteHealthCheckRequest,Operation>
HealthChecksStubSettings. deleteSettings()
Returns the object with the settings used for calls to delete.
-