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