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