Send feedback Class NetworkSecuritySettings (0.43.0) Stay organized with collections Save and categorize content based on your preferences.
Version 0.43.0keyboard_arrow_down
public class NetworkSecuritySettings extends ClientSettings<NetworkSecuritySettings>
Settings class to configure an instance of NetworkSecurityClient .
The default instance has everything set to sensible defaults:
The default service address (networksecurity.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 getAuthorizationPolicy to 30 seconds:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
NetworkSecuritySettings . Builder networkSecuritySettingsBuilder =
NetworkSecuritySettings . newBuilder ();
networkSecuritySettingsBuilder
. getAuthorizationPolicySettings ()
. setRetrySettings (
networkSecuritySettingsBuilder
. getAuthorizationPolicySettings ()
. getRetrySettings ()
. toBuilder ()
. setTotalTimeout ( Duration . ofSeconds ( 30 ))
. build ());
NetworkSecuritySettings networkSecuritySettings = networkSecuritySettingsBuilder . build ();
Static Methods create(NetworkSecurityStubSettings stub)
public static final NetworkSecuritySettings create ( NetworkSecurityStubSettings stub )
public static ApiClientHeaderProvider . Builder defaultApiClientHeaderProviderBuilder ()
defaultCredentialsProviderBuilder()
public static GoogleCredentialsProvider . Builder defaultCredentialsProviderBuilder ()
Returns a builder for the default credentials for this service.
defaultExecutorProviderBuilder()
public static InstantiatingExecutorProvider . Builder defaultExecutorProviderBuilder ()
Returns a builder for the default ExecutorProvider for this service.
defaultGrpcTransportProviderBuilder()
public static InstantiatingGrpcChannelProvider . Builder defaultGrpcTransportProviderBuilder ()
Returns a builder for the default ChannelProvider for this service.
defaultTransportChannelProvider()
public static TransportChannelProvider defaultTransportChannelProvider ()
getDefaultEndpoint()
public static String getDefaultEndpoint ()
Returns the default service endpoint.
getDefaultServiceScopes()
public static List<String> getDefaultServiceScopes ()
Returns the default service scopes.
newBuilder()
public static NetworkSecuritySettings . Builder newBuilder ()
Returns a new builder for this class.
newBuilder(ClientContext clientContext)
public static NetworkSecuritySettings . Builder newBuilder ( ClientContext clientContext )
Returns a new builder for this class.
Constructors NetworkSecuritySettings(NetworkSecuritySettings.Builder settingsBuilder)
protected NetworkSecuritySettings ( NetworkSecuritySettings . Builder settingsBuilder )
Methods createAuthorizationPolicyOperationSettings()
public OperationCallSettings<CreateAuthorizationPolicyRequest , AuthorizationPolicy , OperationMetadata > createAuthorizationPolicyOperationSettings ()
Returns the object with the settings used for calls to createAuthorizationPolicy.
createAuthorizationPolicySettings()
public UnaryCallSettings<CreateAuthorizationPolicyRequest , Operation > createAuthorizationPolicySettings ()
Returns the object with the settings used for calls to createAuthorizationPolicy.
createClientTlsPolicyOperationSettings()
public OperationCallSettings<CreateClientTlsPolicyRequest , ClientTlsPolicy , OperationMetadata > createClientTlsPolicyOperationSettings ()
Returns the object with the settings used for calls to createClientTlsPolicy.
createClientTlsPolicySettings()
public UnaryCallSettings<CreateClientTlsPolicyRequest , Operation > createClientTlsPolicySettings ()
Returns the object with the settings used for calls to createClientTlsPolicy.
createServerTlsPolicyOperationSettings()
public OperationCallSettings<CreateServerTlsPolicyRequest , ServerTlsPolicy , OperationMetadata > createServerTlsPolicyOperationSettings ()
Returns the object with the settings used for calls to createServerTlsPolicy.
createServerTlsPolicySettings()
public UnaryCallSettings<CreateServerTlsPolicyRequest , Operation > createServerTlsPolicySettings ()
Returns the object with the settings used for calls to createServerTlsPolicy.
deleteAuthorizationPolicyOperationSettings()
public OperationCallSettings<DeleteAuthorizationPolicyRequest , Empty , OperationMetadata > deleteAuthorizationPolicyOperationSettings ()
Returns the object with the settings used for calls to deleteAuthorizationPolicy.
deleteAuthorizationPolicySettings()
public UnaryCallSettings<DeleteAuthorizationPolicyRequest , Operation > deleteAuthorizationPolicySettings ()
Returns the object with the settings used for calls to deleteAuthorizationPolicy.
deleteClientTlsPolicyOperationSettings()
public OperationCallSettings<DeleteClientTlsPolicyRequest , Empty , OperationMetadata > deleteClientTlsPolicyOperationSettings ()
Returns the object with the settings used for calls to deleteClientTlsPolicy.
deleteClientTlsPolicySettings()
public UnaryCallSettings<DeleteClientTlsPolicyRequest , Operation > deleteClientTlsPolicySettings ()
Returns the object with the settings used for calls to deleteClientTlsPolicy.
deleteServerTlsPolicyOperationSettings()
public OperationCallSettings<DeleteServerTlsPolicyRequest , Empty , OperationMetadata > deleteServerTlsPolicyOperationSettings ()
Returns the object with the settings used for calls to deleteServerTlsPolicy.
deleteServerTlsPolicySettings()
public UnaryCallSettings<DeleteServerTlsPolicyRequest , Operation > deleteServerTlsPolicySettings ()
Returns the object with the settings used for calls to deleteServerTlsPolicy.
getAuthorizationPolicySettings()
public UnaryCallSettings<GetAuthorizationPolicyRequest , AuthorizationPolicy > getAuthorizationPolicySettings ()
Returns the object with the settings used for calls to getAuthorizationPolicy.
getClientTlsPolicySettings()
public UnaryCallSettings<GetClientTlsPolicyRequest , ClientTlsPolicy > getClientTlsPolicySettings ()
Returns the object with the settings used for calls to getClientTlsPolicy.
getIamPolicySettings()
public UnaryCallSettings<GetIamPolicyRequest , Policy > getIamPolicySettings ()
Returns the object with the settings used for calls to getIamPolicy.
Returns Type Description UnaryCallSettings <com.google.iam.v1.GetIamPolicyRequest ,com.google.iam.v1.Policy >
getLocationSettings()
public UnaryCallSettings<GetLocationRequest , Location > getLocationSettings ()
Returns the object with the settings used for calls to getLocation.
Returns Type Description UnaryCallSettings <com.google.cloud.location.GetLocationRequest ,com.google.cloud.location.Location >
getServerTlsPolicySettings()
public UnaryCallSettings<GetServerTlsPolicyRequest , ServerTlsPolicy > getServerTlsPolicySettings ()
Returns the object with the settings used for calls to getServerTlsPolicy.
listAuthorizationPoliciesSettings()
public PagedCallSettings<ListAuthorizationPoliciesRequest , ListAuthorizationPoliciesResponse , NetworkSecurityClient . ListAuthorizationPoliciesPagedResponse > listAuthorizationPoliciesSettings ()
Returns the object with the settings used for calls to listAuthorizationPolicies.
listClientTlsPoliciesSettings()
public PagedCallSettings<ListClientTlsPoliciesRequest , ListClientTlsPoliciesResponse , NetworkSecurityClient . ListClientTlsPoliciesPagedResponse > listClientTlsPoliciesSettings ()
Returns the object with the settings used for calls to listClientTlsPolicies.
listLocationsSettings()
public PagedCallSettings<ListLocationsRequest , ListLocationsResponse , NetworkSecurityClient . ListLocationsPagedResponse > listLocationsSettings ()
Returns the object with the settings used for calls to listLocations.
listServerTlsPoliciesSettings()
public PagedCallSettings<ListServerTlsPoliciesRequest , ListServerTlsPoliciesResponse , NetworkSecurityClient . ListServerTlsPoliciesPagedResponse > listServerTlsPoliciesSettings ()
Returns the object with the settings used for calls to listServerTlsPolicies.
setIamPolicySettings()
public UnaryCallSettings<SetIamPolicyRequest , Policy > setIamPolicySettings ()
Returns the object with the settings used for calls to setIamPolicy.
Returns Type Description UnaryCallSettings <com.google.iam.v1.SetIamPolicyRequest ,com.google.iam.v1.Policy >
testIamPermissionsSettings()
public UnaryCallSettings<TestIamPermissionsRequest , TestIamPermissionsResponse > testIamPermissionsSettings ()
Returns the object with the settings used for calls to testIamPermissions.
Returns Type Description UnaryCallSettings <com.google.iam.v1.TestIamPermissionsRequest ,com.google.iam.v1.TestIamPermissionsResponse >
toBuilder()
public NetworkSecuritySettings . Builder toBuilder ()
Returns a builder containing all the values of this settings class.
Overrides updateAuthorizationPolicyOperationSettings()
public OperationCallSettings<UpdateAuthorizationPolicyRequest , AuthorizationPolicy , OperationMetadata > updateAuthorizationPolicyOperationSettings ()
Returns the object with the settings used for calls to updateAuthorizationPolicy.
updateAuthorizationPolicySettings()
public UnaryCallSettings<UpdateAuthorizationPolicyRequest , Operation > updateAuthorizationPolicySettings ()
Returns the object with the settings used for calls to updateAuthorizationPolicy.
updateClientTlsPolicyOperationSettings()
public OperationCallSettings<UpdateClientTlsPolicyRequest , ClientTlsPolicy , OperationMetadata > updateClientTlsPolicyOperationSettings ()
Returns the object with the settings used for calls to updateClientTlsPolicy.
updateClientTlsPolicySettings()
public UnaryCallSettings<UpdateClientTlsPolicyRequest , Operation > updateClientTlsPolicySettings ()
Returns the object with the settings used for calls to updateClientTlsPolicy.
updateServerTlsPolicyOperationSettings()
public OperationCallSettings<UpdateServerTlsPolicyRequest , ServerTlsPolicy , OperationMetadata > updateServerTlsPolicyOperationSettings ()
Returns the object with the settings used for calls to updateServerTlsPolicy.
updateServerTlsPolicySettings()
public UnaryCallSettings<UpdateServerTlsPolicyRequest , Operation > updateServerTlsPolicySettings ()
Returns the object with the settings used for calls to updateServerTlsPolicy.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-05 UTC.
Need to tell us more? [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-05 UTC."],[],[]]