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