Uses of Class
com.google.devtools.build.lib.query2.proto.proto2api.Build.Attribute.SelectorEntry
Packages that use Build.Attribute.SelectorEntry
-
Uses of Build.Attribute.SelectorEntry in com.google.devtools.build.lib.query2.proto.proto2api
Methods in com.google.devtools.build.lib.query2.proto.proto2api that return Build.Attribute.SelectorEntryModifier and TypeMethodDescriptionBuild.Attribute.SelectorEntry.Builder.build()Build.Attribute.SelectorEntry.Builder.buildPartial()Build.Attribute.SelectorEntry.getDefaultInstance()Build.Attribute.SelectorEntry.Builder.getDefaultInstanceForType()Build.Attribute.SelectorEntry.getDefaultInstanceForType()Build.Attribute.Selector.Builder.getEntries(int index) The list of (label, value) pairs in the map that defines the selector.Build.Attribute.Selector.getEntries(int index) The list of (label, value) pairs in the map that defines the selector.Build.Attribute.SelectorOrBuilder.getEntries(int index) The list of (label, value) pairs in the map that defines the selector.Build.Attribute.SelectorEntry.parseDelimitedFrom(InputStream input) Build.Attribute.SelectorEntry.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Build.Attribute.SelectorEntry.parseFrom(byte[] data) Build.Attribute.SelectorEntry.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Build.Attribute.SelectorEntry.parseFrom(com.google.protobuf.ByteString data) Build.Attribute.SelectorEntry.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Build.Attribute.SelectorEntry.parseFrom(com.google.protobuf.CodedInputStream input) Build.Attribute.SelectorEntry.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Build.Attribute.SelectorEntry.parseFrom(InputStream input) Build.Attribute.SelectorEntry.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Build.Attribute.SelectorEntry.parseFrom(ByteBuffer data) Build.Attribute.SelectorEntry.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.devtools.build.lib.query2.proto.proto2api that return types with arguments of type Build.Attribute.SelectorEntryModifier and TypeMethodDescriptionBuild.Attribute.Selector.Builder.getEntriesList()The list of (label, value) pairs in the map that defines the selector.Build.Attribute.Selector.getEntriesList()The list of (label, value) pairs in the map that defines the selector.Build.Attribute.SelectorOrBuilder.getEntriesList()The list of (label, value) pairs in the map that defines the selector.com.google.protobuf.Parser<Build.Attribute.SelectorEntry>Build.Attribute.SelectorEntry.getParserForType()static com.google.protobuf.Parser<Build.Attribute.SelectorEntry>Build.Attribute.SelectorEntry.parser()Methods in com.google.devtools.build.lib.query2.proto.proto2api with parameters of type Build.Attribute.SelectorEntryModifier and TypeMethodDescriptionBuild.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(Build.Attribute.SelectorEntry value) The list of (label, value) pairs in the map that defines the selector.Build.Attribute.SelectorEntry.Builder.mergeFrom(Build.Attribute.SelectorEntry other) Build.Attribute.SelectorEntry.newBuilder(Build.Attribute.SelectorEntry prototype) Build.Attribute.Selector.Builder.setEntries(int index, Build.Attribute.SelectorEntry value) The list of (label, value) pairs in the map that defines the selector.Method parameters in com.google.devtools.build.lib.query2.proto.proto2api with type arguments of type Build.Attribute.SelectorEntryModifier 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.