Class DocumentServiceSettings.Builder (0.91.0)

public static class DocumentServiceSettings.Builder extends ClientSettings.Builder<DocumentServiceSettings,DocumentServiceSettings.Builder>

Builder for DocumentServiceSettings.

Inheritance

java.lang.Object > ClientSettings.Builder > DocumentServiceSettings.Builder

Constructors

Builder()

protected Builder()

Builder(@Nullable ClientContext clientContext)

protected Builder(@Nullable ClientContext clientContext)
Parameter
Name Description
clientContext @org.jspecify.annotations.Nullable com.google.api.gax.rpc.ClientContext

Builder(DocumentServiceSettings settings)

protected Builder(DocumentServiceSettings settings)
Parameter
Name Description
settings DocumentServiceSettings

Builder(DocumentServiceStubSettings.Builder stubSettings)

protected Builder(DocumentServiceStubSettings.Builder stubSettings)
Parameter
Name Description
stubSettings DocumentServiceStubSettings.Builder

Methods

applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)

public DocumentServiceSettings.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.

Parameter
Name Description
settingsUpdater ApiFunction<Builder<?,?>,java.lang.Void>
Returns
Type Description
DocumentServiceSettings.Builder

batchGetDocumentsMetadataSettings()

public UnaryCallSettings.Builder<BatchGetDocumentsMetadataRequest,BatchGetDocumentsMetadataResponse> batchGetDocumentsMetadataSettings()

Returns the builder for the settings used for calls to batchGetDocumentsMetadata.

Returns
Type Description
Builder<BatchGetDocumentsMetadataRequest,BatchGetDocumentsMetadataResponse>

build()

public DocumentServiceSettings build()
Returns
Type Description
DocumentServiceSettings
Overrides
Exceptions
Type Description
IOException

createDocumentSettings()

public UnaryCallSettings.Builder<CreateDocumentRequest,Document> createDocumentSettings()

Returns the builder for the settings used for calls to createDocument.

Returns
Type Description
Builder<CreateDocumentRequest,Document>

deleteDocumentSettings()

public UnaryCallSettings.Builder<DeleteDocumentRequest,Empty> deleteDocumentSettings()

Returns the builder for the settings used for calls to deleteDocument.

Returns
Type Description
Builder<DeleteDocumentRequest,Empty>

getDocumentSettings()

public UnaryCallSettings.Builder<GetDocumentRequest,Document> getDocumentSettings()

Returns the builder for the settings used for calls to getDocument.

Returns
Type Description
Builder<GetDocumentRequest,Document>

getStubSettingsBuilder()

public DocumentServiceStubSettings.Builder getStubSettingsBuilder()
Returns
Type Description
DocumentServiceStubSettings.Builder

importDocumentsOperationSettings()

public OperationCallSettings.Builder<ImportDocumentsRequest,ImportDocumentsResponse,ImportDocumentsMetadata> importDocumentsOperationSettings()

Returns the builder for the settings used for calls to importDocuments.

Returns
Type Description
Builder<ImportDocumentsRequest,ImportDocumentsResponse,ImportDocumentsMetadata>

importDocumentsSettings()

public UnaryCallSettings.Builder<ImportDocumentsRequest,Operation> importDocumentsSettings()

Returns the builder for the settings used for calls to importDocuments.

Returns
Type Description
Builder<ImportDocumentsRequest,Operation>

listDocumentsSettings()

public PagedCallSettings.Builder<ListDocumentsRequest,ListDocumentsResponse,DocumentServiceClient.ListDocumentsPagedResponse> listDocumentsSettings()

Returns the builder for the settings used for calls to listDocuments.

Returns
Type Description
Builder<ListDocumentsRequest,ListDocumentsResponse,ListDocumentsPagedResponse>

purgeDocumentsOperationSettings()

public OperationCallSettings.Builder<PurgeDocumentsRequest,PurgeDocumentsResponse,PurgeDocumentsMetadata> purgeDocumentsOperationSettings()

Returns the builder for the settings used for calls to purgeDocuments.

Returns
Type Description
Builder<PurgeDocumentsRequest,PurgeDocumentsResponse,PurgeDocumentsMetadata>

purgeDocumentsSettings()

public UnaryCallSettings.Builder<PurgeDocumentsRequest,Operation> purgeDocumentsSettings()

Returns the builder for the settings used for calls to purgeDocuments.

Returns
Type Description
Builder<PurgeDocumentsRequest,Operation>

updateDocumentSettings()

public UnaryCallSettings.Builder<UpdateDocumentRequest,Document> updateDocumentSettings()

Returns the builder for the settings used for calls to updateDocument.

Returns
Type Description
Builder<UpdateDocumentRequest,Document>