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