public interface AddContextArtifactsAndExecutionsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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) = { ... }
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| 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) = { ... }
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| 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) = { ... }
| Type | Description |
| 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) = { ... }
| Type | Description |
| 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) = { ... }
| Type | Description |
| 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) = { ... }
| Type | Description |
| 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) = { ... }
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| 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) = { ... }
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| 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) = { ... }
| Type | Description |
| 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) = { ... }
| Type | Description |
| List<String> | A list containing the executions. |