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