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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BuildEventStreamProtos.BuildEventId.NamedSetOfFilesIdgetFileSets(int index)List of file sets that belong to this output group as well.intgetFileSetsCount()List of file sets that belong to this output group as well.java.util.List<BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId>getFileSetsList()List of file sets that belong to this output group as well.BuildEventStreamProtos.BuildEventId.NamedSetOfFilesIdOrBuildergetFileSetsOrBuilder(int index)List of file sets that belong to this output group as well.java.util.List<? extends BuildEventStreamProtos.BuildEventId.NamedSetOfFilesIdOrBuilder>getFileSetsOrBuilderList()List of file sets that belong to this output group as well.booleangetIncomplete()Indicates that one or more of the output group's files were not built successfully (the generating action failed).java.lang.StringgetName()Name of the output groupcom.google.protobuf.ByteStringgetNameBytes()Name of the output group-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
java.lang.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
java.util.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
BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId getFileSets(int index)
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
java.util.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
BuildEventStreamProtos.BuildEventId.NamedSetOfFilesIdOrBuilder getFileSetsOrBuilder(int index)
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.
-
-