Interface BuildEventStreamProtos.BuildEventId.ActionCompletedIdOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BuildEventStreamProtos.BuildEventId.ActionCompletedId, BuildEventStreamProtos.BuildEventId.ActionCompletedId.Builder
Enclosing class:
BuildEventStreamProtos.BuildEventId

public static interface BuildEventStreamProtos.BuildEventId.ActionCompletedIdOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getPrimaryOutput

      String getPrimaryOutput()
      string primary_output = 1;
      Returns:
      The primaryOutput.
    • getPrimaryOutputBytes

      com.google.protobuf.ByteString getPrimaryOutputBytes()
      string primary_output = 1;
      Returns:
      The bytes for primaryOutput.
    • getLabel

      String getLabel()
       Optional, the label of the owner of the action, for reference.
       
      string label = 2;
      Returns:
      The label.
    • getLabelBytes

      com.google.protobuf.ByteString getLabelBytes()
       Optional, the label of the owner of the action, for reference.
       
      string label = 2;
      Returns:
      The bytes for label.
    • hasConfiguration

      boolean hasConfiguration()
       Optional, the id of the configuration of the action owner.
       
      .build_event_stream.BuildEventId.ConfigurationId configuration = 3;
      Returns:
      Whether the configuration field is set.
    • getConfiguration

       Optional, the id of the configuration of the action owner.
       
      .build_event_stream.BuildEventId.ConfigurationId configuration = 3;
      Returns:
      The configuration.
    • getConfigurationOrBuilder

       Optional, the id of the configuration of the action owner.
       
      .build_event_stream.BuildEventId.ConfigurationId configuration = 3;