Classes
ContentServiceClient
ContentService manages Notebook and SQL Scripts for Dataplex.
ContentServiceConnection
The ContentServiceConnection object for ContentServiceClient.
ContentServiceConnectionIdempotencyPolicy
ContentServiceLimitedErrorCountRetryPolicy
A retry policy for ContentServiceConnection based on counting errors.
ContentServiceLimitedTimeRetryPolicy
A retry policy for ContentServiceConnection based on elapsed time.
ContentServiceRetryPolicy
The retry policy for ContentServiceConnection.
DataplexServiceClient
Dataplex service provides data lakes as a service.
DataplexServiceConnection
The DataplexServiceConnection object for DataplexServiceClient.
DataplexServiceConnectionIdempotencyPolicy
DataplexServiceLimitedErrorCountRetryPolicy
A retry policy for DataplexServiceConnection based on counting errors.
DataplexServiceLimitedTimeRetryPolicy
A retry policy for DataplexServiceConnection based on elapsed time.
DataplexServiceRetryPolicy
The retry policy for DataplexServiceConnection.
MetadataServiceClient
Metadata service manages metadata resources such as tables, filesets and partitions.
MetadataServiceConnection
The MetadataServiceConnection object for MetadataServiceClient.
MetadataServiceConnectionIdempotencyPolicy
MetadataServiceLimitedErrorCountRetryPolicy
A retry policy for MetadataServiceConnection based on counting errors.
MetadataServiceLimitedTimeRetryPolicy
A retry policy for MetadataServiceConnection based on elapsed time.
MetadataServiceRetryPolicy
The retry policy for MetadataServiceConnection.
Structs
ContentServiceBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
ContentServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
ContentServiceRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
DataplexServiceBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
DataplexServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
DataplexServicePollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
DataplexServiceRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
MetadataServiceBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
MetadataServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
MetadataServiceRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeContentServiceConnection(Options)
A factory function to construct an object of type ContentServiceConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of ContentServiceClient.
The optional options argument may be used to configure aspects of the returned ContentServiceConnection. 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< ContentServiceConnection > |
|
MakeDefaultContentServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< ContentServiceConnectionIdempotencyPolicy > |
|
MakeDataplexServiceConnection(Options)
A factory function to construct an object of type DataplexServiceConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of DataplexServiceClient.
The optional options argument may be used to configure aspects of the returned DataplexServiceConnection. 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< DataplexServiceConnection > |
|
MakeDefaultDataplexServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< DataplexServiceConnectionIdempotencyPolicy > |
|
MakeMetadataServiceConnection(Options)
A factory function to construct an object of type MetadataServiceConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of MetadataServiceClient.
The optional options argument may be used to configure aspects of the returned MetadataServiceConnection. 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< MetadataServiceConnection > |
|
MakeDefaultMetadataServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< MetadataServiceConnectionIdempotencyPolicy > |
|
Type Aliases
ContentServicePolicyOptionList
OptionList< ContentServiceRetryPolicyOption, ContentServiceBackoffPolicyOption, ContentServiceConnectionIdempotencyPolicyOption >
The options applicable to ContentService.
DataplexServicePolicyOptionList
OptionList< DataplexServiceRetryPolicyOption, DataplexServiceBackoffPolicyOption, DataplexServicePollingPolicyOption, DataplexServiceConnectionIdempotencyPolicyOption >
The options applicable to DataplexService.
MetadataServicePolicyOptionList
OptionList< MetadataServiceRetryPolicyOption, MetadataServiceBackoffPolicyOption, MetadataServiceConnectionIdempotencyPolicyOption >
The options applicable to MetadataService.