Uses of Class
com.google.devtools.build.lib.runtime.proto.InvocationPolicyOuterClass.AllowValues.Builder
Packages that use InvocationPolicyOuterClass.AllowValues.Builder
-
Uses of InvocationPolicyOuterClass.AllowValues.Builder in com.google.devtools.build.lib.runtime.proto
Methods in com.google.devtools.build.lib.runtime.proto that return InvocationPolicyOuterClass.AllowValues.BuilderModifier and TypeMethodDescriptionInvocationPolicyOuterClass.AllowValues.Builder.addAllAllowedValues(Iterable<String> values) It is an error for the user to use any value not in this list, unless new_value or use_default is set.InvocationPolicyOuterClass.AllowValues.Builder.addAllowedValues(String value) It is an error for the user to use any value not in this list, unless new_value or use_default is set.InvocationPolicyOuterClass.AllowValues.Builder.addAllowedValuesBytes(com.google.protobuf.ByteString value) It is an error for the user to use any value not in this list, unless new_value or use_default is set.InvocationPolicyOuterClass.AllowValues.Builder.clear()InvocationPolicyOuterClass.AllowValues.Builder.clearAllowedValues()It is an error for the user to use any value not in this list, unless new_value or use_default is set.InvocationPolicyOuterClass.AllowValues.Builder.clearNewValue()If set and if the value of the flag is disallowed (including the default value of the flag if the user doesn't specify a value), use this value as the value of the flag instead of raising an error.InvocationPolicyOuterClass.AllowValues.Builder.clearReplacementValue()InvocationPolicyOuterClass.AllowValues.Builder.clearUseDefault()If set and if the value of the flag is disallowed, use the default value of the flag instead of raising an error.InvocationPolicyOuterClass.FlagPolicy.Builder.getAllowValuesBuilder().blaze.invocation_policy.AllowValues allow_values = 6;InvocationPolicyOuterClass.AllowValues.Builder.mergeFrom(InvocationPolicyOuterClass.AllowValues other) InvocationPolicyOuterClass.AllowValues.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) InvocationPolicyOuterClass.AllowValues.Builder.mergeFrom(com.google.protobuf.Message other) InvocationPolicyOuterClass.AllowValues.Builder.mergeUseDefault(InvocationPolicyOuterClass.UseDefault value) If set and if the value of the flag is disallowed, use the default value of the flag instead of raising an error.InvocationPolicyOuterClass.AllowValues.newBuilder()InvocationPolicyOuterClass.AllowValues.newBuilder(InvocationPolicyOuterClass.AllowValues prototype) InvocationPolicyOuterClass.AllowValues.newBuilderForType()InvocationPolicyOuterClass.AllowValues.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) InvocationPolicyOuterClass.AllowValues.Builder.setAllowedValues(int index, String value) It is an error for the user to use any value not in this list, unless new_value or use_default is set.InvocationPolicyOuterClass.AllowValues.Builder.setNewValue(String value) If set and if the value of the flag is disallowed (including the default value of the flag if the user doesn't specify a value), use this value as the value of the flag instead of raising an error.InvocationPolicyOuterClass.AllowValues.Builder.setNewValueBytes(com.google.protobuf.ByteString value) If set and if the value of the flag is disallowed (including the default value of the flag if the user doesn't specify a value), use this value as the value of the flag instead of raising an error.InvocationPolicyOuterClass.AllowValues.Builder.setUseDefault(InvocationPolicyOuterClass.UseDefault value) If set and if the value of the flag is disallowed, use the default value of the flag instead of raising an error.InvocationPolicyOuterClass.AllowValues.Builder.setUseDefault(InvocationPolicyOuterClass.UseDefault.Builder builderForValue) If set and if the value of the flag is disallowed, use the default value of the flag instead of raising an error.InvocationPolicyOuterClass.AllowValues.toBuilder()Methods in com.google.devtools.build.lib.runtime.proto with parameters of type InvocationPolicyOuterClass.AllowValues.BuilderModifier and TypeMethodDescriptionInvocationPolicyOuterClass.FlagPolicy.Builder.setAllowValues(InvocationPolicyOuterClass.AllowValues.Builder builderForValue) .blaze.invocation_policy.AllowValues allow_values = 6;