Classes
LineageClient
Lineage is used to track data flows between assets over time.
LineageConnection
The LineageConnection
object for LineageClient
.
LineageConnectionIdempotencyPolicy
Structs
LineageBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
LineageConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
LineagePollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
LineageRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeLineageConnection(ExperimentalTag, Options)
A factory function to construct an object of type LineageConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of LineageClient.
The optional options
argument may be used to configure aspects of the returned LineageConnection
. Expected options are any of the types in the following option lists:
Parameters | |
---|---|
Name | Description |
|
|
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< LineageConnection > |
MakeDefaultLineageConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< LineageConnectionIdempotencyPolicy > |
Type Aliases
LineageRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< datacatalog_lineage_v1_internal::LineageRetryTraits >
LineageLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< datacatalog_lineage_v1_internal::LineageRetryTraits >
LineageLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< datacatalog_lineage_v1_internal::LineageRetryTraits >
LineagePolicyOptionList
OptionList< LineageRetryPolicyOption, LineageBackoffPolicyOption, LineagePollingPolicyOption, LineageConnectionIdempotencyPolicyOption >
The options applicable to Lineage.