Classes
CatalogServiceClient
The primary resources offered by this service are EntryGroups, EntryTypes, AspectTypes, Entry and Aspect which collectively allow a data administrator to organize, manage, secure and catalog data across their organization located across cloud projects in a variety of storage systems including Cloud Storage and BigQuery.
CatalogServiceConnection
The CatalogServiceConnection
object for CatalogServiceClient
.
CatalogServiceConnectionIdempotencyPolicy
CatalogServiceLimitedErrorCountRetryPolicy
A retry policy for CatalogServiceConnection
based on counting errors.
CatalogServiceLimitedTimeRetryPolicy
A retry policy for CatalogServiceConnection
based on elapsed time.
CatalogServiceRetryPolicy
The retry policy for CatalogServiceConnection
.
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
.
DataScanServiceClient
DataScanService manages DataScan resources which can be configured to run various types of data scanning workload and generate enriched metadata (e.g.
DataScanServiceConnection
The DataScanServiceConnection
object for DataScanServiceClient
.
DataScanServiceConnectionIdempotencyPolicy
DataScanServiceLimitedErrorCountRetryPolicy
A retry policy for DataScanServiceConnection
based on counting errors.
DataScanServiceLimitedTimeRetryPolicy
A retry policy for DataScanServiceConnection
based on elapsed time.
DataScanServiceRetryPolicy
The retry policy for DataScanServiceConnection
.
DataTaxonomyServiceClient
DataTaxonomyService enables attribute-based governance.
DataTaxonomyServiceConnection
The DataTaxonomyServiceConnection
object for DataTaxonomyServiceClient
.
DataTaxonomyServiceConnectionIdempotencyPolicy
DataTaxonomyServiceLimitedErrorCountRetryPolicy
A retry policy for DataTaxonomyServiceConnection
based on counting errors.
DataTaxonomyServiceLimitedTimeRetryPolicy
A retry policy for DataTaxonomyServiceConnection
based on elapsed time.
DataTaxonomyServiceRetryPolicy
The retry policy for DataTaxonomyServiceConnection
.
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
CatalogServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
CatalogServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
CatalogServicePollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
CatalogServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
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.
DataScanServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
DataScanServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
DataScanServicePollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
DataScanServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
DataTaxonomyServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
DataTaxonomyServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
DataTaxonomyServicePollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
DataTaxonomyServiceRetryPolicyOption
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
MakeCatalogServiceConnection(Options)
A factory function to construct an object of type CatalogServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of CatalogServiceClient.
The optional options
argument may be used to configure aspects of the returned CatalogServiceConnection
. 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< CatalogServiceConnection > |
MakeDefaultCatalogServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< CatalogServiceConnectionIdempotencyPolicy > |
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 > |
MakeDataScanServiceConnection(Options)
A factory function to construct an object of type DataScanServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of DataScanServiceClient.
The optional options
argument may be used to configure aspects of the returned DataScanServiceConnection
. 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< DataScanServiceConnection > |
MakeDefaultDataScanServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< DataScanServiceConnectionIdempotencyPolicy > |
MakeDataTaxonomyServiceConnection(Options)
A factory function to construct an object of type DataTaxonomyServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of DataTaxonomyServiceClient.
The optional options
argument may be used to configure aspects of the returned DataTaxonomyServiceConnection
. 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< DataTaxonomyServiceConnection > |
MakeDefaultDataTaxonomyServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< DataTaxonomyServiceConnectionIdempotencyPolicy > |
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 > |