public interface AddExecutionEventsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Event |
getEvents(int index)
The Events to create and add.
|
int |
getEventsCount()
The Events to create and add.
|
List<Event> |
getEventsList()
The Events to create and add.
|
EventOrBuilder |
getEventsOrBuilder(int index)
The Events to create and add.
|
List<? extends EventOrBuilder> |
getEventsOrBuilderList()
The Events to create and add.
|
String |
getExecution()
Required.
|
com.google.protobuf.ByteString |
getExecutionBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getExecution()
Required. The resource name of the Execution that the Events connect
Artifacts with.
Format:
`projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`
string execution = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getExecutionBytes()
Required. The resource name of the Execution that the Events connect
Artifacts with.
Format:
`projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`
string execution = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
List<Event> getEventsList()
The Events to create and add.
repeated .google.cloud.aiplatform.v1beta1.Event events = 2;Event getEvents(int index)
The Events to create and add.
repeated .google.cloud.aiplatform.v1beta1.Event events = 2;int getEventsCount()
The Events to create and add.
repeated .google.cloud.aiplatform.v1beta1.Event events = 2;List<? extends EventOrBuilder> getEventsOrBuilderList()
The Events to create and add.
repeated .google.cloud.aiplatform.v1beta1.Event events = 2;EventOrBuilder getEventsOrBuilder(int index)
The Events to create and add.
repeated .google.cloud.aiplatform.v1beta1.Event events = 2;Copyright © 2024 Google LLC. All rights reserved.