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