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