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 DeleteTargetSslProxyRequestDeleteTargetSslProxyRequest.Builder. build()DeleteTargetSslProxyRequestDeleteTargetSslProxyRequest.Builder. buildPartial()static DeleteTargetSslProxyRequestDeleteTargetSslProxyRequest. getDefaultInstance()DeleteTargetSslProxyRequestDeleteTargetSslProxyRequest.Builder. getDefaultInstanceForType()DeleteTargetSslProxyRequestDeleteTargetSslProxyRequest. getDefaultInstanceForType()static DeleteTargetSslProxyRequestDeleteTargetSslProxyRequest. parseDelimitedFrom(InputStream input)static DeleteTargetSslProxyRequestDeleteTargetSslProxyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteTargetSslProxyRequestDeleteTargetSslProxyRequest. parseFrom(byte[] data)static DeleteTargetSslProxyRequestDeleteTargetSslProxyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteTargetSslProxyRequestDeleteTargetSslProxyRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteTargetSslProxyRequestDeleteTargetSslProxyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteTargetSslProxyRequestDeleteTargetSslProxyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteTargetSslProxyRequestDeleteTargetSslProxyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteTargetSslProxyRequestDeleteTargetSslProxyRequest. parseFrom(InputStream input)static DeleteTargetSslProxyRequestDeleteTargetSslProxyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteTargetSslProxyRequestDeleteTargetSslProxyRequest. parseFrom(ByteBuffer data)static DeleteTargetSslProxyRequestDeleteTargetSslProxyRequest. 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.BuilderDeleteTargetSslProxyRequest.Builder. mergeFrom(DeleteTargetSslProxyRequest other)static DeleteTargetSslProxyRequest.BuilderDeleteTargetSslProxyRequest. 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.
-