Package com.google.cloud.compute.v1
Class NetworkFirewallPoliciesSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.ClientSettings.Builder<NetworkFirewallPoliciesSettings,NetworkFirewallPoliciesSettings.Builder>
-
- com.google.cloud.compute.v1.NetworkFirewallPoliciesSettings.Builder
-
- Enclosing class:
- NetworkFirewallPoliciesSettings
public static class NetworkFirewallPoliciesSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<NetworkFirewallPoliciesSettings,NetworkFirewallPoliciesSettings.Builder>
Builder for NetworkFirewallPoliciesSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(NetworkFirewallPoliciesSettings settings)
protected
Builder(NetworkFirewallPoliciesStubSettings.Builder stubSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.api.gax.rpc.OperationCallSettings.Builder<AddAssociationNetworkFirewallPolicyRequest,Operation,Operation>
addAssociationOperationSettings()
Returns the builder for the settings used for calls to addAssociation.com.google.api.gax.rpc.UnaryCallSettings.Builder<AddAssociationNetworkFirewallPolicyRequest,Operation>
addAssociationSettings()
Returns the builder for the settings used for calls to addAssociation.com.google.api.gax.rpc.OperationCallSettings.Builder<AddRuleNetworkFirewallPolicyRequest,Operation,Operation>
addRuleOperationSettings()
Returns the builder for the settings used for calls to addRule.com.google.api.gax.rpc.UnaryCallSettings.Builder<AddRuleNetworkFirewallPolicyRequest,Operation>
addRuleSettings()
Returns the builder for the settings used for calls to addRule.NetworkFirewallPoliciesSettings.Builder
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.NetworkFirewallPoliciesSettings
build()
com.google.api.gax.rpc.OperationCallSettings.Builder<CloneRulesNetworkFirewallPolicyRequest,Operation,Operation>
cloneRulesOperationSettings()
Returns the builder for the settings used for calls to cloneRules.com.google.api.gax.rpc.UnaryCallSettings.Builder<CloneRulesNetworkFirewallPolicyRequest,Operation>
cloneRulesSettings()
Returns the builder for the settings used for calls to cloneRules.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteNetworkFirewallPolicyRequest,Operation,Operation>
deleteOperationSettings()
Returns the builder for the settings used for calls to delete.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteNetworkFirewallPolicyRequest,Operation>
deleteSettings()
Returns the builder for the settings used for calls to delete.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAssociationNetworkFirewallPolicyRequest,FirewallPolicyAssociation>
getAssociationSettings()
Returns the builder for the settings used for calls to getAssociation.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIamPolicyNetworkFirewallPolicyRequest,Policy>
getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRuleNetworkFirewallPolicyRequest,FirewallPolicyRule>
getRuleSettings()
Returns the builder for the settings used for calls to getRule.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNetworkFirewallPolicyRequest,FirewallPolicy>
getSettings()
Returns the builder for the settings used for calls to get.NetworkFirewallPoliciesStubSettings.Builder
getStubSettingsBuilder()
com.google.api.gax.rpc.OperationCallSettings.Builder<InsertNetworkFirewallPolicyRequest,Operation,Operation>
insertOperationSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertNetworkFirewallPolicyRequest,Operation>
insertSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNetworkFirewallPoliciesRequest,FirewallPolicyList,NetworkFirewallPoliciesClient.ListPagedResponse>
listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.OperationCallSettings.Builder<PatchNetworkFirewallPolicyRequest,Operation,Operation>
patchOperationSettings()
Returns the builder for the settings used for calls to patch.com.google.api.gax.rpc.OperationCallSettings.Builder<PatchRuleNetworkFirewallPolicyRequest,Operation,Operation>
patchRuleOperationSettings()
Returns the builder for the settings used for calls to patchRule.com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchRuleNetworkFirewallPolicyRequest,Operation>
patchRuleSettings()
Returns the builder for the settings used for calls to patchRule.com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchNetworkFirewallPolicyRequest,Operation>
patchSettings()
Returns the builder for the settings used for calls to patch.com.google.api.gax.rpc.OperationCallSettings.Builder<RemoveAssociationNetworkFirewallPolicyRequest,Operation,Operation>
removeAssociationOperationSettings()
Returns the builder for the settings used for calls to removeAssociation.com.google.api.gax.rpc.UnaryCallSettings.Builder<RemoveAssociationNetworkFirewallPolicyRequest,Operation>
removeAssociationSettings()
Returns the builder for the settings used for calls to removeAssociation.com.google.api.gax.rpc.OperationCallSettings.Builder<RemoveRuleNetworkFirewallPolicyRequest,Operation,Operation>
removeRuleOperationSettings()
Returns the builder for the settings used for calls to removeRule.com.google.api.gax.rpc.UnaryCallSettings.Builder<RemoveRuleNetworkFirewallPolicyRequest,Operation>
removeRuleSettings()
Returns the builder for the settings used for calls to removeRule.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetIamPolicyNetworkFirewallPolicyRequest,Policy>
setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.com.google.api.gax.rpc.UnaryCallSettings.Builder<TestIamPermissionsNetworkFirewallPolicyRequest,TestPermissionsResponse>
testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.-
Methods inherited from class com.google.api.gax.rpc.ClientSettings.Builder
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
-
-
-
-
Constructor Detail
-
Builder
protected Builder() throws IOException
- Throws:
IOException
-
Builder
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
-
Builder
protected Builder(NetworkFirewallPoliciesSettings settings)
-
Builder
protected Builder(NetworkFirewallPoliciesStubSettings.Builder stubSettings)
-
-
Method Detail
-
getStubSettingsBuilder
public NetworkFirewallPoliciesStubSettings.Builder getStubSettingsBuilder()
-
applyToAllUnaryMethods
public NetworkFirewallPoliciesSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.Note: This method does not support applying settings to streaming methods.
-
addAssociationSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<AddAssociationNetworkFirewallPolicyRequest,Operation> addAssociationSettings()
Returns the builder for the settings used for calls to addAssociation.
-
addAssociationOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<AddAssociationNetworkFirewallPolicyRequest,Operation,Operation> addAssociationOperationSettings()
Returns the builder for the settings used for calls to addAssociation.
-
addRuleSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<AddRuleNetworkFirewallPolicyRequest,Operation> addRuleSettings()
Returns the builder for the settings used for calls to addRule.
-
addRuleOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<AddRuleNetworkFirewallPolicyRequest,Operation,Operation> addRuleOperationSettings()
Returns the builder for the settings used for calls to addRule.
-
cloneRulesSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CloneRulesNetworkFirewallPolicyRequest,Operation> cloneRulesSettings()
Returns the builder for the settings used for calls to cloneRules.
-
cloneRulesOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<CloneRulesNetworkFirewallPolicyRequest,Operation,Operation> cloneRulesOperationSettings()
Returns the builder for the settings used for calls to cloneRules.
-
deleteSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteNetworkFirewallPolicyRequest,Operation> deleteSettings()
Returns the builder for the settings used for calls to delete.
-
deleteOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteNetworkFirewallPolicyRequest,Operation,Operation> deleteOperationSettings()
Returns the builder for the settings used for calls to delete.
-
getSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNetworkFirewallPolicyRequest,FirewallPolicy> getSettings()
Returns the builder for the settings used for calls to get.
-
getAssociationSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAssociationNetworkFirewallPolicyRequest,FirewallPolicyAssociation> getAssociationSettings()
Returns the builder for the settings used for calls to getAssociation.
-
getIamPolicySettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIamPolicyNetworkFirewallPolicyRequest,Policy> getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.
-
getRuleSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRuleNetworkFirewallPolicyRequest,FirewallPolicyRule> getRuleSettings()
Returns the builder for the settings used for calls to getRule.
-
insertSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertNetworkFirewallPolicyRequest,Operation> insertSettings()
Returns the builder for the settings used for calls to insert.
-
insertOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<InsertNetworkFirewallPolicyRequest,Operation,Operation> insertOperationSettings()
Returns the builder for the settings used for calls to insert.
-
listSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListNetworkFirewallPoliciesRequest,FirewallPolicyList,NetworkFirewallPoliciesClient.ListPagedResponse> listSettings()
Returns the builder for the settings used for calls to list.
-
patchSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchNetworkFirewallPolicyRequest,Operation> patchSettings()
Returns the builder for the settings used for calls to patch.
-
patchOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<PatchNetworkFirewallPolicyRequest,Operation,Operation> patchOperationSettings()
Returns the builder for the settings used for calls to patch.
-
patchRuleSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchRuleNetworkFirewallPolicyRequest,Operation> patchRuleSettings()
Returns the builder for the settings used for calls to patchRule.
-
patchRuleOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<PatchRuleNetworkFirewallPolicyRequest,Operation,Operation> patchRuleOperationSettings()
Returns the builder for the settings used for calls to patchRule.
-
removeAssociationSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<RemoveAssociationNetworkFirewallPolicyRequest,Operation> removeAssociationSettings()
Returns the builder for the settings used for calls to removeAssociation.
-
removeAssociationOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<RemoveAssociationNetworkFirewallPolicyRequest,Operation,Operation> removeAssociationOperationSettings()
Returns the builder for the settings used for calls to removeAssociation.
-
removeRuleSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<RemoveRuleNetworkFirewallPolicyRequest,Operation> removeRuleSettings()
Returns the builder for the settings used for calls to removeRule.
-
removeRuleOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<RemoveRuleNetworkFirewallPolicyRequest,Operation,Operation> removeRuleOperationSettings()
Returns the builder for the settings used for calls to removeRule.
-
setIamPolicySettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<SetIamPolicyNetworkFirewallPolicyRequest,Policy> setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.
-
testIamPermissionsSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<TestIamPermissionsNetworkFirewallPolicyRequest,TestPermissionsResponse> testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.
-
build
public NetworkFirewallPoliciesSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.ClientSettings.Builder<NetworkFirewallPoliciesSettings,NetworkFirewallPoliciesSettings.Builder>
- Throws:
IOException
-
-