Uses of Class
com.google.devtools.build.lib.query2.proto.proto2api.Build.Attribute.Selector.Builder
Packages that use Build.Attribute.Selector.Builder
-
Uses of Build.Attribute.Selector.Builder in com.google.devtools.build.lib.query2.proto.proto2api
Methods in com.google.devtools.build.lib.query2.proto.proto2api that return Build.Attribute.Selector.BuilderModifier and TypeMethodDescriptionBuild.Attribute.Selector.Builder.addAllEntries(Iterable<? extends Build.Attribute.SelectorEntry> values) The list of (label, value) pairs in the map that defines the selector.Build.Attribute.SelectorList.Builder.addElementsBuilder()The list of selector elements in this selector list.Build.Attribute.SelectorList.Builder.addElementsBuilder(int index) The list of selector elements in this selector list.Build.Attribute.Selector.Builder.addEntries(int index, Build.Attribute.SelectorEntry value) The list of (label, value) pairs in the map that defines the selector.Build.Attribute.Selector.Builder.addEntries(int index, Build.Attribute.SelectorEntry.Builder builderForValue) The list of (label, value) pairs in the map that defines the selector.Build.Attribute.Selector.Builder.addEntries(Build.Attribute.SelectorEntry value) The list of (label, value) pairs in the map that defines the selector.Build.Attribute.Selector.Builder.addEntries(Build.Attribute.SelectorEntry.Builder builderForValue) The list of (label, value) pairs in the map that defines the selector.Build.Attribute.Selector.Builder.clear()Build.Attribute.Selector.Builder.clearEntries()The list of (label, value) pairs in the map that defines the selector.Build.Attribute.Selector.Builder.clearHasDefaultValue()Whether or not this has any default values.Build.Attribute.Selector.Builder.clearNoMatchError()The error message when no condition matches.Build.Attribute.SelectorList.Builder.getElementsBuilder(int index) The list of selector elements in this selector list.Build.Attribute.Selector.Builder.mergeFrom(Build.Attribute.Selector other) Build.Attribute.Selector.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Build.Attribute.Selector.Builder.mergeFrom(com.google.protobuf.Message other) Build.Attribute.Selector.newBuilder()Build.Attribute.Selector.newBuilder(Build.Attribute.Selector prototype) Build.Attribute.Selector.newBuilderForType()protected Build.Attribute.Selector.BuilderBuild.Attribute.Selector.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Build.Attribute.Selector.Builder.removeEntries(int index) The list of (label, value) pairs in the map that defines the selector.Build.Attribute.Selector.Builder.setEntries(int index, Build.Attribute.SelectorEntry value) The list of (label, value) pairs in the map that defines the selector.Build.Attribute.Selector.Builder.setEntries(int index, Build.Attribute.SelectorEntry.Builder builderForValue) The list of (label, value) pairs in the map that defines the selector.Build.Attribute.Selector.Builder.setHasDefaultValue(boolean value) Whether or not this has any default values.Build.Attribute.Selector.Builder.setNoMatchError(String value) The error message when no condition matches.Build.Attribute.Selector.Builder.setNoMatchErrorBytes(com.google.protobuf.ByteString value) The error message when no condition matches.Build.Attribute.Selector.toBuilder()Methods in com.google.devtools.build.lib.query2.proto.proto2api that return types with arguments of type Build.Attribute.Selector.BuilderModifier and TypeMethodDescriptionBuild.Attribute.SelectorList.Builder.getElementsBuilderList()The list of selector elements in this selector list.Methods in com.google.devtools.build.lib.query2.proto.proto2api with parameters of type Build.Attribute.Selector.BuilderModifier and TypeMethodDescriptionBuild.Attribute.SelectorList.Builder.addElements(int index, Build.Attribute.Selector.Builder builderForValue) The list of selector elements in this selector list.Build.Attribute.SelectorList.Builder.addElements(Build.Attribute.Selector.Builder builderForValue) The list of selector elements in this selector list.Build.Attribute.SelectorList.Builder.setElements(int index, Build.Attribute.Selector.Builder builderForValue) The list of selector elements in this selector list.