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