Uses of Class
com.google.devtools.build.lib.runtime.proto.InvocationPolicyOuterClass.UseDefault.Builder
Packages that use InvocationPolicyOuterClass.UseDefault.Builder
-
Uses of InvocationPolicyOuterClass.UseDefault.Builder in com.google.devtools.build.lib.runtime.proto
Methods in com.google.devtools.build.lib.runtime.proto that return InvocationPolicyOuterClass.UseDefault.BuilderModifier and TypeMethodDescriptionInvocationPolicyOuterClass.UseDefault.Builder.clear()InvocationPolicyOuterClass.AllowValues.Builder.getUseDefaultBuilder()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.getUseDefaultBuilder()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.getUseDefaultBuilder().blaze.invocation_policy.UseDefault use_default = 4;InvocationPolicyOuterClass.UseDefault.Builder.mergeFrom(InvocationPolicyOuterClass.UseDefault other) InvocationPolicyOuterClass.UseDefault.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) InvocationPolicyOuterClass.UseDefault.Builder.mergeFrom(com.google.protobuf.Message other) InvocationPolicyOuterClass.UseDefault.newBuilder()InvocationPolicyOuterClass.UseDefault.newBuilder(InvocationPolicyOuterClass.UseDefault prototype) InvocationPolicyOuterClass.UseDefault.newBuilderForType()InvocationPolicyOuterClass.UseDefault.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) InvocationPolicyOuterClass.UseDefault.toBuilder()Methods in com.google.devtools.build.lib.runtime.proto with parameters of type InvocationPolicyOuterClass.UseDefault.BuilderModifier and TypeMethodDescriptionInvocationPolicyOuterClass.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.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.FlagPolicy.Builder.setUseDefault(InvocationPolicyOuterClass.UseDefault.Builder builderForValue) .blaze.invocation_policy.UseDefault use_default = 4;