Uses of Class
com.google.devtools.build.lib.query2.proto.proto2api.Build.LabelListDictEntry.Builder
Packages that use Build.LabelListDictEntry.Builder
-
Uses of Build.LabelListDictEntry.Builder in com.google.devtools.build.lib.query2.proto.proto2api
Methods in com.google.devtools.build.lib.query2.proto.proto2api that return Build.LabelListDictEntry.BuilderModifier and TypeMethodDescriptionBuild.LabelListDictEntry.Builder.addAllValue(Iterable<String> values) repeated string value = 2;Build.Attribute.Builder.addLabelListDictValueBuilder()If this is a label list dict, each entry will be stored here.Build.Attribute.Builder.addLabelListDictValueBuilder(int index) If this is a label list dict, each entry will be stored here.Build.Attribute.SelectorEntry.Builder.addLabelListDictValueBuilder()repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;Build.Attribute.SelectorEntry.Builder.addLabelListDictValueBuilder(int index) repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;repeated string value = 2;Build.LabelListDictEntry.Builder.addValueBytes(com.google.protobuf.ByteString value) repeated string value = 2;Build.LabelListDictEntry.Builder.clear()Build.LabelListDictEntry.Builder.clearKey()required string key = 1;Build.LabelListDictEntry.Builder.clearValue()repeated string value = 2;Build.Attribute.Builder.getLabelListDictValueBuilder(int index) If this is a label list dict, each entry will be stored here.Build.Attribute.SelectorEntry.Builder.getLabelListDictValueBuilder(int index) repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;Build.LabelListDictEntry.Builder.mergeFrom(Build.LabelListDictEntry other) Build.LabelListDictEntry.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Build.LabelListDictEntry.Builder.mergeFrom(com.google.protobuf.Message other) Build.LabelListDictEntry.newBuilder()Build.LabelListDictEntry.newBuilder(Build.LabelListDictEntry prototype) Build.LabelListDictEntry.newBuilderForType()protected Build.LabelListDictEntry.BuilderBuild.LabelListDictEntry.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) required string key = 1;Build.LabelListDictEntry.Builder.setKeyBytes(com.google.protobuf.ByteString value) required string key = 1;repeated string value = 2;Build.LabelListDictEntry.toBuilder()Methods in com.google.devtools.build.lib.query2.proto.proto2api that return types with arguments of type Build.LabelListDictEntry.BuilderModifier and TypeMethodDescriptionBuild.Attribute.Builder.getLabelListDictValueBuilderList()If this is a label list dict, each entry will be stored here.Build.Attribute.SelectorEntry.Builder.getLabelListDictValueBuilderList()repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;Methods in com.google.devtools.build.lib.query2.proto.proto2api with parameters of type Build.LabelListDictEntry.BuilderModifier and TypeMethodDescriptionBuild.Attribute.Builder.addLabelListDictValue(int index, Build.LabelListDictEntry.Builder builderForValue) If this is a label list dict, each entry will be stored here.Build.Attribute.Builder.addLabelListDictValue(Build.LabelListDictEntry.Builder builderForValue) If this is a label list dict, each entry will be stored here.Build.Attribute.SelectorEntry.Builder.addLabelListDictValue(int index, Build.LabelListDictEntry.Builder builderForValue) repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;Build.Attribute.SelectorEntry.Builder.addLabelListDictValue(Build.LabelListDictEntry.Builder builderForValue) repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;Build.Attribute.Builder.setLabelListDictValue(int index, Build.LabelListDictEntry.Builder builderForValue) If this is a label list dict, each entry will be stored here.Build.Attribute.SelectorEntry.Builder.setLabelListDictValue(int index, Build.LabelListDictEntry.Builder builderForValue) repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;