Build.Rule.Builder |
Build.Rule.Builder.addAllAttribute(java.lang.Iterable<? extends Build.Attribute> values) |
All of the attributes that describe the rule.
|
Build.Rule.Builder |
Build.Rule.Builder.addAllDefaultSetting(java.lang.Iterable<java.lang.String> values) |
The set of all "features" inherited from the rule's package declaration.
|
Build.Rule.Builder |
Build.Rule.Builder.addAllDefinitionStack(java.lang.Iterable<java.lang.String> values) |
The Starlark call stack for the definition of the rule class of this
particular rule instance.
|
Build.Rule.Builder |
Build.Rule.Builder.addAllInstantiationStack(java.lang.Iterable<java.lang.String> values) |
The Starlark call stack at the moment the rule was instantiated.
|
Build.Rule.Builder |
Build.Rule.Builder.addAllRuleInput(java.lang.Iterable<java.lang.String> values) |
All of the inputs to the rule (formatted as absolute labels).
|
Build.Rule.Builder |
Build.Rule.Builder.addAllRuleOutput(java.lang.Iterable<java.lang.String> values) |
All of the outputs of the rule (formatted as absolute labels).
|
Build.Rule.Builder |
Build.Rule.Builder.addAttribute(int index,
Build.Attribute value) |
All of the attributes that describe the rule.
|
Build.Rule.Builder |
Build.Rule.Builder.addAttribute(int index,
Build.Attribute.Builder builderForValue) |
All of the attributes that describe the rule.
|
Build.Rule.Builder |
Build.Rule.Builder.addAttribute(Build.Attribute value) |
All of the attributes that describe the rule.
|
Build.Rule.Builder |
Build.Rule.Builder.addAttribute(Build.Attribute.Builder builderForValue) |
All of the attributes that describe the rule.
|
Build.Rule.Builder |
Build.Rule.Builder.addDefaultSetting(java.lang.String value) |
The set of all "features" inherited from the rule's package declaration.
|
Build.Rule.Builder |
Build.Rule.Builder.addDefaultSettingBytes(ByteString value) |
The set of all "features" inherited from the rule's package declaration.
|
Build.Rule.Builder |
Build.Rule.Builder.addDefinitionStack(java.lang.String value) |
The Starlark call stack for the definition of the rule class of this
particular rule instance.
|
Build.Rule.Builder |
Build.Rule.Builder.addDefinitionStackBytes(ByteString value) |
The Starlark call stack for the definition of the rule class of this
particular rule instance.
|
Build.Rule.Builder |
Build.RuleSummary.Builder.addDependencyBuilder() |
repeated .blaze_query.Rule dependency = 2;
|
Build.Rule.Builder |
Build.RuleSummary.Builder.addDependencyBuilder(int index) |
repeated .blaze_query.Rule dependency = 2;
|
Build.Rule.Builder |
Build.Rule.Builder.addInstantiationStack(java.lang.String value) |
The Starlark call stack at the moment the rule was instantiated.
|
Build.Rule.Builder |
Build.Rule.Builder.addInstantiationStackBytes(ByteString value) |
The Starlark call stack at the moment the rule was instantiated.
|
Build.Rule.Builder |
Build.Rule.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
Build.Rule.Builder |
Build.Rule.Builder.addRuleInput(java.lang.String value) |
All of the inputs to the rule (formatted as absolute labels).
|
Build.Rule.Builder |
Build.Rule.Builder.addRuleInputBytes(ByteString value) |
All of the inputs to the rule (formatted as absolute labels).
|
Build.Rule.Builder |
Build.Rule.Builder.addRuleOutput(java.lang.String value) |
All of the outputs of the rule (formatted as absolute labels).
|
Build.Rule.Builder |
Build.Rule.Builder.addRuleOutputBytes(ByteString value) |
All of the outputs of the rule (formatted as absolute labels).
|
Build.Rule.Builder |
Build.Rule.Builder.clear() |
|
Build.Rule.Builder |
Build.Rule.Builder.clearAttribute() |
All of the attributes that describe the rule.
|
Build.Rule.Builder |
Build.Rule.Builder.clearDefaultSetting() |
The set of all "features" inherited from the rule's package declaration.
|
Build.Rule.Builder |
Build.Rule.Builder.clearDefinitionStack() |
The Starlark call stack for the definition of the rule class of this
particular rule instance.
|
Build.Rule.Builder |
Build.Rule.Builder.clearDEPRECATEDIsSkylark() |
optional bool DEPRECATED_is_skylark = 10;
|
Build.Rule.Builder |
Build.Rule.Builder.clearDEPRECATEDPublicByDefault() |
The rule's class's public by default value.
|
Build.Rule.Builder |
Build.Rule.Builder.clearField(Descriptors.FieldDescriptor field) |
|
Build.Rule.Builder |
Build.Rule.Builder.clearInstantiationStack() |
The Starlark call stack at the moment the rule was instantiated.
|
Build.Rule.Builder |
Build.Rule.Builder.clearLocation() |
The BUILD file and line number of the location (formatted as
<absolute_path>:<line_number>:<column_number>) in the rule's package's
BUILD file where the rule instance was instantiated.
|
Build.Rule.Builder |
Build.Rule.Builder.clearName() |
The name of the rule (formatted as an absolute label, e.g.
|
Build.Rule.Builder |
Build.Rule.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
|
Build.Rule.Builder |
Build.Rule.Builder.clearRuleClass() |
The rule class (e.g., java_library)
|
Build.Rule.Builder |
Build.Rule.Builder.clearRuleInput() |
All of the inputs to the rule (formatted as absolute labels).
|
Build.Rule.Builder |
Build.Rule.Builder.clearRuleOutput() |
All of the outputs of the rule (formatted as absolute labels).
|
Build.Rule.Builder |
Build.Rule.Builder.clearSkylarkEnvironmentHashCode() |
Hash encapsulating the behavior of this Starlark rule.
|
Build.Rule.Builder |
Build.Rule.Builder.clone() |
|
Build.Rule.Builder |
Build.RuleSummary.Builder.getDependencyBuilder(int index) |
repeated .blaze_query.Rule dependency = 2;
|
Build.Rule.Builder |
Build.RuleSummary.Builder.getRuleBuilder() |
required .blaze_query.Rule rule = 1;
|
Build.Rule.Builder |
Build.Target.Builder.getRuleBuilder() |
If this target represents a rule, the rule is stored here.
|
Build.Rule.Builder |
Build.Rule.Builder.mergeFrom(Build.Rule other) |
|
Build.Rule.Builder |
Build.Rule.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
|
Build.Rule.Builder |
Build.Rule.Builder.mergeFrom(Message other) |
|
Build.Rule.Builder |
Build.Rule.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
|
static Build.Rule.Builder |
Build.Rule.newBuilder() |
|
static Build.Rule.Builder |
Build.Rule.newBuilder(Build.Rule prototype) |
|
Build.Rule.Builder |
Build.Rule.newBuilderForType() |
|
protected Build.Rule.Builder |
Build.Rule.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
|
Build.Rule.Builder |
Build.Rule.Builder.removeAttribute(int index) |
All of the attributes that describe the rule.
|
Build.Rule.Builder |
Build.Rule.Builder.setAttribute(int index,
Build.Attribute value) |
All of the attributes that describe the rule.
|
Build.Rule.Builder |
Build.Rule.Builder.setAttribute(int index,
Build.Attribute.Builder builderForValue) |
All of the attributes that describe the rule.
|
Build.Rule.Builder |
Build.Rule.Builder.setDefaultSetting(int index,
java.lang.String value) |
The set of all "features" inherited from the rule's package declaration.
|
Build.Rule.Builder |
Build.Rule.Builder.setDefinitionStack(int index,
java.lang.String value) |
The Starlark call stack for the definition of the rule class of this
particular rule instance.
|
Build.Rule.Builder |
Build.Rule.Builder.setDEPRECATEDIsSkylark(boolean value) |
optional bool DEPRECATED_is_skylark = 10;
|
Build.Rule.Builder |
Build.Rule.Builder.setDEPRECATEDPublicByDefault(boolean value) |
The rule's class's public by default value.
|
Build.Rule.Builder |
Build.Rule.Builder.setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
Build.Rule.Builder |
Build.Rule.Builder.setInstantiationStack(int index,
java.lang.String value) |
The Starlark call stack at the moment the rule was instantiated.
|
Build.Rule.Builder |
Build.Rule.Builder.setLocation(java.lang.String value) |
The BUILD file and line number of the location (formatted as
<absolute_path>:<line_number>:<column_number>) in the rule's package's
BUILD file where the rule instance was instantiated.
|
Build.Rule.Builder |
Build.Rule.Builder.setLocationBytes(ByteString value) |
The BUILD file and line number of the location (formatted as
<absolute_path>:<line_number>:<column_number>) in the rule's package's
BUILD file where the rule instance was instantiated.
|
Build.Rule.Builder |
Build.Rule.Builder.setName(java.lang.String value) |
The name of the rule (formatted as an absolute label, e.g.
|
Build.Rule.Builder |
Build.Rule.Builder.setNameBytes(ByteString value) |
The name of the rule (formatted as an absolute label, e.g.
|
Build.Rule.Builder |
Build.Rule.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
Build.Rule.Builder |
Build.Rule.Builder.setRuleClass(java.lang.String value) |
The rule class (e.g., java_library)
|
Build.Rule.Builder |
Build.Rule.Builder.setRuleClassBytes(ByteString value) |
The rule class (e.g., java_library)
|
Build.Rule.Builder |
Build.Rule.Builder.setRuleInput(int index,
java.lang.String value) |
All of the inputs to the rule (formatted as absolute labels).
|
Build.Rule.Builder |
Build.Rule.Builder.setRuleOutput(int index,
java.lang.String value) |
All of the outputs of the rule (formatted as absolute labels).
|
Build.Rule.Builder |
Build.Rule.Builder.setSkylarkEnvironmentHashCode(java.lang.String value) |
Hash encapsulating the behavior of this Starlark rule.
|
Build.Rule.Builder |
Build.Rule.Builder.setSkylarkEnvironmentHashCodeBytes(ByteString value) |
Hash encapsulating the behavior of this Starlark rule.
|
Build.Rule.Builder |
Build.Rule.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
|
Build.Rule.Builder |
Build.Rule.toBuilder() |
|