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