Uses of Class
com.google.devtools.build.lib.query2.proto.proto2api.Build.AllowedRuleClassInfo.Builder
Packages that use Build.AllowedRuleClassInfo.Builder
-
Uses of Build.AllowedRuleClassInfo.Builder in com.google.devtools.build.lib.query2.proto.proto2api
Methods in com.google.devtools.build.lib.query2.proto.proto2api that return Build.AllowedRuleClassInfo.BuilderModifier and TypeMethodDescriptionBuild.AllowedRuleClassInfo.Builder.addAllAllowedRuleClass(Iterable<String> values) Rule class names of rules allowed in this attribute, e.g "cc_library", "py_binary".Build.AllowedRuleClassInfo.Builder.addAllowedRuleClass(String value) Rule class names of rules allowed in this attribute, e.g "cc_library", "py_binary".Build.AllowedRuleClassInfo.Builder.addAllowedRuleClassBytes(com.google.protobuf.ByteString value) Rule class names of rules allowed in this attribute, e.g "cc_library", "py_binary".Build.AllowedRuleClassInfo.Builder.clear()Build.AllowedRuleClassInfo.Builder.clearAllowedRuleClass()Rule class names of rules allowed in this attribute, e.g "cc_library", "py_binary".Build.AllowedRuleClassInfo.Builder.clearPolicy()required .blaze_query.AllowedRuleClassInfo.AllowedRuleClasses policy = 1;Build.AttributeDefinition.Builder.getAllowedRuleClassesBuilder()type=label*Build.AllowedRuleClassInfo.Builder.mergeFrom(Build.AllowedRuleClassInfo other) Build.AllowedRuleClassInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Build.AllowedRuleClassInfo.Builder.mergeFrom(com.google.protobuf.Message other) Build.AllowedRuleClassInfo.newBuilder()Build.AllowedRuleClassInfo.newBuilder(Build.AllowedRuleClassInfo prototype) Build.AllowedRuleClassInfo.newBuilderForType()protected Build.AllowedRuleClassInfo.BuilderBuild.AllowedRuleClassInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Build.AllowedRuleClassInfo.Builder.setAllowedRuleClass(int index, String value) Rule class names of rules allowed in this attribute, e.g "cc_library", "py_binary".Build.AllowedRuleClassInfo.Builder.setPolicy(Build.AllowedRuleClassInfo.AllowedRuleClasses value) required .blaze_query.AllowedRuleClassInfo.AllowedRuleClasses policy = 1;Build.AllowedRuleClassInfo.toBuilder()Methods in com.google.devtools.build.lib.query2.proto.proto2api with parameters of type Build.AllowedRuleClassInfo.BuilderModifier and TypeMethodDescriptionBuild.AttributeDefinition.Builder.setAllowedRuleClasses(Build.AllowedRuleClassInfo.Builder builderForValue) type=label*