Classes
ContentServiceClient
ContentService manages Notebook and SQL Scripts for Dataplex.
ContentServiceConnection
The ContentServiceConnection object for ContentServiceClient.
ContentServiceConnectionIdempotencyPolicy
DataplexServiceClient
Dataplex service provides data lakes as a service.
DataplexServiceConnection
The DataplexServiceConnection object for DataplexServiceClient.
DataplexServiceConnectionIdempotencyPolicy
MetadataServiceClient
Metadata service manages metadata resources such as tables, filesets and partitions.
MetadataServiceConnection
The MetadataServiceConnection object for MetadataServiceClient.
MetadataServiceConnectionIdempotencyPolicy
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
ContentServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< dataplex_v1_internal::ContentServiceRetryTraits >
ContentServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< dataplex_v1_internal::ContentServiceRetryTraits >
ContentServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< dataplex_v1_internal::ContentServiceRetryTraits >
ContentServicePolicyOptionList
OptionList< ContentServiceRetryPolicyOption, ContentServiceBackoffPolicyOption, ContentServiceConnectionIdempotencyPolicyOption >
The options applicable to ContentService.
DataplexServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< dataplex_v1_internal::DataplexServiceRetryTraits >
DataplexServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< dataplex_v1_internal::DataplexServiceRetryTraits >
DataplexServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< dataplex_v1_internal::DataplexServiceRetryTraits >
DataplexServicePolicyOptionList
OptionList< DataplexServiceRetryPolicyOption, DataplexServiceBackoffPolicyOption, DataplexServicePollingPolicyOption, DataplexServiceConnectionIdempotencyPolicyOption >
The options applicable to DataplexService.
MetadataServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< dataplex_v1_internal::MetadataServiceRetryTraits >
MetadataServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< dataplex_v1_internal::MetadataServiceRetryTraits >
MetadataServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< dataplex_v1_internal::MetadataServiceRetryTraits >
MetadataServicePolicyOptionList
OptionList< MetadataServiceRetryPolicyOption, MetadataServiceBackoffPolicyOption, MetadataServiceConnectionIdempotencyPolicyOption >
The options applicable to MetadataService.