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 Summary
Modifier and TypeMethodDescriptiongetFileSets(int index) List of file sets that belong to this output group as well.intList of file sets that belong to this output group as well.List of file sets that belong to this output group as well.getFileSetsOrBuilder(int index) List of file sets that belong to this output group as well.List of file sets that belong to this output group as well.booleanIndicates that one or more of the output group's files were not built successfully (the generating action failed).getInlineFiles(int index) Inlined files that belong to this output group, requested via --experimental_build_event_output_group_mode.intInlined files that belong to this output group, requested via --experimental_build_event_output_group_mode.Inlined files that belong to this output group, requested via --experimental_build_event_output_group_mode.getInlineFilesOrBuilder(int index) Inlined files that belong to this output group, requested via --experimental_build_event_output_group_mode.List<? extends BuildEventStreamProtos.FileOrBuilder>Inlined files that belong to this output group, requested via --experimental_build_event_output_group_mode.getName()Name of the output groupcom.google.protobuf.ByteStringName of the output groupMethods 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
-
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<BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId> 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<? extends BuildEventStreamProtos.BuildEventId.NamedSetOfFilesIdOrBuilder> 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
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
Inlined files that belong to this output group, requested via --experimental_build_event_output_group_mode.
repeated .build_event_stream.File inline_files = 5;
-