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