Interface AddExecutionEventsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AddExecutionEventsRequest, AddExecutionEventsRequest.Builder

@Generated public interface AddExecutionEventsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getEvents(int index)
    The Events to create and add.
    int
    The Events to create and add.
    The Events to create and add.
    getEventsOrBuilder(int index)
    The Events to create and add.
    List<? extends EventOrBuilder>
    The Events to create and add.
    Required.
    com.google.protobuf.ByteString
    Required.

    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

    • getExecution

      String 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) = { ... }
      Returns:
      The execution.
    • getExecutionBytes

      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) = { ... }
      Returns:
      The bytes for execution.
    • getEventsList

      List<Event> getEventsList()
       The Events to create and add.
       
      repeated .google.cloud.aiplatform.v1.Event events = 2;
    • getEvents

      Event getEvents(int index)
       The Events to create and add.
       
      repeated .google.cloud.aiplatform.v1.Event events = 2;
    • getEventsCount

      int getEventsCount()
       The Events to create and add.
       
      repeated .google.cloud.aiplatform.v1.Event events = 2;
    • getEventsOrBuilderList

      List<? extends EventOrBuilder> getEventsOrBuilderList()
       The Events to create and add.
       
      repeated .google.cloud.aiplatform.v1.Event events = 2;
    • getEventsOrBuilder

      EventOrBuilder getEventsOrBuilder(int index)
       The Events to create and add.
       
      repeated .google.cloud.aiplatform.v1.Event events = 2;