Class QueryExecutionInputsAndOutputsRequest.Builder (3.84.0)

public static final class QueryExecutionInputsAndOutputsRequest.Builder extends GeneratedMessage.Builder<QueryExecutionInputsAndOutputsRequest.Builder> implements QueryExecutionInputsAndOutputsRequestOrBuilder

Request message for MetadataService.QueryExecutionInputsAndOutputs.

Protobuf type google.cloud.aiplatform.v1.QueryExecutionInputsAndOutputsRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public QueryExecutionInputsAndOutputsRequest build()
Returns
Type Description
QueryExecutionInputsAndOutputsRequest

buildPartial()

public QueryExecutionInputsAndOutputsRequest buildPartial()
Returns
Type Description
QueryExecutionInputsAndOutputsRequest

clear()

public QueryExecutionInputsAndOutputsRequest.Builder clear()
Returns
Type Description
QueryExecutionInputsAndOutputsRequest.Builder
Overrides

clearExecution()

public QueryExecutionInputsAndOutputsRequest.Builder clearExecution()

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
QueryExecutionInputsAndOutputsRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public QueryExecutionInputsAndOutputsRequest getDefaultInstanceForType()
Returns
Type Description
QueryExecutionInputsAndOutputsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getExecution()

public 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(QueryExecutionInputsAndOutputsRequest other)

public QueryExecutionInputsAndOutputsRequest.Builder mergeFrom(QueryExecutionInputsAndOutputsRequest other)
Parameter
Name Description
other QueryExecutionInputsAndOutputsRequest
Returns
Type Description
QueryExecutionInputsAndOutputsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public QueryExecutionInputsAndOutputsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
QueryExecutionInputsAndOutputsRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public QueryExecutionInputsAndOutputsRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
QueryExecutionInputsAndOutputsRequest.Builder
Overrides

setExecution(String value)

public QueryExecutionInputsAndOutputsRequest.Builder setExecution(String value)

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) = { ... }

Parameter
Name Description
value String

The execution to set.

Returns
Type Description
QueryExecutionInputsAndOutputsRequest.Builder

This builder for chaining.

setExecutionBytes(ByteString value)

public QueryExecutionInputsAndOutputsRequest.Builder setExecutionBytes(ByteString value)

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) = { ... }

Parameter
Name Description
value ByteString

The bytes for execution to set.

Returns
Type Description
QueryExecutionInputsAndOutputsRequest.Builder

This builder for chaining.