public static class CloudFilestoreManagerSettings.Builder extends ClientSettings.Builder<CloudFilestoreManagerSettings,CloudFilestoreManagerSettings.Builder>
Builder for CloudFilestoreManagerSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Builder(CloudFilestoreManagerSettings settings)
protected Builder(CloudFilestoreManagerSettings settings)
Builder(CloudFilestoreManagerStubSettings.Builder stubSettings)
protected Builder(CloudFilestoreManagerStubSettings.Builder stubSettings)
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public CloudFilestoreManagerSettings.Builder applyToAllUnaryMethods(ApiFunction<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.
build()
public CloudFilestoreManagerSettings build()
Overrides
createBackupOperationSettings()
public OperationCallSettings.Builder<CreateBackupRequest,Backup,OperationMetadata> createBackupOperationSettings()
Returns the builder for the settings used for calls to createBackup.
createBackupSettings()
public UnaryCallSettings.Builder<CreateBackupRequest,Operation> createBackupSettings()
Returns the builder for the settings used for calls to createBackup.
createInstanceOperationSettings()
public OperationCallSettings.Builder<CreateInstanceRequest,Instance,OperationMetadata> createInstanceOperationSettings()
Returns the builder for the settings used for calls to createInstance.
createInstanceSettings()
public UnaryCallSettings.Builder<CreateInstanceRequest,Operation> createInstanceSettings()
Returns the builder for the settings used for calls to createInstance.
createSnapshotOperationSettings()
public OperationCallSettings.Builder<CreateSnapshotRequest,Snapshot,OperationMetadata> createSnapshotOperationSettings()
Returns the builder for the settings used for calls to createSnapshot.
createSnapshotSettings()
public UnaryCallSettings.Builder<CreateSnapshotRequest,Operation> createSnapshotSettings()
Returns the builder for the settings used for calls to createSnapshot.
deleteBackupOperationSettings()
public OperationCallSettings.Builder<DeleteBackupRequest,Empty,OperationMetadata> deleteBackupOperationSettings()
Returns the builder for the settings used for calls to deleteBackup.
deleteBackupSettings()
public UnaryCallSettings.Builder<DeleteBackupRequest,Operation> deleteBackupSettings()
Returns the builder for the settings used for calls to deleteBackup.
deleteInstanceOperationSettings()
public OperationCallSettings.Builder<DeleteInstanceRequest,Empty,OperationMetadata> deleteInstanceOperationSettings()
Returns the builder for the settings used for calls to deleteInstance.
deleteInstanceSettings()
public UnaryCallSettings.Builder<DeleteInstanceRequest,Operation> deleteInstanceSettings()
Returns the builder for the settings used for calls to deleteInstance.
deleteSnapshotOperationSettings()
public OperationCallSettings.Builder<DeleteSnapshotRequest,Empty,OperationMetadata> deleteSnapshotOperationSettings()
Returns the builder for the settings used for calls to deleteSnapshot.
deleteSnapshotSettings()
public UnaryCallSettings.Builder<DeleteSnapshotRequest,Operation> deleteSnapshotSettings()
Returns the builder for the settings used for calls to deleteSnapshot.
getBackupSettings()
public UnaryCallSettings.Builder<GetBackupRequest,Backup> getBackupSettings()
Returns the builder for the settings used for calls to getBackup.
getInstanceSettings()
public UnaryCallSettings.Builder<GetInstanceRequest,Instance> getInstanceSettings()
Returns the builder for the settings used for calls to getInstance.
getSnapshotSettings()
public UnaryCallSettings.Builder<GetSnapshotRequest,Snapshot> getSnapshotSettings()
Returns the builder for the settings used for calls to getSnapshot.
getStubSettingsBuilder()
public CloudFilestoreManagerStubSettings.Builder getStubSettingsBuilder()
listBackupsSettings()
public PagedCallSettings.Builder<ListBackupsRequest,ListBackupsResponse,CloudFilestoreManagerClient.ListBackupsPagedResponse> listBackupsSettings()
Returns the builder for the settings used for calls to listBackups.
listInstancesSettings()
public PagedCallSettings.Builder<ListInstancesRequest,ListInstancesResponse,CloudFilestoreManagerClient.ListInstancesPagedResponse> listInstancesSettings()
Returns the builder for the settings used for calls to listInstances.
listSnapshotsSettings()
public PagedCallSettings.Builder<ListSnapshotsRequest,ListSnapshotsResponse,CloudFilestoreManagerClient.ListSnapshotsPagedResponse> listSnapshotsSettings()
Returns the builder for the settings used for calls to listSnapshots.
restoreInstanceOperationSettings()
public OperationCallSettings.Builder<RestoreInstanceRequest,Instance,OperationMetadata> restoreInstanceOperationSettings()
Returns the builder for the settings used for calls to restoreInstance.
restoreInstanceSettings()
public UnaryCallSettings.Builder<RestoreInstanceRequest,Operation> restoreInstanceSettings()
Returns the builder for the settings used for calls to restoreInstance.
updateBackupOperationSettings()
public OperationCallSettings.Builder<UpdateBackupRequest,Backup,OperationMetadata> updateBackupOperationSettings()
Returns the builder for the settings used for calls to updateBackup.
updateBackupSettings()
public UnaryCallSettings.Builder<UpdateBackupRequest,Operation> updateBackupSettings()
Returns the builder for the settings used for calls to updateBackup.
updateInstanceOperationSettings()
public OperationCallSettings.Builder<UpdateInstanceRequest,Instance,OperationMetadata> updateInstanceOperationSettings()
Returns the builder for the settings used for calls to updateInstance.
updateInstanceSettings()
public UnaryCallSettings.Builder<UpdateInstanceRequest,Operation> updateInstanceSettings()
Returns the builder for the settings used for calls to updateInstance.
updateSnapshotOperationSettings()
public OperationCallSettings.Builder<UpdateSnapshotRequest,Snapshot,OperationMetadata> updateSnapshotOperationSettings()
Returns the builder for the settings used for calls to updateSnapshot.
updateSnapshotSettings()
public UnaryCallSettings.Builder<UpdateSnapshotRequest,Operation> updateSnapshotSettings()
Returns the builder for the settings used for calls to updateSnapshot.