@Generated(value="by gapic-generator") @BetaApi public class FirestoreAdminSettings extends ClientSettings<FirestoreAdminSettings>
FirestoreAdminClient
.
The default instance has everything set to sensible defaults:
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 createIndex to 30 seconds:
FirestoreAdminSettings.Builder firestoreAdminSettingsBuilder =
FirestoreAdminSettings.newBuilder();
firestoreAdminSettingsBuilder.createIndexSettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30));
FirestoreAdminSettings firestoreAdminSettings = firestoreAdminSettingsBuilder.build();
Modifier and Type | Class and Description |
---|---|
static class |
FirestoreAdminSettings.Builder
Builder for FirestoreAdminSettings.
|
Modifier | Constructor and Description |
---|---|
protected |
FirestoreAdminSettings(FirestoreAdminSettings.Builder settingsBuilder) |
Modifier and Type | Method and Description |
---|---|
static FirestoreAdminSettings |
create(FirestoreAdminStubSettings stub) |
UnaryCallSettings<com.google.firestore.admin.v1.CreateIndexRequest,Operation> |
createIndexSettings()
Returns the object with the settings used for calls to createIndex.
|
static ApiClientHeaderProvider.Builder |
defaultApiClientHeaderProviderBuilder() |
static GoogleCredentialsProvider.Builder |
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
|
static InstantiatingExecutorProvider.Builder |
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
|
static InstantiatingGrpcChannelProvider.Builder |
defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
|
static TransportChannelProvider |
defaultTransportChannelProvider() |
UnaryCallSettings<com.google.firestore.admin.v1.DeleteIndexRequest,Empty> |
deleteIndexSettings()
Returns the object with the settings used for calls to deleteIndex.
|
UnaryCallSettings<com.google.firestore.admin.v1.ExportDocumentsRequest,Operation> |
exportDocumentsSettings()
Returns the object with the settings used for calls to exportDocuments.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
UnaryCallSettings<com.google.firestore.admin.v1.GetFieldRequest,com.google.firestore.admin.v1.Field> |
getFieldSettings()
Returns the object with the settings used for calls to getField.
|
UnaryCallSettings<com.google.firestore.admin.v1.GetIndexRequest,com.google.firestore.admin.v1.Index> |
getIndexSettings()
Returns the object with the settings used for calls to getIndex.
|
UnaryCallSettings<com.google.firestore.admin.v1.ImportDocumentsRequest,Operation> |
importDocumentsSettings()
Returns the object with the settings used for calls to importDocuments.
|
PagedCallSettings<com.google.firestore.admin.v1.ListFieldsRequest,com.google.firestore.admin.v1.ListFieldsResponse,FirestoreAdminClient.ListFieldsPagedResponse> |
listFieldsSettings()
Returns the object with the settings used for calls to listFields.
|
PagedCallSettings<com.google.firestore.admin.v1.ListIndexesRequest,com.google.firestore.admin.v1.ListIndexesResponse,FirestoreAdminClient.ListIndexesPagedResponse> |
listIndexesSettings()
Returns the object with the settings used for calls to listIndexes.
|
static FirestoreAdminSettings.Builder |
newBuilder()
Returns a new builder for this class.
|
static FirestoreAdminSettings.Builder |
newBuilder(ClientContext clientContext)
Returns a new builder for this class.
|
FirestoreAdminSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
UnaryCallSettings<com.google.firestore.admin.v1.UpdateFieldRequest,Operation> |
updateFieldSettings()
Returns the object with the settings used for calls to updateField.
|
getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, toString
protected FirestoreAdminSettings(FirestoreAdminSettings.Builder settingsBuilder) throws IOException
IOException
public UnaryCallSettings<com.google.firestore.admin.v1.CreateIndexRequest,Operation> createIndexSettings()
public PagedCallSettings<com.google.firestore.admin.v1.ListIndexesRequest,com.google.firestore.admin.v1.ListIndexesResponse,FirestoreAdminClient.ListIndexesPagedResponse> listIndexesSettings()
public UnaryCallSettings<com.google.firestore.admin.v1.GetIndexRequest,com.google.firestore.admin.v1.Index> getIndexSettings()
public UnaryCallSettings<com.google.firestore.admin.v1.DeleteIndexRequest,Empty> deleteIndexSettings()
public UnaryCallSettings<com.google.firestore.admin.v1.ImportDocumentsRequest,Operation> importDocumentsSettings()
public UnaryCallSettings<com.google.firestore.admin.v1.ExportDocumentsRequest,Operation> exportDocumentsSettings()
public UnaryCallSettings<com.google.firestore.admin.v1.GetFieldRequest,com.google.firestore.admin.v1.Field> getFieldSettings()
public PagedCallSettings<com.google.firestore.admin.v1.ListFieldsRequest,com.google.firestore.admin.v1.ListFieldsResponse,FirestoreAdminClient.ListFieldsPagedResponse> listFieldsSettings()
public UnaryCallSettings<com.google.firestore.admin.v1.UpdateFieldRequest,Operation> updateFieldSettings()
public static final FirestoreAdminSettings create(FirestoreAdminStubSettings stub) throws IOException
IOException
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static List<String> getDefaultServiceScopes()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
public static TransportChannelProvider defaultTransportChannelProvider()
@BetaApi(value="The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static FirestoreAdminSettings.Builder newBuilder()
public static FirestoreAdminSettings.Builder newBuilder(ClientContext clientContext)
public FirestoreAdminSettings.Builder toBuilder()
toBuilder
in class ClientSettings<FirestoreAdminSettings>
Copyright © 2019 Google LLC. All rights reserved.