Send feedback Class NetworkSecurityStubSettings (0.10.0) Stay organized with collections Save and categorize content based on your preferences.
Version 0.10.0keyboard_arrow_down
public class NetworkSecurityStubSettings extends StubSettings<NetworkSecurityStubSettings>
Settings class to configure an instance of NetworkSecurityStub .
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
NetworkSecurityStubSettings . Builder networkSecuritySettingsBuilder =
NetworkSecurityStubSettings . newBuilder ();
networkSecuritySettingsBuilder
. getAuthorizationPolicySettings ()
. setRetrySettings (
networkSecuritySettingsBuilder
. getAuthorizationPolicySettings ()
. getRetrySettings ()
. toBuilder ()
. setTotalTimeout ( Duration . ofSeconds ( 30 ))
. build ());
NetworkSecurityStubSettings networkSecuritySettings = networkSecuritySettingsBuilder . build ();
Static Methods
public static ApiClientHeaderProvider . Builder defaultApiClientHeaderProviderBuilder ()
Returns defaultCredentialsProviderBuilder()
public static GoogleCredentialsProvider . Builder defaultCredentialsProviderBuilder ()
Returns a builder for the default credentials for this service.
Returns defaultExecutorProviderBuilder()
public static InstantiatingExecutorProvider . Builder defaultExecutorProviderBuilder ()
Returns a builder for the default ExecutorProvider for this service.
Returns defaultGrpcTransportProviderBuilder()
public static InstantiatingGrpcChannelProvider . Builder defaultGrpcTransportProviderBuilder ()
Returns a builder for the default ChannelProvider for this service.
Returns defaultTransportChannelProvider()
public static TransportChannelProvider defaultTransportChannelProvider ()
Returns getDefaultEndpoint()
public static String getDefaultEndpoint ()
Returns the default service endpoint.
Returns getDefaultMtlsEndpoint()
public static String getDefaultMtlsEndpoint ()
Returns the default mTLS service endpoint.
Returns getDefaultServiceScopes()
public static List<String> getDefaultServiceScopes ()
Returns the default service scopes.
Returns newBuilder()
public static NetworkSecurityStubSettings . Builder newBuilder ()
Returns a new builder for this class.
Returns newBuilder(ClientContext clientContext)
public static NetworkSecurityStubSettings . Builder newBuilder ( ClientContext clientContext )
Returns a new builder for this class.
Parameter Returns Constructors NetworkSecurityStubSettings(NetworkSecurityStubSettings.Builder settingsBuilder)
protected NetworkSecurityStubSettings ( NetworkSecurityStubSettings . Builder settingsBuilder )
Parameter Methods createAuthorizationPolicyOperationSettings()
public OperationCallSettings<CreateAuthorizationPolicyRequest , AuthorizationPolicy , OperationMetadata > createAuthorizationPolicyOperationSettings ()
Returns the object with the settings used for calls to createAuthorizationPolicy.
Returns createAuthorizationPolicySettings()
public UnaryCallSettings<CreateAuthorizationPolicyRequest , Operation > createAuthorizationPolicySettings ()
Returns the object with the settings used for calls to createAuthorizationPolicy.
Returns createClientTlsPolicyOperationSettings()
public OperationCallSettings<CreateClientTlsPolicyRequest , ClientTlsPolicy , OperationMetadata > createClientTlsPolicyOperationSettings ()
Returns the object with the settings used for calls to createClientTlsPolicy.
Returns createClientTlsPolicySettings()
public UnaryCallSettings<CreateClientTlsPolicyRequest , Operation > createClientTlsPolicySettings ()
Returns the object with the settings used for calls to createClientTlsPolicy.
Returns createServerTlsPolicyOperationSettings()
public OperationCallSettings<CreateServerTlsPolicyRequest , ServerTlsPolicy , OperationMetadata > createServerTlsPolicyOperationSettings ()
Returns the object with the settings used for calls to createServerTlsPolicy.
Returns createServerTlsPolicySettings()
public UnaryCallSettings<CreateServerTlsPolicyRequest , Operation > createServerTlsPolicySettings ()
Returns the object with the settings used for calls to createServerTlsPolicy.
Returns createStub()
public NetworkSecurityStub createStub ()
Returns Exceptions deleteAuthorizationPolicyOperationSettings()
public OperationCallSettings<DeleteAuthorizationPolicyRequest , Empty , OperationMetadata > deleteAuthorizationPolicyOperationSettings ()
Returns the object with the settings used for calls to deleteAuthorizationPolicy.
Returns deleteAuthorizationPolicySettings()
public UnaryCallSettings<DeleteAuthorizationPolicyRequest , Operation > deleteAuthorizationPolicySettings ()
Returns the object with the settings used for calls to deleteAuthorizationPolicy.
Returns deleteClientTlsPolicyOperationSettings()
public OperationCallSettings<DeleteClientTlsPolicyRequest , Empty , OperationMetadata > deleteClientTlsPolicyOperationSettings ()
Returns the object with the settings used for calls to deleteClientTlsPolicy.
Returns deleteClientTlsPolicySettings()
public UnaryCallSettings<DeleteClientTlsPolicyRequest , Operation > deleteClientTlsPolicySettings ()
Returns the object with the settings used for calls to deleteClientTlsPolicy.
Returns deleteServerTlsPolicyOperationSettings()
public OperationCallSettings<DeleteServerTlsPolicyRequest , Empty , OperationMetadata > deleteServerTlsPolicyOperationSettings ()
Returns the object with the settings used for calls to deleteServerTlsPolicy.
Returns deleteServerTlsPolicySettings()
public UnaryCallSettings<DeleteServerTlsPolicyRequest , Operation > deleteServerTlsPolicySettings ()
Returns the object with the settings used for calls to deleteServerTlsPolicy.
Returns getAuthorizationPolicySettings()
public UnaryCallSettings<GetAuthorizationPolicyRequest , AuthorizationPolicy > getAuthorizationPolicySettings ()
Returns the object with the settings used for calls to getAuthorizationPolicy.
Returns getClientTlsPolicySettings()
public UnaryCallSettings<GetClientTlsPolicyRequest , ClientTlsPolicy > getClientTlsPolicySettings ()
Returns the object with the settings used for calls to getClientTlsPolicy.
Returns getServerTlsPolicySettings()
public UnaryCallSettings<GetServerTlsPolicyRequest , ServerTlsPolicy > getServerTlsPolicySettings ()
Returns the object with the settings used for calls to getServerTlsPolicy.
Returns listAuthorizationPoliciesSettings()
public PagedCallSettings<ListAuthorizationPoliciesRequest , ListAuthorizationPoliciesResponse , NetworkSecurityClient . ListAuthorizationPoliciesPagedResponse > listAuthorizationPoliciesSettings ()
Returns the object with the settings used for calls to listAuthorizationPolicies.
Returns listClientTlsPoliciesSettings()
public PagedCallSettings<ListClientTlsPoliciesRequest , ListClientTlsPoliciesResponse , NetworkSecurityClient . ListClientTlsPoliciesPagedResponse > listClientTlsPoliciesSettings ()
Returns the object with the settings used for calls to listClientTlsPolicies.
Returns listServerTlsPoliciesSettings()
public PagedCallSettings<ListServerTlsPoliciesRequest , ListServerTlsPoliciesResponse , NetworkSecurityClient . ListServerTlsPoliciesPagedResponse > listServerTlsPoliciesSettings ()
Returns the object with the settings used for calls to listServerTlsPolicies.
Returns toBuilder()
public NetworkSecurityStubSettings . Builder toBuilder ()
Returns a builder containing all the values of this settings class.
Returns Overrides updateAuthorizationPolicyOperationSettings()
public OperationCallSettings<UpdateAuthorizationPolicyRequest , AuthorizationPolicy , OperationMetadata > updateAuthorizationPolicyOperationSettings ()
Returns the object with the settings used for calls to updateAuthorizationPolicy.
Returns updateAuthorizationPolicySettings()
public UnaryCallSettings<UpdateAuthorizationPolicyRequest , Operation > updateAuthorizationPolicySettings ()
Returns the object with the settings used for calls to updateAuthorizationPolicy.
Returns updateClientTlsPolicyOperationSettings()
public OperationCallSettings<UpdateClientTlsPolicyRequest , ClientTlsPolicy , OperationMetadata > updateClientTlsPolicyOperationSettings ()
Returns the object with the settings used for calls to updateClientTlsPolicy.
Returns updateClientTlsPolicySettings()
public UnaryCallSettings<UpdateClientTlsPolicyRequest , Operation > updateClientTlsPolicySettings ()
Returns the object with the settings used for calls to updateClientTlsPolicy.
Returns updateServerTlsPolicyOperationSettings()
public OperationCallSettings<UpdateServerTlsPolicyRequest , ServerTlsPolicy , OperationMetadata > updateServerTlsPolicyOperationSettings ()
Returns the object with the settings used for calls to updateServerTlsPolicy.
Returns updateServerTlsPolicySettings()
public UnaryCallSettings<UpdateServerTlsPolicyRequest , Operation > updateServerTlsPolicySettings ()
Returns the object with the settings used for calls to updateServerTlsPolicy.
Returns 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."],[],[]]