Uses of Class
com.google.devtools.build.lib.query2.proto.proto2api.Build.LabelListDictEntry
Packages that use Build.LabelListDictEntry
-
Uses of Build.LabelListDictEntry in com.google.devtools.build.lib.query2.proto.proto2api
Methods in com.google.devtools.build.lib.query2.proto.proto2api that return Build.LabelListDictEntryModifier and TypeMethodDescriptionBuild.LabelListDictEntry.Builder.build()Build.LabelListDictEntry.Builder.buildPartial()static Build.LabelListDictEntryBuild.LabelListDictEntry.getDefaultInstance()Build.LabelListDictEntry.Builder.getDefaultInstanceForType()Build.LabelListDictEntry.getDefaultInstanceForType()Build.Attribute.Builder.getLabelListDictValue(int index) If this is a label list dict, each entry will be stored here.Build.Attribute.getLabelListDictValue(int index) If this is a label list dict, each entry will be stored here.Build.Attribute.SelectorEntry.Builder.getLabelListDictValue(int index) repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;Build.Attribute.SelectorEntry.getLabelListDictValue(int index) repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;Build.Attribute.SelectorEntryOrBuilder.getLabelListDictValue(int index) repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;Build.AttributeOrBuilder.getLabelListDictValue(int index) If this is a label list dict, each entry will be stored here.static Build.LabelListDictEntryBuild.LabelListDictEntry.parseDelimitedFrom(InputStream input) static Build.LabelListDictEntryBuild.LabelListDictEntry.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Build.LabelListDictEntryBuild.LabelListDictEntry.parseFrom(byte[] data) static Build.LabelListDictEntryBuild.LabelListDictEntry.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Build.LabelListDictEntryBuild.LabelListDictEntry.parseFrom(com.google.protobuf.ByteString data) static Build.LabelListDictEntryBuild.LabelListDictEntry.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Build.LabelListDictEntryBuild.LabelListDictEntry.parseFrom(com.google.protobuf.CodedInputStream input) static Build.LabelListDictEntryBuild.LabelListDictEntry.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Build.LabelListDictEntryBuild.LabelListDictEntry.parseFrom(InputStream input) static Build.LabelListDictEntryBuild.LabelListDictEntry.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Build.LabelListDictEntryBuild.LabelListDictEntry.parseFrom(ByteBuffer data) static Build.LabelListDictEntryBuild.LabelListDictEntry.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.LabelListDictEntryModifier and TypeMethodDescriptionBuild.Attribute.Builder.getLabelListDictValueList()If this is a label list dict, each entry will be stored here.Build.Attribute.getLabelListDictValueList()If this is a label list dict, each entry will be stored here.Build.Attribute.SelectorEntry.Builder.getLabelListDictValueList()repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;Build.Attribute.SelectorEntry.getLabelListDictValueList()repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;Build.Attribute.SelectorEntryOrBuilder.getLabelListDictValueList()repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;Build.AttributeOrBuilder.getLabelListDictValueList()If this is a label list dict, each entry will be stored here.com.google.protobuf.Parser<Build.LabelListDictEntry>Build.LabelListDictEntry.getParserForType()static com.google.protobuf.Parser<Build.LabelListDictEntry>Build.LabelListDictEntry.parser()Methods in com.google.devtools.build.lib.query2.proto.proto2api with parameters of type Build.LabelListDictEntryModifier and TypeMethodDescriptionBuild.Attribute.Builder.addLabelListDictValue(int index, Build.LabelListDictEntry value) If this is a label list dict, each entry will be stored here.Build.Attribute.Builder.addLabelListDictValue(Build.LabelListDictEntry value) If this is a label list dict, each entry will be stored here.Build.Attribute.SelectorEntry.Builder.addLabelListDictValue(int index, Build.LabelListDictEntry value) repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;Build.Attribute.SelectorEntry.Builder.addLabelListDictValue(Build.LabelListDictEntry value) repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;Build.LabelListDictEntry.Builder.mergeFrom(Build.LabelListDictEntry other) Build.LabelListDictEntry.newBuilder(Build.LabelListDictEntry prototype) Build.Attribute.Builder.setLabelListDictValue(int index, Build.LabelListDictEntry value) If this is a label list dict, each entry will be stored here.Build.Attribute.SelectorEntry.Builder.setLabelListDictValue(int index, Build.LabelListDictEntry value) repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;Method parameters in com.google.devtools.build.lib.query2.proto.proto2api with type arguments of type Build.LabelListDictEntryModifier and TypeMethodDescriptionBuild.Attribute.Builder.addAllLabelListDictValue(Iterable<? extends Build.LabelListDictEntry> values) If this is a label list dict, each entry will be stored here.Build.Attribute.SelectorEntry.Builder.addAllLabelListDictValue(Iterable<? extends Build.LabelListDictEntry> values) repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;