View Source API Reference google_api_data_lineage v0.3.0
Modules
API client metadata for GoogleApi.DataLineage.V1.
API calls for all endpoints tagged Projects
.
Handle Tesla connections for GoogleApi.DataLineage.V1.
Request message for BatchSearchLinkProcesses.
Response message for BatchSearchLinkProcesses.
The soft reference to everything you can attach a lineage event to.
A lineage between source and target entities.
A lineage event represents an operation on assets. Within the operation, the data flows from the source to the target defined in the links field.
Links represent the data flow between source (upstream) and target (downstream) assets in transformation pipelines. Links are created when LineageEvents record data transformation between related assets.
Response message for ListLineageEvents.
Response message for ListProcesses.
Response message for ListRuns.
Metadata describing the operation.
Origin of a process.
A process is the definition of a data transformation operation.
Links associated with a specific process.
Response message for ProcessOpenLineageRunEvent.
A lineage run represents an execution of a process that creates lineage events.
Request message for SearchLinks.
Response message for SearchLinks.
The request message for Operations.CancelOperation.
The response message for Operations.ListOperations.
This resource represents a long-running operation that is the result of a network API call.
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
The Status
type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. Each Status
message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide.