Class FirewallPoliciesSettings (1.9.1)

public class FirewallPoliciesSettings extends ClientSettings<FirewallPoliciesSettings>

Settings class to configure an instance of FirewallPoliciesClient.

The default instance has everything set to sensible defaults:

  • The default service address (compute.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of get to 30 seconds:


 FirewallPoliciesSettings.Builder firewallPoliciesSettingsBuilder =
     FirewallPoliciesSettings.newBuilder();
 firewallPoliciesSettingsBuilder
     .getSettings()
     .setRetrySettings(
         firewallPoliciesSettingsBuilder
             .getSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 FirewallPoliciesSettings firewallPoliciesSettings = firewallPoliciesSettingsBuilder.build();
 

Inheritance

java.lang.Object > ClientSettings > FirewallPoliciesSettings

Static Methods

create(FirewallPoliciesStubSettings stub)

public static final FirewallPoliciesSettings create(FirewallPoliciesStubSettings stub)
Parameter
NameDescription
stubFirewallPoliciesStubSettings
Returns Exceptions
TypeDescription
IOException

defaultApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultCredentialsProviderBuilder()

public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()

Returns a builder for the default credentials for this service.

Returns
TypeDescription
Builder

defaultExecutorProviderBuilder()

public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()

Returns a builder for the default ExecutorProvider for this service.

Returns
TypeDescription
Builder

defaultHttpJsonTransportProviderBuilder()

public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()

Returns a builder for the default ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultTransportChannelProvider()

public static TransportChannelProvider defaultTransportChannelProvider()
Returns

getDefaultEndpoint()

public static String getDefaultEndpoint()

Returns the default service endpoint.

Returns
TypeDescription
String

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
TypeDescription
List<String>

newBuilder()

public static FirewallPoliciesSettings.Builder newBuilder()

Returns a new builder for this class.

Returns

newBuilder(ClientContext clientContext)

public static FirewallPoliciesSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
NameDescription
clientContextClientContext
Returns

Constructors

FirewallPoliciesSettings(FirewallPoliciesSettings.Builder settingsBuilder)

protected FirewallPoliciesSettings(FirewallPoliciesSettings.Builder settingsBuilder)
Parameter
NameDescription
settingsBuilderFirewallPoliciesSettings.Builder

Methods

addAssociationOperationSettings()

public OperationCallSettings<AddAssociationFirewallPolicyRequest,Operation,Operation> addAssociationOperationSettings()

Returns the object with the settings used for calls to addAssociation.

Returns

addAssociationSettings()

public UnaryCallSettings<AddAssociationFirewallPolicyRequest,Operation> addAssociationSettings()

Returns the object with the settings used for calls to addAssociation.

Returns

addRuleOperationSettings()

public OperationCallSettings<AddRuleFirewallPolicyRequest,Operation,Operation> addRuleOperationSettings()

Returns the object with the settings used for calls to addRule.

Returns

addRuleSettings()

public UnaryCallSettings<AddRuleFirewallPolicyRequest,Operation> addRuleSettings()

Returns the object with the settings used for calls to addRule.

Returns

cloneRulesOperationSettings()

public OperationCallSettings<CloneRulesFirewallPolicyRequest,Operation,Operation> cloneRulesOperationSettings()

Returns the object with the settings used for calls to cloneRules.

Returns

cloneRulesSettings()

public UnaryCallSettings<CloneRulesFirewallPolicyRequest,Operation> cloneRulesSettings()

Returns the object with the settings used for calls to cloneRules.

Returns

deleteOperationSettings()

public OperationCallSettings<DeleteFirewallPolicyRequest,Operation,Operation> deleteOperationSettings()

Returns the object with the settings used for calls to delete.

Returns

deleteSettings()

public UnaryCallSettings<DeleteFirewallPolicyRequest,Operation> deleteSettings()

Returns the object with the settings used for calls to delete.

Returns

getAssociationSettings()

public UnaryCallSettings<GetAssociationFirewallPolicyRequest,FirewallPolicyAssociation> getAssociationSettings()

Returns the object with the settings used for calls to getAssociation.

Returns

getIamPolicySettings()

public UnaryCallSettings<GetIamPolicyFirewallPolicyRequest,Policy> getIamPolicySettings()

Returns the object with the settings used for calls to getIamPolicy.

Returns

getRuleSettings()

public UnaryCallSettings<GetRuleFirewallPolicyRequest,FirewallPolicyRule> getRuleSettings()

Returns the object with the settings used for calls to getRule.

Returns

getSettings()

public UnaryCallSettings<GetFirewallPolicyRequest,FirewallPolicy> getSettings()

Returns the object with the settings used for calls to get.

Returns

insertOperationSettings()

public OperationCallSettings<InsertFirewallPolicyRequest,Operation,Operation> insertOperationSettings()

Returns the object with the settings used for calls to insert.

Returns

insertSettings()

public UnaryCallSettings<InsertFirewallPolicyRequest,Operation> insertSettings()

Returns the object with the settings used for calls to insert.

Returns

listAssociationsSettings()

public UnaryCallSettings<ListAssociationsFirewallPolicyRequest,FirewallPoliciesListAssociationsResponse> listAssociationsSettings()

Returns the object with the settings used for calls to listAssociations.

Returns

listSettings()

public PagedCallSettings<ListFirewallPoliciesRequest,FirewallPolicyList,FirewallPoliciesClient.ListPagedResponse> listSettings()

Returns the object with the settings used for calls to list.

Returns

moveOperationSettings()

public OperationCallSettings<MoveFirewallPolicyRequest,Operation,Operation> moveOperationSettings()

Returns the object with the settings used for calls to move.

Returns

moveSettings()

public UnaryCallSettings<MoveFirewallPolicyRequest,Operation> moveSettings()

Returns the object with the settings used for calls to move.

Returns

patchOperationSettings()

public OperationCallSettings<PatchFirewallPolicyRequest,Operation,Operation> patchOperationSettings()

Returns the object with the settings used for calls to patch.

Returns

patchRuleOperationSettings()

public OperationCallSettings<PatchRuleFirewallPolicyRequest,Operation,Operation> patchRuleOperationSettings()

Returns the object with the settings used for calls to patchRule.

Returns

patchRuleSettings()

public UnaryCallSettings<PatchRuleFirewallPolicyRequest,Operation> patchRuleSettings()

Returns the object with the settings used for calls to patchRule.

Returns

patchSettings()

public UnaryCallSettings<PatchFirewallPolicyRequest,Operation> patchSettings()

Returns the object with the settings used for calls to patch.

Returns

removeAssociationOperationSettings()

public OperationCallSettings<RemoveAssociationFirewallPolicyRequest,Operation,Operation> removeAssociationOperationSettings()

Returns the object with the settings used for calls to removeAssociation.

Returns

removeAssociationSettings()

public UnaryCallSettings<RemoveAssociationFirewallPolicyRequest,Operation> removeAssociationSettings()

Returns the object with the settings used for calls to removeAssociation.

Returns

removeRuleOperationSettings()

public OperationCallSettings<RemoveRuleFirewallPolicyRequest,Operation,Operation> removeRuleOperationSettings()

Returns the object with the settings used for calls to removeRule.

Returns

removeRuleSettings()

public UnaryCallSettings<RemoveRuleFirewallPolicyRequest,Operation> removeRuleSettings()

Returns the object with the settings used for calls to removeRule.

Returns

setIamPolicySettings()

public UnaryCallSettings<SetIamPolicyFirewallPolicyRequest,Policy> setIamPolicySettings()

Returns the object with the settings used for calls to setIamPolicy.

Returns

testIamPermissionsSettings()

public UnaryCallSettings<TestIamPermissionsFirewallPolicyRequest,TestPermissionsResponse> testIamPermissionsSettings()

Returns the object with the settings used for calls to testIamPermissions.

Returns

toBuilder()

public FirewallPoliciesSettings.Builder toBuilder()

Returns a builder containing all the values of this settings class.

Returns Overrides