Uses of Class
com.google.devtools.build.lib.query2.proto.proto2api.Build.Attribute
Packages that use Build.Attribute
-
Uses of Build.Attribute in com.google.devtools.build.lib.query2.proto.proto2api
Methods in com.google.devtools.build.lib.query2.proto.proto2api that return Build.AttributeModifier and TypeMethodDescriptionBuild.Attribute.Builder.build()Build.Attribute.Builder.buildPartial()Build.Rule.Builder.getAttribute(int index) All of the attributes that describe the rule.Build.Rule.getAttribute(int index) All of the attributes that describe the rule.Build.RuleOrBuilder.getAttribute(int index) All of the attributes that describe the rule.static Build.AttributeBuild.Attribute.getDefaultInstance()Build.Attribute.Builder.getDefaultInstanceForType()Build.Attribute.getDefaultInstanceForType()static Build.AttributeBuild.Attribute.parseDelimitedFrom(InputStream input) static Build.AttributeBuild.Attribute.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Build.AttributeBuild.Attribute.parseFrom(byte[] data) static Build.AttributeBuild.Attribute.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Build.AttributeBuild.Attribute.parseFrom(com.google.protobuf.ByteString data) static Build.AttributeBuild.Attribute.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Build.AttributeBuild.Attribute.parseFrom(com.google.protobuf.CodedInputStream input) static Build.AttributeBuild.Attribute.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Build.AttributeBuild.Attribute.parseFrom(InputStream input) static Build.AttributeBuild.Attribute.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Build.AttributeBuild.Attribute.parseFrom(ByteBuffer data) static Build.AttributeBuild.Attribute.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.AttributeModifier and TypeMethodDescriptionBuild.Rule.Builder.getAttributeList()All of the attributes that describe the rule.Build.Rule.getAttributeList()All of the attributes that describe the rule.Build.RuleOrBuilder.getAttributeList()All of the attributes that describe the rule.com.google.protobuf.Parser<Build.Attribute>Build.Attribute.getParserForType()static com.google.protobuf.Parser<Build.Attribute>Build.Attribute.parser()Methods in com.google.devtools.build.lib.query2.proto.proto2api with parameters of type Build.AttributeModifier and TypeMethodDescriptionBuild.Rule.Builder.addAttribute(int index, Build.Attribute value) All of the attributes that describe the rule.Build.Rule.Builder.addAttribute(Build.Attribute value) All of the attributes that describe the rule.Build.Attribute.Builder.mergeFrom(Build.Attribute other) static Build.Attribute.BuilderBuild.Attribute.newBuilder(Build.Attribute prototype) Build.Rule.Builder.setAttribute(int index, Build.Attribute value) All of the attributes that describe the rule.Method parameters in com.google.devtools.build.lib.query2.proto.proto2api with type arguments of type Build.AttributeModifier and TypeMethodDescriptionBuild.Rule.Builder.addAllAttribute(Iterable<? extends Build.Attribute> values) All of the attributes that describe the rule.