public class FirestoreAdminStubSettings extends StubSettings<FirestoreAdminStubSettings>
Settings class to configure an instance of FirestoreAdminStub.
The default instance has everything set to sensible defaults:
- The default service address (firestore.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 getIndex to 30 seconds:
FirestoreAdminStubSettings.Builder firestoreAdminSettingsBuilder =
FirestoreAdminStubSettings.newBuilder();
firestoreAdminSettingsBuilder
.getIndexSettings()
.setRetrySettings(
firestoreAdminSettingsBuilder
.getIndexSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
FirestoreAdminStubSettings firestoreAdminSettings = firestoreAdminSettingsBuilder.build();
Static Methods
defaultApiClientHeaderProviderBuilder()
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Type | Description |
Builder |
defaultCredentialsProviderBuilder()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
Type | Description |
Builder |
defaultExecutorProviderBuilder()
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
Type | Description |
Builder |
defaultGrpcTransportProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
Type | Description |
Builder |
defaultTransportChannelProvider()
public static TransportChannelProvider defaultTransportChannelProvider()
Type | Description |
TransportChannelProvider |
getDefaultEndpoint()
public static String getDefaultEndpoint()
Returns the default service endpoint.
Type | Description |
String |
getDefaultMtlsEndpoint()
public static String getDefaultMtlsEndpoint()
Returns the default mTLS service endpoint.
Type | Description |
String |
getDefaultServiceScopes()
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
Type | Description |
List<String> |
newBuilder()
public static FirestoreAdminStubSettings.Builder newBuilder()
Returns a new builder for this class.
Type | Description |
FirestoreAdminStubSettings.Builder |
newBuilder(ClientContext clientContext)
public static FirestoreAdminStubSettings.Builder newBuilder(ClientContext clientContext)
Returns a new builder for this class.
Name | Description |
clientContext | ClientContext |
Type | Description |
FirestoreAdminStubSettings.Builder |
Constructors
FirestoreAdminStubSettings(FirestoreAdminStubSettings.Builder settingsBuilder)
protected FirestoreAdminStubSettings(FirestoreAdminStubSettings.Builder settingsBuilder)
Name | Description |
settingsBuilder | FirestoreAdminStubSettings.Builder |
Methods
createIndexOperationSettings()
public OperationCallSettings<CreateIndexRequest,Index,IndexOperationMetadata> createIndexOperationSettings()
Returns the object with the settings used for calls to createIndex.
Type | Description |
OperationCallSettings<CreateIndexRequest,Index,IndexOperationMetadata> |
createIndexSettings()
public UnaryCallSettings<CreateIndexRequest,Operation> createIndexSettings()
Returns the object with the settings used for calls to createIndex.
Type | Description |
UnaryCallSettings<CreateIndexRequest,Operation> |
createStub()
public FirestoreAdminStub createStub()
Type | Description |
FirestoreAdminStub |
Type | Description |
IOException |
deleteIndexSettings()
public UnaryCallSettings<DeleteIndexRequest,Empty> deleteIndexSettings()
Returns the object with the settings used for calls to deleteIndex.
Type | Description |
UnaryCallSettings<DeleteIndexRequest,Empty> |
exportDocumentsOperationSettings()
public OperationCallSettings<ExportDocumentsRequest,ExportDocumentsResponse,ExportDocumentsMetadata> exportDocumentsOperationSettings()
Returns the object with the settings used for calls to exportDocuments.
Type | Description |
OperationCallSettings<ExportDocumentsRequest,ExportDocumentsResponse,ExportDocumentsMetadata> |
exportDocumentsSettings()
public UnaryCallSettings<ExportDocumentsRequest,Operation> exportDocumentsSettings()
Returns the object with the settings used for calls to exportDocuments.
Type | Description |
UnaryCallSettings<ExportDocumentsRequest,Operation> |
getDatabaseSettings()
public UnaryCallSettings<GetDatabaseRequest,Database> getDatabaseSettings()
Returns the object with the settings used for calls to getDatabase.
Type | Description |
UnaryCallSettings<GetDatabaseRequest,Database> |
getFieldSettings()
public UnaryCallSettings<GetFieldRequest,Field> getFieldSettings()
Returns the object with the settings used for calls to getField.
Type | Description |
UnaryCallSettings<GetFieldRequest,Field> |
getIndexSettings()
public UnaryCallSettings<GetIndexRequest,Index> getIndexSettings()
Returns the object with the settings used for calls to getIndex.
Type | Description |
UnaryCallSettings<GetIndexRequest,Index> |
importDocumentsOperationSettings()
public OperationCallSettings<ImportDocumentsRequest,Empty,ImportDocumentsMetadata> importDocumentsOperationSettings()
Returns the object with the settings used for calls to importDocuments.
Type | Description |
OperationCallSettings<ImportDocumentsRequest,Empty,ImportDocumentsMetadata> |
importDocumentsSettings()
public UnaryCallSettings<ImportDocumentsRequest,Operation> importDocumentsSettings()
Returns the object with the settings used for calls to importDocuments.
Type | Description |
UnaryCallSettings<ImportDocumentsRequest,Operation> |
listDatabasesSettings()
public UnaryCallSettings<ListDatabasesRequest,ListDatabasesResponse> listDatabasesSettings()
Returns the object with the settings used for calls to listDatabases.
Type | Description |
UnaryCallSettings<ListDatabasesRequest,ListDatabasesResponse> |
listFieldsSettings()
public PagedCallSettings<ListFieldsRequest,ListFieldsResponse,FirestoreAdminClient.ListFieldsPagedResponse> listFieldsSettings()
Returns the object with the settings used for calls to listFields.
Type | Description |
PagedCallSettings<ListFieldsRequest,ListFieldsResponse,ListFieldsPagedResponse> |
listIndexesSettings()
public PagedCallSettings<ListIndexesRequest,ListIndexesResponse,FirestoreAdminClient.ListIndexesPagedResponse> listIndexesSettings()
Returns the object with the settings used for calls to listIndexes.
Type | Description |
PagedCallSettings<ListIndexesRequest,ListIndexesResponse,ListIndexesPagedResponse> |
toBuilder()
public FirestoreAdminStubSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.
Type | Description |
FirestoreAdminStubSettings.Builder |
updateDatabaseOperationSettings()
public OperationCallSettings<UpdateDatabaseRequest,Database,UpdateDatabaseMetadata> updateDatabaseOperationSettings()
Returns the object with the settings used for calls to updateDatabase.
Type | Description |
OperationCallSettings<UpdateDatabaseRequest,Database,UpdateDatabaseMetadata> |
updateDatabaseSettings()
public UnaryCallSettings<UpdateDatabaseRequest,Operation> updateDatabaseSettings()
Returns the object with the settings used for calls to updateDatabase.
Type | Description |
UnaryCallSettings<UpdateDatabaseRequest,Operation> |
updateFieldOperationSettings()
public OperationCallSettings<UpdateFieldRequest,Field,FieldOperationMetadata> updateFieldOperationSettings()
Returns the object with the settings used for calls to updateField.
Type | Description |
OperationCallSettings<UpdateFieldRequest,Field,FieldOperationMetadata> |
updateFieldSettings()
public UnaryCallSettings<UpdateFieldRequest,Operation> updateFieldSettings()
Returns the object with the settings used for calls to updateField.
Type | Description |
UnaryCallSettings<UpdateFieldRequest,Operation> |