Classes
DocumentLinkServiceClient
This service lets you manage document-links.
DocumentLinkServiceConnection
The DocumentLinkServiceConnection
object for DocumentLinkServiceClient
.
DocumentLinkServiceConnectionIdempotencyPolicy
DocumentLinkServiceLimitedErrorCountRetryPolicy
A retry policy for DocumentLinkServiceConnection
based on counting errors.
DocumentLinkServiceLimitedTimeRetryPolicy
A retry policy for DocumentLinkServiceConnection
based on elapsed time.
DocumentLinkServiceRetryPolicy
The retry policy for DocumentLinkServiceConnection
.
DocumentSchemaServiceClient
This service lets you manage document schema.
DocumentSchemaServiceConnection
The DocumentSchemaServiceConnection
object for DocumentSchemaServiceClient
.
DocumentSchemaServiceConnectionIdempotencyPolicy
DocumentSchemaServiceLimitedErrorCountRetryPolicy
A retry policy for DocumentSchemaServiceConnection
based on counting errors.
DocumentSchemaServiceLimitedTimeRetryPolicy
A retry policy for DocumentSchemaServiceConnection
based on elapsed time.
DocumentSchemaServiceRetryPolicy
The retry policy for DocumentSchemaServiceConnection
.
DocumentServiceClient
This service lets you manage document.
DocumentServiceConnection
The DocumentServiceConnection
object for DocumentServiceClient
.
DocumentServiceConnectionIdempotencyPolicy
DocumentServiceLimitedErrorCountRetryPolicy
A retry policy for DocumentServiceConnection
based on counting errors.
DocumentServiceLimitedTimeRetryPolicy
A retry policy for DocumentServiceConnection
based on elapsed time.
DocumentServiceRetryPolicy
The retry policy for DocumentServiceConnection
.
PipelineServiceClient
This service lets you manage pipelines.
PipelineServiceConnection
The PipelineServiceConnection
object for PipelineServiceClient
.
PipelineServiceConnectionIdempotencyPolicy
PipelineServiceLimitedErrorCountRetryPolicy
A retry policy for PipelineServiceConnection
based on counting errors.
PipelineServiceLimitedTimeRetryPolicy
A retry policy for PipelineServiceConnection
based on elapsed time.
PipelineServiceRetryPolicy
The retry policy for PipelineServiceConnection
.
RuleSetServiceClient
Service to manage customer specific RuleSets.
RuleSetServiceConnection
The RuleSetServiceConnection
object for RuleSetServiceClient
.
RuleSetServiceConnectionIdempotencyPolicy
RuleSetServiceLimitedErrorCountRetryPolicy
A retry policy for RuleSetServiceConnection
based on counting errors.
RuleSetServiceLimitedTimeRetryPolicy
A retry policy for RuleSetServiceConnection
based on elapsed time.
RuleSetServiceRetryPolicy
The retry policy for RuleSetServiceConnection
.
SynonymSetServiceClient
A Service that manage/custom customer specified SynonymSets.
SynonymSetServiceConnection
The SynonymSetServiceConnection
object for SynonymSetServiceClient
.
SynonymSetServiceConnectionIdempotencyPolicy
SynonymSetServiceLimitedErrorCountRetryPolicy
A retry policy for SynonymSetServiceConnection
based on counting errors.
SynonymSetServiceLimitedTimeRetryPolicy
A retry policy for SynonymSetServiceConnection
based on elapsed time.
SynonymSetServiceRetryPolicy
The retry policy for SynonymSetServiceConnection
.
Structs
DocumentLinkServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
DocumentLinkServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
DocumentLinkServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
DocumentSchemaServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
DocumentSchemaServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
DocumentSchemaServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
DocumentServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
DocumentServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
DocumentServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
PipelineServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
PipelineServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
PipelineServicePollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
PipelineServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
RuleSetServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
RuleSetServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
RuleSetServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
SynonymSetServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
SynonymSetServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
SynonymSetServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeDocumentServiceConnection(Options)
A factory function to construct an object of type DocumentServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of DocumentServiceClient.
The optional options
argument may be used to configure aspects of the returned DocumentServiceConnection
. Expected options are any of the types in the following option lists:
Parameter | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< DocumentServiceConnection > |
MakeDefaultDocumentServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< DocumentServiceConnectionIdempotencyPolicy > |
MakeDocumentLinkServiceConnection(Options)
A factory function to construct an object of type DocumentLinkServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of DocumentLinkServiceClient.
The optional options
argument may be used to configure aspects of the returned DocumentLinkServiceConnection
. Expected options are any of the types in the following option lists:
Parameter | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< DocumentLinkServiceConnection > |
MakeDefaultDocumentLinkServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< DocumentLinkServiceConnectionIdempotencyPolicy > |
MakeDocumentSchemaServiceConnection(Options)
A factory function to construct an object of type DocumentSchemaServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of DocumentSchemaServiceClient.
The optional options
argument may be used to configure aspects of the returned DocumentSchemaServiceConnection
. Expected options are any of the types in the following option lists:
Parameter | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< DocumentSchemaServiceConnection > |
MakeDefaultDocumentSchemaServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< DocumentSchemaServiceConnectionIdempotencyPolicy > |
MakePipelineServiceConnection(Options)
A factory function to construct an object of type PipelineServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of PipelineServiceClient.
The optional options
argument may be used to configure aspects of the returned PipelineServiceConnection
. Expected options are any of the types in the following option lists:
Parameter | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< PipelineServiceConnection > |
MakeDefaultPipelineServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< PipelineServiceConnectionIdempotencyPolicy > |
MakeRuleSetServiceConnection(Options)
A factory function to construct an object of type RuleSetServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of RuleSetServiceClient.
The optional options
argument may be used to configure aspects of the returned RuleSetServiceConnection
. Expected options are any of the types in the following option lists:
Parameter | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< RuleSetServiceConnection > |
MakeDefaultRuleSetServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< RuleSetServiceConnectionIdempotencyPolicy > |
MakeSynonymSetServiceConnection(Options)
A factory function to construct an object of type SynonymSetServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of SynonymSetServiceClient.
The optional options
argument may be used to configure aspects of the returned SynonymSetServiceConnection
. Expected options are any of the types in the following option lists:
Parameter | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< SynonymSetServiceConnection > |
MakeDefaultSynonymSetServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< SynonymSetServiceConnectionIdempotencyPolicy > |