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