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