public static class FirestoreAdminStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<FirestoreAdminStubSettings,FirestoreAdminStubSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(FirestoreAdminStubSettings settings) |
Modifier and Type | Method and Description |
---|---|
FirestoreAdminStubSettings.Builder |
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
FirestoreAdminStubSettings |
build() |
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateIndexRequest,Index,IndexOperationMetadata> |
createIndexOperationSettings()
Returns the builder for the settings used for calls to createIndex.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateIndexRequest,com.google.longrunning.Operation> |
createIndexSettings()
Returns the builder for the settings used for calls to createIndex.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteIndexRequest,com.google.protobuf.Empty> |
deleteIndexSettings()
Returns the builder for the settings used for calls to deleteIndex.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<ExportDocumentsRequest,ExportDocumentsResponse,ExportDocumentsMetadata> |
exportDocumentsOperationSettings()
Returns the builder for the settings used for calls to exportDocuments.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportDocumentsRequest,com.google.longrunning.Operation> |
exportDocumentsSettings()
Returns the builder for the settings used for calls to exportDocuments.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDatabaseRequest,Database> |
getDatabaseSettings()
Returns the builder for the settings used for calls to getDatabase.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFieldRequest,Field> |
getFieldSettings()
Returns the builder for the settings used for calls to getField.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIndexRequest,Index> |
getIndexSettings()
Returns the builder for the settings used for calls to getIndex.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<ImportDocumentsRequest,com.google.protobuf.Empty,ImportDocumentsMetadata> |
importDocumentsOperationSettings()
Returns the builder for the settings used for calls to importDocuments.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportDocumentsRequest,com.google.longrunning.Operation> |
importDocumentsSettings()
Returns the builder for the settings used for calls to importDocuments.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<ListDatabasesRequest,ListDatabasesResponse> |
listDatabasesSettings()
Returns the builder for the settings used for calls to listDatabases.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListFieldsRequest,ListFieldsResponse,FirestoreAdminClient.ListFieldsPagedResponse> |
listFieldsSettings()
Returns the builder for the settings used for calls to listFields.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListIndexesRequest,ListIndexesResponse,FirestoreAdminClient.ListIndexesPagedResponse> |
listIndexesSettings()
Returns the builder for the settings used for calls to listIndexes.
|
com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateDatabaseRequest,Database,UpdateDatabaseMetadata> |
updateDatabaseOperationSettings()
Returns the builder for the settings used for calls to updateDatabase.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDatabaseRequest,com.google.longrunning.Operation> |
updateDatabaseSettings()
Returns the builder for the settings used for calls to updateDatabase.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateFieldRequest,Field,FieldOperationMetadata> |
updateFieldOperationSettings()
Returns the builder for the settings used for calls to updateField.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFieldRequest,com.google.longrunning.Operation> |
updateFieldSettings()
Returns the builder for the settings used for calls to updateField.
|
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, toString
protected Builder()
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(FirestoreAdminStubSettings settings)
public FirestoreAdminStubSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Note: This method does not support applying settings to streaming methods.
public com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateIndexRequest,com.google.longrunning.Operation> createIndexSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateIndexRequest,Index,IndexOperationMetadata> createIndexOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListIndexesRequest,ListIndexesResponse,FirestoreAdminClient.ListIndexesPagedResponse> listIndexesSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIndexRequest,Index> getIndexSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteIndexRequest,com.google.protobuf.Empty> deleteIndexSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFieldRequest,Field> getFieldSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFieldRequest,com.google.longrunning.Operation> updateFieldSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateFieldRequest,Field,FieldOperationMetadata> updateFieldOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListFieldsRequest,ListFieldsResponse,FirestoreAdminClient.ListFieldsPagedResponse> listFieldsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportDocumentsRequest,com.google.longrunning.Operation> exportDocumentsSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<ExportDocumentsRequest,ExportDocumentsResponse,ExportDocumentsMetadata> exportDocumentsOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportDocumentsRequest,com.google.longrunning.Operation> importDocumentsSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<ImportDocumentsRequest,com.google.protobuf.Empty,ImportDocumentsMetadata> importDocumentsOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDatabaseRequest,Database> getDatabaseSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ListDatabasesRequest,ListDatabasesResponse> listDatabasesSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDatabaseRequest,com.google.longrunning.Operation> updateDatabaseSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateDatabaseRequest,Database,UpdateDatabaseMetadata> updateDatabaseOperationSettings()
public FirestoreAdminStubSettings build() throws IOException
build
in class com.google.api.gax.rpc.StubSettings.Builder<FirestoreAdminStubSettings,FirestoreAdminStubSettings.Builder>
IOException
Copyright © 2023 Google LLC. All rights reserved.