Class DocumentServiceStubSettings.Builder (0.37.0)

public static class DocumentServiceStubSettings.Builder extends StubSettings.Builder<DocumentServiceStubSettings,DocumentServiceStubSettings.Builder>

Builder for DocumentServiceStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > DocumentServiceStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(DocumentServiceStubSettings settings)

protected Builder(DocumentServiceStubSettings settings)
Parameter
NameDescription
settingsDocumentServiceStubSettings

Methods

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

public DocumentServiceStubSettings.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
NameDescription
settingsUpdaterApiFunction<Builder<?,?>,java.lang.Void>
Returns
TypeDescription
DocumentServiceStubSettings.Builder

build()

public DocumentServiceStubSettings build()
Returns
TypeDescription
DocumentServiceStubSettings
Overrides
Exceptions
TypeDescription
IOException

createDocumentSettings()

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

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

Returns
TypeDescription
Builder<CreateDocumentRequest,Document>

deleteDocumentSettings()

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

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

Returns
TypeDescription
Builder<DeleteDocumentRequest,Empty>

getDocumentSettings()

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

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

Returns
TypeDescription
Builder<GetDocumentRequest,Document>

getEndpoint()

public String getEndpoint()

Returns the endpoint set by the user or the the service's default endpoint.

Returns
TypeDescription
String
Overrides

importDocumentsOperationSettings()

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

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

Returns
TypeDescription
Builder<ImportDocumentsRequest,ImportDocumentsResponse,ImportDocumentsMetadata>

importDocumentsSettings()

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

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

Returns
TypeDescription
Builder<ImportDocumentsRequest,Operation>

listDocumentsSettings()

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

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

Returns
TypeDescription
Builder<ListDocumentsRequest,ListDocumentsResponse,ListDocumentsPagedResponse>

purgeDocumentsOperationSettings()

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

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

Returns
TypeDescription
Builder<PurgeDocumentsRequest,PurgeDocumentsResponse,PurgeDocumentsMetadata>

purgeDocumentsSettings()

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

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

Returns
TypeDescription
Builder<PurgeDocumentsRequest,Operation>

unaryMethodSettingsBuilders()

public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
Returns
TypeDescription
com.google.common.collect.ImmutableList<Builder<?,?>>

updateDocumentSettings()

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

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

Returns
TypeDescription
Builder<UpdateDocumentRequest,Document>