public interface QueryExecutionInputsAndOutputsRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for execution. |