Interface QueryExecutionInputsAndOutputsRequestOrBuilder (3.42.0)

public interface QueryExecutionInputsAndOutputsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExecution()

public abstract String getExecution()

Required. The resource name of the Execution whose input and output Artifacts should be retrieved as a LineageSubgraph. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}

string execution = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The execution.

getExecutionBytes()

public abstract ByteString getExecutionBytes()

Required. The resource name of the Execution whose input and output Artifacts should be retrieved as a LineageSubgraph. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}

string execution = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for execution.