Class BuildEventStreamProtos.OutputGroup.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.OutputGroup.Builder>
-
- com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.OutputGroup.Builder
-
- All Implemented Interfaces:
BuildEventStreamProtos.OutputGroupOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable
- Enclosing class:
- BuildEventStreamProtos.OutputGroup
public static final class BuildEventStreamProtos.OutputGroup.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.OutputGroup.Builder> implements BuildEventStreamProtos.OutputGroupOrBuilder
Collection of all output files belonging to that output group.
Protobuf typebuild_event_stream.OutputGroup
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BuildEventStreamProtos.OutputGroup.BuilderaddAllFileSets(java.lang.Iterable<? extends BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId> values)List of file sets that belong to this output group as well.BuildEventStreamProtos.OutputGroup.BuilderaddFileSets(int index, BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId value)List of file sets that belong to this output group as well.BuildEventStreamProtos.OutputGroup.BuilderaddFileSets(int index, BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId.Builder builderForValue)List of file sets that belong to this output group as well.BuildEventStreamProtos.OutputGroup.BuilderaddFileSets(BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId value)List of file sets that belong to this output group as well.BuildEventStreamProtos.OutputGroup.BuilderaddFileSets(BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId.Builder builderForValue)List of file sets that belong to this output group as well.BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId.BuilderaddFileSetsBuilder()List of file sets that belong to this output group as well.BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId.BuilderaddFileSetsBuilder(int index)List of file sets that belong to this output group as well.BuildEventStreamProtos.OutputGroup.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)BuildEventStreamProtos.OutputGroupbuild()BuildEventStreamProtos.OutputGroupbuildPartial()BuildEventStreamProtos.OutputGroup.Builderclear()BuildEventStreamProtos.OutputGroup.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)BuildEventStreamProtos.OutputGroup.BuilderclearFileSets()List of file sets that belong to this output group as well.BuildEventStreamProtos.OutputGroup.BuilderclearIncomplete()Indicates that one or more of the output group's files were not built successfully (the generating action failed).BuildEventStreamProtos.OutputGroup.BuilderclearName()Name of the output groupBuildEventStreamProtos.OutputGroup.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)BuildEventStreamProtos.OutputGroup.Builderclone()BuildEventStreamProtos.OutputGroupgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()BuildEventStreamProtos.BuildEventId.NamedSetOfFilesIdgetFileSets(int index)List of file sets that belong to this output group as well.BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId.BuildergetFileSetsBuilder(int index)List of file sets that belong to this output group as well.java.util.List<BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId.Builder>getFileSetsBuilderList()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 groupprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()BuildEventStreamProtos.OutputGroup.BuildermergeFrom(BuildEventStreamProtos.OutputGroup other)BuildEventStreamProtos.OutputGroup.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)BuildEventStreamProtos.OutputGroup.BuildermergeFrom(com.google.protobuf.Message other)BuildEventStreamProtos.OutputGroup.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)BuildEventStreamProtos.OutputGroup.BuilderremoveFileSets(int index)List of file sets that belong to this output group as well.BuildEventStreamProtos.OutputGroup.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)BuildEventStreamProtos.OutputGroup.BuildersetFileSets(int index, BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId value)List of file sets that belong to this output group as well.BuildEventStreamProtos.OutputGroup.BuildersetFileSets(int index, BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId.Builder builderForValue)List of file sets that belong to this output group as well.BuildEventStreamProtos.OutputGroup.BuildersetIncomplete(boolean value)Indicates that one or more of the output group's files were not built successfully (the generating action failed).BuildEventStreamProtos.OutputGroup.BuildersetName(java.lang.String value)Name of the output groupBuildEventStreamProtos.OutputGroup.BuildersetNameBytes(com.google.protobuf.ByteString value)Name of the output groupBuildEventStreamProtos.OutputGroup.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)BuildEventStreamProtos.OutputGroup.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.OutputGroup.Builder>
-
clear
public BuildEventStreamProtos.OutputGroup.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.OutputGroup.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.OutputGroup.Builder>
-
getDefaultInstanceForType
public BuildEventStreamProtos.OutputGroup getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public BuildEventStreamProtos.OutputGroup build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public BuildEventStreamProtos.OutputGroup buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public BuildEventStreamProtos.OutputGroup.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.OutputGroup.Builder>
-
setField
public BuildEventStreamProtos.OutputGroup.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.OutputGroup.Builder>
-
clearField
public BuildEventStreamProtos.OutputGroup.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.OutputGroup.Builder>
-
clearOneof
public BuildEventStreamProtos.OutputGroup.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.OutputGroup.Builder>
-
setRepeatedField
public BuildEventStreamProtos.OutputGroup.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.OutputGroup.Builder>
-
addRepeatedField
public BuildEventStreamProtos.OutputGroup.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.OutputGroup.Builder>
-
mergeFrom
public BuildEventStreamProtos.OutputGroup.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<BuildEventStreamProtos.OutputGroup.Builder>
-
mergeFrom
public BuildEventStreamProtos.OutputGroup.Builder mergeFrom(BuildEventStreamProtos.OutputGroup other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.OutputGroup.Builder>
-
mergeFrom
public BuildEventStreamProtos.OutputGroup.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<BuildEventStreamProtos.OutputGroup.Builder>- Throws:
java.io.IOException
-
getName
public java.lang.String getName()
Name of the output group
string name = 1;- Specified by:
getNamein interfaceBuildEventStreamProtos.OutputGroupOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Name of the output group
string name = 1;- Specified by:
getNameBytesin interfaceBuildEventStreamProtos.OutputGroupOrBuilder- Returns:
- The bytes for name.
-
setName
public BuildEventStreamProtos.OutputGroup.Builder setName(java.lang.String value)
Name of the output group
string name = 1;- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
public BuildEventStreamProtos.OutputGroup.Builder clearName()
Name of the output group
string name = 1;- Returns:
- This builder for chaining.
-
setNameBytes
public BuildEventStreamProtos.OutputGroup.Builder setNameBytes(com.google.protobuf.ByteString value)
Name of the output group
string name = 1;- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
getFileSetsList
public 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;- Specified by:
getFileSetsListin interfaceBuildEventStreamProtos.OutputGroupOrBuilder
-
getFileSetsCount
public int getFileSetsCount()
List of file sets that belong to this output group as well.
repeated .build_event_stream.BuildEventId.NamedSetOfFilesId file_sets = 3;- Specified by:
getFileSetsCountin interfaceBuildEventStreamProtos.OutputGroupOrBuilder
-
getFileSets
public 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;- Specified by:
getFileSetsin interfaceBuildEventStreamProtos.OutputGroupOrBuilder
-
setFileSets
public BuildEventStreamProtos.OutputGroup.Builder setFileSets(int index, BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId value)
List of file sets that belong to this output group as well.
repeated .build_event_stream.BuildEventId.NamedSetOfFilesId file_sets = 3;
-
setFileSets
public BuildEventStreamProtos.OutputGroup.Builder setFileSets(int index, BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId.Builder builderForValue)
List of file sets that belong to this output group as well.
repeated .build_event_stream.BuildEventId.NamedSetOfFilesId file_sets = 3;
-
addFileSets
public BuildEventStreamProtos.OutputGroup.Builder addFileSets(BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId value)
List of file sets that belong to this output group as well.
repeated .build_event_stream.BuildEventId.NamedSetOfFilesId file_sets = 3;
-
addFileSets
public BuildEventStreamProtos.OutputGroup.Builder addFileSets(int index, BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId value)
List of file sets that belong to this output group as well.
repeated .build_event_stream.BuildEventId.NamedSetOfFilesId file_sets = 3;
-
addFileSets
public BuildEventStreamProtos.OutputGroup.Builder addFileSets(BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId.Builder builderForValue)
List of file sets that belong to this output group as well.
repeated .build_event_stream.BuildEventId.NamedSetOfFilesId file_sets = 3;
-
addFileSets
public BuildEventStreamProtos.OutputGroup.Builder addFileSets(int index, BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId.Builder builderForValue)
List of file sets that belong to this output group as well.
repeated .build_event_stream.BuildEventId.NamedSetOfFilesId file_sets = 3;
-
addAllFileSets
public BuildEventStreamProtos.OutputGroup.Builder addAllFileSets(java.lang.Iterable<? extends BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId> values)
List of file sets that belong to this output group as well.
repeated .build_event_stream.BuildEventId.NamedSetOfFilesId file_sets = 3;
-
clearFileSets
public BuildEventStreamProtos.OutputGroup.Builder clearFileSets()
List of file sets that belong to this output group as well.
repeated .build_event_stream.BuildEventId.NamedSetOfFilesId file_sets = 3;
-
removeFileSets
public BuildEventStreamProtos.OutputGroup.Builder removeFileSets(int index)
List of file sets that belong to this output group as well.
repeated .build_event_stream.BuildEventId.NamedSetOfFilesId file_sets = 3;
-
getFileSetsBuilder
public BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId.Builder getFileSetsBuilder(int index)
List of file sets that belong to this output group as well.
repeated .build_event_stream.BuildEventId.NamedSetOfFilesId file_sets = 3;
-
getFileSetsOrBuilder
public 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;- Specified by:
getFileSetsOrBuilderin interfaceBuildEventStreamProtos.OutputGroupOrBuilder
-
getFileSetsOrBuilderList
public 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;- Specified by:
getFileSetsOrBuilderListin interfaceBuildEventStreamProtos.OutputGroupOrBuilder
-
addFileSetsBuilder
public BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId.Builder addFileSetsBuilder()
List of file sets that belong to this output group as well.
repeated .build_event_stream.BuildEventId.NamedSetOfFilesId file_sets = 3;
-
addFileSetsBuilder
public BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId.Builder addFileSetsBuilder(int index)
List of file sets that belong to this output group as well.
repeated .build_event_stream.BuildEventId.NamedSetOfFilesId file_sets = 3;
-
getFileSetsBuilderList
public java.util.List<BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId.Builder> getFileSetsBuilderList()
List of file sets that belong to this output group as well.
repeated .build_event_stream.BuildEventId.NamedSetOfFilesId file_sets = 3;
-
getIncomplete
public boolean getIncomplete()
Indicates that one or more of the output group's files were not built successfully (the generating action failed).
bool incomplete = 4;- Specified by:
getIncompletein interfaceBuildEventStreamProtos.OutputGroupOrBuilder- Returns:
- The incomplete.
-
setIncomplete
public BuildEventStreamProtos.OutputGroup.Builder setIncomplete(boolean value)
Indicates that one or more of the output group's files were not built successfully (the generating action failed).
bool incomplete = 4;- Parameters:
value- The incomplete to set.- Returns:
- This builder for chaining.
-
clearIncomplete
public BuildEventStreamProtos.OutputGroup.Builder clearIncomplete()
Indicates that one or more of the output group's files were not built successfully (the generating action failed).
bool incomplete = 4;- Returns:
- This builder for chaining.
-
setUnknownFields
public final BuildEventStreamProtos.OutputGroup.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.OutputGroup.Builder>
-
mergeUnknownFields
public final BuildEventStreamProtos.OutputGroup.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.OutputGroup.Builder>
-
-