Build.AllowedRuleClassInfo.Builder |
Build.AllowedRuleClassInfo.Builder.addAllAllowedRuleClass(java.lang.Iterable<java.lang.String> values) |
Rule class names of rules allowed in this attribute, e.g "cc_library",
"py_binary".
|
Build.AllowedRuleClassInfo.Builder |
Build.AllowedRuleClassInfo.Builder.addAllowedRuleClass(java.lang.String value) |
Rule class names of rules allowed in this attribute, e.g "cc_library",
"py_binary".
|
Build.AllowedRuleClassInfo.Builder |
Build.AllowedRuleClassInfo.Builder.addAllowedRuleClassBytes(ByteString value) |
Rule class names of rules allowed in this attribute, e.g "cc_library",
"py_binary".
|
Build.AllowedRuleClassInfo.Builder |
Build.AllowedRuleClassInfo.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
Build.AllowedRuleClassInfo.Builder |
Build.AllowedRuleClassInfo.Builder.clear() |
|
Build.AllowedRuleClassInfo.Builder |
Build.AllowedRuleClassInfo.Builder.clearAllowedRuleClass() |
Rule class names of rules allowed in this attribute, e.g "cc_library",
"py_binary".
|
Build.AllowedRuleClassInfo.Builder |
Build.AllowedRuleClassInfo.Builder.clearField(Descriptors.FieldDescriptor field) |
|
Build.AllowedRuleClassInfo.Builder |
Build.AllowedRuleClassInfo.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
|
Build.AllowedRuleClassInfo.Builder |
Build.AllowedRuleClassInfo.Builder.clearPolicy() |
required .blaze_query.AllowedRuleClassInfo.AllowedRuleClasses policy = 1;
|
Build.AllowedRuleClassInfo.Builder |
Build.AllowedRuleClassInfo.Builder.clone() |
|
Build.AllowedRuleClassInfo.Builder |
Build.AttributeDefinition.Builder.getAllowedRuleClassesBuilder() |
type=label*
|
Build.AllowedRuleClassInfo.Builder |
Build.AllowedRuleClassInfo.Builder.mergeFrom(Build.AllowedRuleClassInfo other) |
|
Build.AllowedRuleClassInfo.Builder |
Build.AllowedRuleClassInfo.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
|
Build.AllowedRuleClassInfo.Builder |
Build.AllowedRuleClassInfo.Builder.mergeFrom(Message other) |
|
Build.AllowedRuleClassInfo.Builder |
Build.AllowedRuleClassInfo.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
|
static Build.AllowedRuleClassInfo.Builder |
Build.AllowedRuleClassInfo.newBuilder() |
|
static Build.AllowedRuleClassInfo.Builder |
Build.AllowedRuleClassInfo.newBuilder(Build.AllowedRuleClassInfo prototype) |
|
Build.AllowedRuleClassInfo.Builder |
Build.AllowedRuleClassInfo.newBuilderForType() |
|
protected Build.AllowedRuleClassInfo.Builder |
Build.AllowedRuleClassInfo.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
|
Build.AllowedRuleClassInfo.Builder |
Build.AllowedRuleClassInfo.Builder.setAllowedRuleClass(int index,
java.lang.String value) |
Rule class names of rules allowed in this attribute, e.g "cc_library",
"py_binary".
|
Build.AllowedRuleClassInfo.Builder |
Build.AllowedRuleClassInfo.Builder.setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
Build.AllowedRuleClassInfo.Builder |
Build.AllowedRuleClassInfo.Builder.setPolicy(Build.AllowedRuleClassInfo.AllowedRuleClasses value) |
required .blaze_query.AllowedRuleClassInfo.AllowedRuleClasses policy = 1;
|
Build.AllowedRuleClassInfo.Builder |
Build.AllowedRuleClassInfo.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
Build.AllowedRuleClassInfo.Builder |
Build.AllowedRuleClassInfo.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
|
Build.AllowedRuleClassInfo.Builder |
Build.AllowedRuleClassInfo.toBuilder() |
|