Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::Lineage::Rest::ServiceStub.
REST service stub for the Lineage service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#batch_search_link_processes
def batch_search_link_processes(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::DataCatalog::Lineage::V1::BatchSearchLinkProcessesResponse
Baseline implementation for the batch_search_link_processes REST call
- request_pb (::Google::Cloud::DataCatalog::Lineage::V1::BatchSearchLinkProcessesRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::DataCatalog::Lineage::V1::BatchSearchLinkProcessesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::DataCatalog::Lineage::V1::BatchSearchLinkProcessesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_lineage_event
def create_lineage_event(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::DataCatalog::Lineage::V1::LineageEvent
Baseline implementation for the create_lineage_event REST call
- request_pb (::Google::Cloud::DataCatalog::Lineage::V1::CreateLineageEventRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::DataCatalog::Lineage::V1::LineageEvent)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::DataCatalog::Lineage::V1::LineageEvent) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_process
def create_process(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::DataCatalog::Lineage::V1::Process
Baseline implementation for the create_process REST call
- request_pb (::Google::Cloud::DataCatalog::Lineage::V1::CreateProcessRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::DataCatalog::Lineage::V1::Process)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::DataCatalog::Lineage::V1::Process) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_run
def create_run(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::DataCatalog::Lineage::V1::Run
Baseline implementation for the create_run REST call
- request_pb (::Google::Cloud::DataCatalog::Lineage::V1::CreateRunRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::DataCatalog::Lineage::V1::Run)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::DataCatalog::Lineage::V1::Run) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_lineage_event
def delete_lineage_event(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_lineage_event REST call
- request_pb (::Google::Cloud::DataCatalog::Lineage::V1::DeleteLineageEventRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_process
def delete_process(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_process REST call
- request_pb (::Google::Cloud::DataCatalog::Lineage::V1::DeleteProcessRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_run
def delete_run(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_run REST call
- request_pb (::Google::Cloud::DataCatalog::Lineage::V1::DeleteRunRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> String
The effective endpoint
- (String)
#get_lineage_event
def get_lineage_event(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::DataCatalog::Lineage::V1::LineageEvent
Baseline implementation for the get_lineage_event REST call
- request_pb (::Google::Cloud::DataCatalog::Lineage::V1::GetLineageEventRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::DataCatalog::Lineage::V1::LineageEvent)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::DataCatalog::Lineage::V1::LineageEvent) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_process
def get_process(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::DataCatalog::Lineage::V1::Process
Baseline implementation for the get_process REST call
- request_pb (::Google::Cloud::DataCatalog::Lineage::V1::GetProcessRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::DataCatalog::Lineage::V1::Process)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::DataCatalog::Lineage::V1::Process) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_run
def get_run(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::DataCatalog::Lineage::V1::Run
Baseline implementation for the get_run REST call
- request_pb (::Google::Cloud::DataCatalog::Lineage::V1::GetRunRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::DataCatalog::Lineage::V1::Run)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::DataCatalog::Lineage::V1::Run) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#list_lineage_events
def list_lineage_events(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::DataCatalog::Lineage::V1::ListLineageEventsResponse
Baseline implementation for the list_lineage_events REST call
- request_pb (::Google::Cloud::DataCatalog::Lineage::V1::ListLineageEventsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::DataCatalog::Lineage::V1::ListLineageEventsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::DataCatalog::Lineage::V1::ListLineageEventsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_processes
def list_processes(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::DataCatalog::Lineage::V1::ListProcessesResponse
Baseline implementation for the list_processes REST call
- request_pb (::Google::Cloud::DataCatalog::Lineage::V1::ListProcessesRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::DataCatalog::Lineage::V1::ListProcessesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::DataCatalog::Lineage::V1::ListProcessesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_runs
def list_runs(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::DataCatalog::Lineage::V1::ListRunsResponse
Baseline implementation for the list_runs REST call
- request_pb (::Google::Cloud::DataCatalog::Lineage::V1::ListRunsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::DataCatalog::Lineage::V1::ListRunsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::DataCatalog::Lineage::V1::ListRunsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#process_open_lineage_run_event
def process_open_lineage_run_event(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::DataCatalog::Lineage::V1::ProcessOpenLineageRunEventResponse
Baseline implementation for the process_open_lineage_run_event REST call
- request_pb (::Google::Cloud::DataCatalog::Lineage::V1::ProcessOpenLineageRunEventRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::DataCatalog::Lineage::V1::ProcessOpenLineageRunEventResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::DataCatalog::Lineage::V1::ProcessOpenLineageRunEventResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#search_links
def search_links(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::DataCatalog::Lineage::V1::SearchLinksResponse
Baseline implementation for the search_links REST call
- request_pb (::Google::Cloud::DataCatalog::Lineage::V1::SearchLinksRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::DataCatalog::Lineage::V1::SearchLinksResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::DataCatalog::Lineage::V1::SearchLinksResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)
#update_process
def update_process(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::DataCatalog::Lineage::V1::Process
Baseline implementation for the update_process REST call
- request_pb (::Google::Cloud::DataCatalog::Lineage::V1::UpdateProcessRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::DataCatalog::Lineage::V1::Process)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::DataCatalog::Lineage::V1::Process) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_run
def update_run(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::DataCatalog::Lineage::V1::Run
Baseline implementation for the update_run REST call
- request_pb (::Google::Cloud::DataCatalog::Lineage::V1::UpdateRunRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::DataCatalog::Lineage::V1::Run)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::DataCatalog::Lineage::V1::Run) — A result object deserialized from the server's reply
- (::ArgumentError)