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