Interface EvaluationInstance.DeprecatedAgentData.EventsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EvaluationInstance.DeprecatedAgentData.Events,EvaluationInstance.DeprecatedAgentData.Events.Builder
- Enclosing class:
- EvaluationInstance.DeprecatedAgentData
public static interface EvaluationInstance.DeprecatedAgentData.EventsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEvent(int index) Optional.intOptional.Optional.getEventOrBuilder(int index) Optional.List<? extends ContentOrBuilder>Optional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEventList
Optional. A list of events.
repeated .google.cloud.aiplatform.v1beta1.Content event = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getEvent
Optional. A list of events.
repeated .google.cloud.aiplatform.v1beta1.Content event = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getEventCount
int getEventCount()Optional. A list of events.
repeated .google.cloud.aiplatform.v1beta1.Content event = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getEventOrBuilderList
List<? extends ContentOrBuilder> getEventOrBuilderList()Optional. A list of events.
repeated .google.cloud.aiplatform.v1beta1.Content event = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getEventOrBuilder
Optional. A list of events.
repeated .google.cloud.aiplatform.v1beta1.Content event = 1 [(.google.api.field_behavior) = OPTIONAL];
-