Interface AddContextArtifactsAndExecutionsRequestOrBuilder (3.42.0)

public interface AddContextArtifactsAndExecutionsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getArtifacts(int index)

public abstract String getArtifacts(int index)

The resource names of the Artifacts to attribute to the Context.

Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}

repeated string artifacts = 2 [(.google.api.resource_reference) = { ... }

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The artifacts at the given index.

getArtifactsBytes(int index)

public abstract ByteString getArtifactsBytes(int index)

The resource names of the Artifacts to attribute to the Context.

Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}

repeated string artifacts = 2 [(.google.api.resource_reference) = { ... }

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the artifacts at the given index.

getArtifactsCount()

public abstract int getArtifactsCount()

The resource names of the Artifacts to attribute to the Context.

Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}

repeated string artifacts = 2 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
int

The count of artifacts.

getArtifactsList()

public abstract List<String> getArtifactsList()

The resource names of the Artifacts to attribute to the Context.

Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}

repeated string artifacts = 2 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
List<String>

A list containing the artifacts.

getContext()

public abstract String getContext()

Required. The resource name of the Context that the Artifacts and Executions belong to. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}

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

Returns
TypeDescription
String

The context.

getContextBytes()

public abstract ByteString getContextBytes()

Required. The resource name of the Context that the Artifacts and Executions belong to. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}

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

Returns
TypeDescription
ByteString

The bytes for context.

getExecutions(int index)

public abstract String getExecutions(int index)

The resource names of the Executions to associate with the Context.

Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}

repeated string executions = 3 [(.google.api.resource_reference) = { ... }

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The executions at the given index.

getExecutionsBytes(int index)

public abstract ByteString getExecutionsBytes(int index)

The resource names of the Executions to associate with the Context.

Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}

repeated string executions = 3 [(.google.api.resource_reference) = { ... }

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the executions at the given index.

getExecutionsCount()

public abstract int getExecutionsCount()

The resource names of the Executions to associate with the Context.

Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}

repeated string executions = 3 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
int

The count of executions.

getExecutionsList()

public abstract List<String> getExecutionsList()

The resource names of the Executions to associate with the Context.

Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}

repeated string executions = 3 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
List<String>

A list containing the executions.