Uses of Class
com.google.devtools.build.lib.runtime.proto.InvocationPolicyOuterClass.DisallowValues.Builder
Packages that use InvocationPolicyOuterClass.DisallowValues.Builder
-
Uses of InvocationPolicyOuterClass.DisallowValues.Builder in com.google.devtools.build.lib.runtime.proto
Methods in com.google.devtools.build.lib.runtime.proto that return InvocationPolicyOuterClass.DisallowValues.BuilderModifier and TypeMethodDescriptionInvocationPolicyOuterClass.DisallowValues.Builder.addAllDisallowedValues(Iterable<String> values) It is an error for the user to use any of these values (that is, the Bazel command will fail), unless new_value or use_default is set.InvocationPolicyOuterClass.DisallowValues.Builder.addDisallowedValues(String value) It is an error for the user to use any of these values (that is, the Bazel command will fail), unless new_value or use_default is set.InvocationPolicyOuterClass.DisallowValues.Builder.addDisallowedValuesBytes(com.google.protobuf.ByteString value) It is an error for the user to use any of these values (that is, the Bazel command will fail), unless new_value or use_default is set.InvocationPolicyOuterClass.DisallowValues.Builder.clear()InvocationPolicyOuterClass.DisallowValues.Builder.clearDisallowedValues()It is an error for the user to use any of these values (that is, the Bazel command will fail), unless new_value or use_default is set.InvocationPolicyOuterClass.DisallowValues.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.DisallowValues.Builder.clearReplacementValue()InvocationPolicyOuterClass.DisallowValues.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.getDisallowValuesBuilder().blaze.invocation_policy.DisallowValues disallow_values = 5;InvocationPolicyOuterClass.DisallowValues.Builder.mergeFrom(InvocationPolicyOuterClass.DisallowValues other) InvocationPolicyOuterClass.DisallowValues.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) InvocationPolicyOuterClass.DisallowValues.Builder.mergeFrom(com.google.protobuf.Message other) InvocationPolicyOuterClass.DisallowValues.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.DisallowValues.newBuilder()InvocationPolicyOuterClass.DisallowValues.newBuilder(InvocationPolicyOuterClass.DisallowValues prototype) InvocationPolicyOuterClass.DisallowValues.newBuilderForType()InvocationPolicyOuterClass.DisallowValues.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) InvocationPolicyOuterClass.DisallowValues.Builder.setDisallowedValues(int index, String value) It is an error for the user to use any of these values (that is, the Bazel command will fail), unless new_value or use_default is set.InvocationPolicyOuterClass.DisallowValues.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.DisallowValues.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.DisallowValues.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.DisallowValues.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.DisallowValues.toBuilder()Methods in com.google.devtools.build.lib.runtime.proto with parameters of type InvocationPolicyOuterClass.DisallowValues.BuilderModifier and TypeMethodDescriptionInvocationPolicyOuterClass.FlagPolicy.Builder.setDisallowValues(InvocationPolicyOuterClass.DisallowValues.Builder builderForValue) .blaze.invocation_policy.DisallowValues disallow_values = 5;