public class CloudFilestoreManagerStubSettings extends StubSettings<CloudFilestoreManagerStubSettings>
   
  Settings class to configure an instance of CloudFilestoreManagerStub.
 
The default instance has everything set to sensible defaults:
 
   - The default service address (file.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 getInstance 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
 CloudFilestoreManagerStubSettings.Builder cloudFilestoreManagerSettingsBuilder =
     CloudFilestoreManagerStubSettings.newBuilder();
 cloudFilestoreManagerSettingsBuilder
     .getInstanceSettings()
     .setRetrySettings(
         cloudFilestoreManagerSettingsBuilder
             .getInstanceSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 CloudFilestoreManagerStubSettings cloudFilestoreManagerSettings =
     cloudFilestoreManagerSettingsBuilder.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
  
  
  
  
    public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder()
   
  Returns
  
  
  defaultGrpcTransportProviderBuilder()
  
    public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
   
  Returns a builder for the default gRPC ChannelProvider for this service.
 
  Returns
  
  
  
  
    public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
   
  Returns
  
  
  defaultHttpJsonTransportProviderBuilder()
  
    public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
   
  Returns a builder for the default REST 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 CloudFilestoreManagerStubSettings.Builder newBuilder()
   
  Returns a new gRPC builder for this class.
 
  Returns
  
  
  newBuilder(ClientContext clientContext)
  
    public static CloudFilestoreManagerStubSettings.Builder newBuilder(ClientContext clientContext)
   
  Returns a new builder for this class.
 
  Parameter
  
  Returns
  
  
  newHttpJsonBuilder()
  
    public static CloudFilestoreManagerStubSettings.Builder newHttpJsonBuilder()
   
  Returns a new REST builder for this class.
 
  Returns
  
  Constructors
  
  
  CloudFilestoreManagerStubSettings(CloudFilestoreManagerStubSettings.Builder settingsBuilder)
  
    protected CloudFilestoreManagerStubSettings(CloudFilestoreManagerStubSettings.Builder settingsBuilder)
   
  Parameter
  
  Methods
  
  
  createBackupOperationSettings()
  
    public OperationCallSettings<CreateBackupRequest,Backup,OperationMetadata> createBackupOperationSettings()
   
  Returns the object with the settings used for calls to createBackup.
 
  Returns
  
  
  createBackupSettings()
  
    public UnaryCallSettings<CreateBackupRequest,Operation> createBackupSettings()
   
  Returns the object with the settings used for calls to createBackup.
 
  Returns
  
  
  createInstanceOperationSettings()
  
    public OperationCallSettings<CreateInstanceRequest,Instance,OperationMetadata> createInstanceOperationSettings()
   
  Returns the object with the settings used for calls to createInstance.
 
  Returns
  
  
  createInstanceSettings()
  
    public UnaryCallSettings<CreateInstanceRequest,Operation> createInstanceSettings()
   
  Returns the object with the settings used for calls to createInstance.
 
  Returns
  
  
  createShareOperationSettings()
  
    public OperationCallSettings<CreateShareRequest,Share,OperationMetadata> createShareOperationSettings()
   
  Returns the object with the settings used for calls to createShare.
 
  Returns
  
  
  createShareSettings()
  
    public UnaryCallSettings<CreateShareRequest,Operation> createShareSettings()
   
  Returns the object with the settings used for calls to createShare.
 
  Returns
  
  
  createSnapshotOperationSettings()
  
    public OperationCallSettings<CreateSnapshotRequest,Snapshot,OperationMetadata> createSnapshotOperationSettings()
   
  Returns the object with the settings used for calls to createSnapshot.
 
  Returns
  
  
  createSnapshotSettings()
  
    public UnaryCallSettings<CreateSnapshotRequest,Operation> createSnapshotSettings()
   
  Returns the object with the settings used for calls to createSnapshot.
 
  Returns
  
  
  createStub()
  
    public CloudFilestoreManagerStub createStub()
   
  Returns
  
  Exceptions
  
  
  deleteBackupOperationSettings()
  
    public OperationCallSettings<DeleteBackupRequest,Empty,OperationMetadata> deleteBackupOperationSettings()
   
  Returns the object with the settings used for calls to deleteBackup.
 
  Returns
  
  
  deleteBackupSettings()
  
    public UnaryCallSettings<DeleteBackupRequest,Operation> deleteBackupSettings()
   
  Returns the object with the settings used for calls to deleteBackup.
 
  Returns
  
  
  deleteInstanceOperationSettings()
  
    public OperationCallSettings<DeleteInstanceRequest,Empty,OperationMetadata> deleteInstanceOperationSettings()
   
  Returns the object with the settings used for calls to deleteInstance.
 
  Returns
  
  
  deleteInstanceSettings()
  
    public UnaryCallSettings<DeleteInstanceRequest,Operation> deleteInstanceSettings()
   
  Returns the object with the settings used for calls to deleteInstance.
 
  Returns
  
  
  deleteShareOperationSettings()
  
    public OperationCallSettings<DeleteShareRequest,Empty,OperationMetadata> deleteShareOperationSettings()
   
  Returns the object with the settings used for calls to deleteShare.
 
  Returns
  
  
  deleteShareSettings()
  
    public UnaryCallSettings<DeleteShareRequest,Operation> deleteShareSettings()
   
  Returns the object with the settings used for calls to deleteShare.
 
  Returns
  
  
  deleteSnapshotOperationSettings()
  
    public OperationCallSettings<DeleteSnapshotRequest,Empty,OperationMetadata> deleteSnapshotOperationSettings()
   
  Returns the object with the settings used for calls to deleteSnapshot.
 
  Returns
  
  
  deleteSnapshotSettings()
  
    public UnaryCallSettings<DeleteSnapshotRequest,Operation> deleteSnapshotSettings()
   
  Returns the object with the settings used for calls to deleteSnapshot.
 
  Returns
  
  
  getBackupSettings()
  
    public UnaryCallSettings<GetBackupRequest,Backup> getBackupSettings()
   
  Returns the object with the settings used for calls to getBackup.
 
  Returns
  
  
  getInstanceSettings()
  
    public UnaryCallSettings<GetInstanceRequest,Instance> getInstanceSettings()
   
  Returns the object with the settings used for calls to getInstance.
 
  Returns
  
  
  getShareSettings()
  
    public UnaryCallSettings<GetShareRequest,Share> getShareSettings()
   
  Returns the object with the settings used for calls to getShare.
 
  Returns
  
  
  getSnapshotSettings()
  
    public UnaryCallSettings<GetSnapshotRequest,Snapshot> getSnapshotSettings()
   
  Returns the object with the settings used for calls to getSnapshot.
 
  Returns
  
  
  listBackupsSettings()
  
    public PagedCallSettings<ListBackupsRequest,ListBackupsResponse,CloudFilestoreManagerClient.ListBackupsPagedResponse> listBackupsSettings()
   
  Returns the object with the settings used for calls to listBackups.
 
  Returns
  
  
  listInstancesSettings()
  
    public PagedCallSettings<ListInstancesRequest,ListInstancesResponse,CloudFilestoreManagerClient.ListInstancesPagedResponse> listInstancesSettings()
   
  Returns the object with the settings used for calls to listInstances.
 
  Returns
  
  
  listSharesSettings()
  
    public PagedCallSettings<ListSharesRequest,ListSharesResponse,CloudFilestoreManagerClient.ListSharesPagedResponse> listSharesSettings()
   
  Returns the object with the settings used for calls to listShares.
 
  Returns
  
  
  listSnapshotsSettings()
  
    public PagedCallSettings<ListSnapshotsRequest,ListSnapshotsResponse,CloudFilestoreManagerClient.ListSnapshotsPagedResponse> listSnapshotsSettings()
   
  Returns the object with the settings used for calls to listSnapshots.
 
  Returns
  
  
  restoreInstanceOperationSettings()
  
    public OperationCallSettings<RestoreInstanceRequest,Instance,OperationMetadata> restoreInstanceOperationSettings()
   
  Returns the object with the settings used for calls to restoreInstance.
 
  Returns
  
  
  restoreInstanceSettings()
  
    public UnaryCallSettings<RestoreInstanceRequest,Operation> restoreInstanceSettings()
   
  Returns the object with the settings used for calls to restoreInstance.
 
  Returns
  
  
  revertInstanceOperationSettings()
  
    public OperationCallSettings<RevertInstanceRequest,Instance,OperationMetadata> revertInstanceOperationSettings()
   
  Returns the object with the settings used for calls to revertInstance.
 
  Returns
  
  
  revertInstanceSettings()
  
    public UnaryCallSettings<RevertInstanceRequest,Operation> revertInstanceSettings()
   
  Returns the object with the settings used for calls to revertInstance.
 
  Returns
  
  
  toBuilder()
  
    public CloudFilestoreManagerStubSettings.Builder toBuilder()
   
  Returns a builder containing all the values of this settings class.
 
  Returns
  
  Overrides
  
  
  updateBackupOperationSettings()
  
    public OperationCallSettings<UpdateBackupRequest,Backup,OperationMetadata> updateBackupOperationSettings()
   
  Returns the object with the settings used for calls to updateBackup.
 
  Returns
  
  
  updateBackupSettings()
  
    public UnaryCallSettings<UpdateBackupRequest,Operation> updateBackupSettings()
   
  Returns the object with the settings used for calls to updateBackup.
 
  Returns
  
  
  updateInstanceOperationSettings()
  
    public OperationCallSettings<UpdateInstanceRequest,Instance,OperationMetadata> updateInstanceOperationSettings()
   
  Returns the object with the settings used for calls to updateInstance.
 
  Returns
  
  
  updateInstanceSettings()
  
    public UnaryCallSettings<UpdateInstanceRequest,Operation> updateInstanceSettings()
   
  Returns the object with the settings used for calls to updateInstance.
 
  Returns
  
  
  updateShareOperationSettings()
  
    public OperationCallSettings<UpdateShareRequest,Share,OperationMetadata> updateShareOperationSettings()
   
  Returns the object with the settings used for calls to updateShare.
 
  Returns
  
  
  updateShareSettings()
  
    public UnaryCallSettings<UpdateShareRequest,Operation> updateShareSettings()
   
  Returns the object with the settings used for calls to updateShare.
 
  Returns
  
  
  updateSnapshotOperationSettings()
  
    public OperationCallSettings<UpdateSnapshotRequest,Snapshot,OperationMetadata> updateSnapshotOperationSettings()
   
  Returns the object with the settings used for calls to updateSnapshot.
 
  Returns
  
  
  updateSnapshotSettings()
  
    public UnaryCallSettings<UpdateSnapshotRequest,Operation> updateSnapshotSettings()
   
  Returns the object with the settings used for calls to updateSnapshot.
 
  Returns