Interface BuildEventStreamProtos.OutputGroupOrBuilder

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

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

    • getName

      String getName()
       Name of the output group
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Name of the output group
       
      string name = 1;
      Returns:
      The bytes for name.
    • getFileSetsList

       List of file sets that belong to this output group as well.
       
      repeated .build_event_stream.BuildEventId.NamedSetOfFilesId file_sets = 3;
    • getFileSets

       List of file sets that belong to this output group as well.
       
      repeated .build_event_stream.BuildEventId.NamedSetOfFilesId file_sets = 3;
    • getFileSetsCount

      int getFileSetsCount()
       List of file sets that belong to this output group as well.
       
      repeated .build_event_stream.BuildEventId.NamedSetOfFilesId file_sets = 3;
    • getFileSetsOrBuilderList

       List of file sets that belong to this output group as well.
       
      repeated .build_event_stream.BuildEventId.NamedSetOfFilesId file_sets = 3;
    • getFileSetsOrBuilder

       List of file sets that belong to this output group as well.
       
      repeated .build_event_stream.BuildEventId.NamedSetOfFilesId file_sets = 3;
    • getIncomplete

      boolean getIncomplete()
       Indicates that one or more of the output group's files were not built
       successfully (the generating action failed).
       
      bool incomplete = 4;
      Returns:
      The incomplete.
    • getInlineFilesList

      List<BuildEventStreamProtos.File> getInlineFilesList()
       Inlined files that belong to this output group, requested via
       --experimental_build_event_output_group_mode.
       
      repeated .build_event_stream.File inline_files = 5;
    • getInlineFiles

      BuildEventStreamProtos.File getInlineFiles(int index)
       Inlined files that belong to this output group, requested via
       --experimental_build_event_output_group_mode.
       
      repeated .build_event_stream.File inline_files = 5;
    • getInlineFilesCount

      int getInlineFilesCount()
       Inlined files that belong to this output group, requested via
       --experimental_build_event_output_group_mode.
       
      repeated .build_event_stream.File inline_files = 5;
    • getInlineFilesOrBuilderList

      List<? extends BuildEventStreamProtos.FileOrBuilder> getInlineFilesOrBuilderList()
       Inlined files that belong to this output group, requested via
       --experimental_build_event_output_group_mode.
       
      repeated .build_event_stream.File inline_files = 5;
    • getInlineFilesOrBuilder

      BuildEventStreamProtos.FileOrBuilder getInlineFilesOrBuilder(int index)
       Inlined files that belong to this output group, requested via
       --experimental_build_event_output_group_mode.
       
      repeated .build_event_stream.File inline_files = 5;