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