Uses of Class
com.google.devtools.build.lib.runtime.proto.InvocationPolicyOuterClass.SetValue.Builder
Packages that use InvocationPolicyOuterClass.SetValue.Builder
-
Uses of InvocationPolicyOuterClass.SetValue.Builder in com.google.devtools.build.lib.runtime.proto
Methods in com.google.devtools.build.lib.runtime.proto that return InvocationPolicyOuterClass.SetValue.BuilderModifier and TypeMethodDescriptionInvocationPolicyOuterClass.SetValue.Builder.addAllFlagValue(Iterable<String> values) Use this value for the specified flag, overriding any default or user-set value (unless behavior = APPEND for repeatable flags).InvocationPolicyOuterClass.SetValue.Builder.addFlagValue(String value) Use this value for the specified flag, overriding any default or user-set value (unless behavior = APPEND for repeatable flags).InvocationPolicyOuterClass.SetValue.Builder.addFlagValueBytes(com.google.protobuf.ByteString value) Use this value for the specified flag, overriding any default or user-set value (unless behavior = APPEND for repeatable flags).InvocationPolicyOuterClass.SetValue.Builder.clear()InvocationPolicyOuterClass.SetValue.Builder.clearBehavior()Defines how invocation policy should interact with user settings for the same flag.InvocationPolicyOuterClass.SetValue.Builder.clearFlagValue()Use this value for the specified flag, overriding any default or user-set value (unless behavior = APPEND for repeatable flags).InvocationPolicyOuterClass.FlagPolicy.Builder.getSetValueBuilder().blaze.invocation_policy.SetValue set_value = 3;InvocationPolicyOuterClass.SetValue.Builder.mergeFrom(InvocationPolicyOuterClass.SetValue other) InvocationPolicyOuterClass.SetValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) InvocationPolicyOuterClass.SetValue.Builder.mergeFrom(com.google.protobuf.Message other) InvocationPolicyOuterClass.SetValue.newBuilder()InvocationPolicyOuterClass.SetValue.newBuilder(InvocationPolicyOuterClass.SetValue prototype) InvocationPolicyOuterClass.SetValue.newBuilderForType()InvocationPolicyOuterClass.SetValue.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) InvocationPolicyOuterClass.SetValue.Builder.setBehavior(InvocationPolicyOuterClass.SetValue.Behavior value) Defines how invocation policy should interact with user settings for the same flag.InvocationPolicyOuterClass.SetValue.Builder.setFlagValue(int index, String value) Use this value for the specified flag, overriding any default or user-set value (unless behavior = APPEND for repeatable flags).InvocationPolicyOuterClass.SetValue.toBuilder()Methods in com.google.devtools.build.lib.runtime.proto with parameters of type InvocationPolicyOuterClass.SetValue.BuilderModifier and TypeMethodDescriptionInvocationPolicyOuterClass.FlagPolicy.Builder.setSetValue(InvocationPolicyOuterClass.SetValue.Builder builderForValue) .blaze.invocation_policy.SetValue set_value = 3;