Uses of Class
com.google.cloud.compute.v1.RemoveHealthCheckTargetPoolRequest
-
Packages that use RemoveHealthCheckTargetPoolRequest 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 RemoveHealthCheckTargetPoolRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return RemoveHealthCheckTargetPoolRequest Modifier and Type Method Description RemoveHealthCheckTargetPoolRequest
RemoveHealthCheckTargetPoolRequest.Builder. build()
RemoveHealthCheckTargetPoolRequest
RemoveHealthCheckTargetPoolRequest.Builder. buildPartial()
static RemoveHealthCheckTargetPoolRequest
RemoveHealthCheckTargetPoolRequest. getDefaultInstance()
RemoveHealthCheckTargetPoolRequest
RemoveHealthCheckTargetPoolRequest.Builder. getDefaultInstanceForType()
RemoveHealthCheckTargetPoolRequest
RemoveHealthCheckTargetPoolRequest. getDefaultInstanceForType()
static RemoveHealthCheckTargetPoolRequest
RemoveHealthCheckTargetPoolRequest. parseDelimitedFrom(InputStream input)
static RemoveHealthCheckTargetPoolRequest
RemoveHealthCheckTargetPoolRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemoveHealthCheckTargetPoolRequest
RemoveHealthCheckTargetPoolRequest. parseFrom(byte[] data)
static RemoveHealthCheckTargetPoolRequest
RemoveHealthCheckTargetPoolRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemoveHealthCheckTargetPoolRequest
RemoveHealthCheckTargetPoolRequest. parseFrom(com.google.protobuf.ByteString data)
static RemoveHealthCheckTargetPoolRequest
RemoveHealthCheckTargetPoolRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemoveHealthCheckTargetPoolRequest
RemoveHealthCheckTargetPoolRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static RemoveHealthCheckTargetPoolRequest
RemoveHealthCheckTargetPoolRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemoveHealthCheckTargetPoolRequest
RemoveHealthCheckTargetPoolRequest. parseFrom(InputStream input)
static RemoveHealthCheckTargetPoolRequest
RemoveHealthCheckTargetPoolRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemoveHealthCheckTargetPoolRequest
RemoveHealthCheckTargetPoolRequest. parseFrom(ByteBuffer data)
static RemoveHealthCheckTargetPoolRequest
RemoveHealthCheckTargetPoolRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type RemoveHealthCheckTargetPoolRequest Modifier and Type Method Description com.google.protobuf.Parser<RemoveHealthCheckTargetPoolRequest>
RemoveHealthCheckTargetPoolRequest. getParserForType()
static com.google.protobuf.Parser<RemoveHealthCheckTargetPoolRequest>
RemoveHealthCheckTargetPoolRequest. parser()
com.google.api.gax.rpc.UnaryCallable<RemoveHealthCheckTargetPoolRequest,Operation>
TargetPoolsClient. removeHealthCheckCallable()
Removes health check URL from a target pool.com.google.api.gax.rpc.OperationCallable<RemoveHealthCheckTargetPoolRequest,Operation,Operation>
TargetPoolsClient. removeHealthCheckOperationCallable()
Removes health check URL from a target pool.com.google.api.gax.rpc.OperationCallSettings.Builder<RemoveHealthCheckTargetPoolRequest,Operation,Operation>
TargetPoolsSettings.Builder. removeHealthCheckOperationSettings()
Returns the builder for the settings used for calls to removeHealthCheck.com.google.api.gax.rpc.OperationCallSettings<RemoveHealthCheckTargetPoolRequest,Operation,Operation>
TargetPoolsSettings. removeHealthCheckOperationSettings()
Returns the object with the settings used for calls to removeHealthCheck.com.google.api.gax.rpc.UnaryCallSettings.Builder<RemoveHealthCheckTargetPoolRequest,Operation>
TargetPoolsSettings.Builder. removeHealthCheckSettings()
Returns the builder for the settings used for calls to removeHealthCheck.com.google.api.gax.rpc.UnaryCallSettings<RemoveHealthCheckTargetPoolRequest,Operation>
TargetPoolsSettings. removeHealthCheckSettings()
Returns the object with the settings used for calls to removeHealthCheck.Methods in com.google.cloud.compute.v1 with parameters of type RemoveHealthCheckTargetPoolRequest Modifier and Type Method Description RemoveHealthCheckTargetPoolRequest.Builder
RemoveHealthCheckTargetPoolRequest.Builder. mergeFrom(RemoveHealthCheckTargetPoolRequest other)
static RemoveHealthCheckTargetPoolRequest.Builder
RemoveHealthCheckTargetPoolRequest. newBuilder(RemoveHealthCheckTargetPoolRequest prototype)
com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
TargetPoolsClient. removeHealthCheckAsync(RemoveHealthCheckTargetPoolRequest request)
Removes health check URL from a target pool. -
Uses of RemoveHealthCheckTargetPoolRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type RemoveHealthCheckTargetPoolRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<RemoveHealthCheckTargetPoolRequest,Operation>
HttpJsonTargetPoolsStub. removeHealthCheckCallable()
com.google.api.gax.rpc.UnaryCallable<RemoveHealthCheckTargetPoolRequest,Operation>
TargetPoolsStub. removeHealthCheckCallable()
com.google.api.gax.rpc.OperationCallable<RemoveHealthCheckTargetPoolRequest,Operation,Operation>
HttpJsonTargetPoolsStub. removeHealthCheckOperationCallable()
com.google.api.gax.rpc.OperationCallable<RemoveHealthCheckTargetPoolRequest,Operation,Operation>
TargetPoolsStub. removeHealthCheckOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<RemoveHealthCheckTargetPoolRequest,Operation,Operation>
TargetPoolsStubSettings.Builder. removeHealthCheckOperationSettings()
Returns the builder for the settings used for calls to removeHealthCheck.com.google.api.gax.rpc.OperationCallSettings<RemoveHealthCheckTargetPoolRequest,Operation,Operation>
TargetPoolsStubSettings. removeHealthCheckOperationSettings()
Returns the object with the settings used for calls to removeHealthCheck.com.google.api.gax.rpc.UnaryCallSettings.Builder<RemoveHealthCheckTargetPoolRequest,Operation>
TargetPoolsStubSettings.Builder. removeHealthCheckSettings()
Returns the builder for the settings used for calls to removeHealthCheck.com.google.api.gax.rpc.UnaryCallSettings<RemoveHealthCheckTargetPoolRequest,Operation>
TargetPoolsStubSettings. removeHealthCheckSettings()
Returns the object with the settings used for calls to removeHealthCheck.
-