public interface AddContextArtifactsAndExecutionsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifacts(int index)
The resource names of the Artifacts to attribute to the Context.
|
com.google.protobuf.ByteString |
getArtifactsBytes(int index)
The resource names of the Artifacts to attribute to the Context.
|
int |
getArtifactsCount()
The resource names of the Artifacts to attribute to the Context.
|
List<String> |
getArtifactsList()
The resource names of the Artifacts to attribute to the Context.
|
String |
getContext()
Required.
|
com.google.protobuf.ByteString |
getContextBytes()
Required.
|
String |
getExecutions(int index)
The resource names of the Executions to associate with the
Context.
|
com.google.protobuf.ByteString |
getExecutionsBytes(int index)
The resource names of the Executions to associate with the
Context.
|
int |
getExecutionsCount()
The resource names of the Executions to associate with the
Context.
|
List<String> |
getExecutionsList()
The resource names of the Executions to associate with the
Context.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
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) = { ... }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) = { ... }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) = { ... }index - The index of the element to return.com.google.protobuf.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) = { ... }index - The index of the value to return.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) = { ... }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) = { ... }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) = { ... }index - The index of the element to return.com.google.protobuf.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) = { ... }index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.