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