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