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 Type
    Method
    Description
    getEvent(int index)
    Optional.
    int
    Optional.
    Optional.
    getEventOrBuilder(int index)
    Optional.
    Optional.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getEventList

      List<Content> getEventList()
       Optional. A list of events.
       
      repeated .google.cloud.aiplatform.v1beta1.Content event = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getEvent

      Content getEvent(int index)
       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

      ContentOrBuilder getEventOrBuilder(int index)
       Optional. A list of events.
       
      repeated .google.cloud.aiplatform.v1beta1.Content event = 1 [(.google.api.field_behavior) = OPTIONAL];