InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.Builder.addAllFlagValue(java.lang.Iterable<java.lang.String> values) |
Use this value for the specified flag, overriding any default or user-set
value (unless append is set to true for repeatable flags).
|
InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.Builder.addFlagValue(java.lang.String value) |
Use this value for the specified flag, overriding any default or user-set
value (unless append is set to true for repeatable flags).
|
InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.Builder.addFlagValueBytes(com.google.protobuf.ByteString value) |
Use this value for the specified flag, overriding any default or user-set
value (unless append is set to true for repeatable flags).
|
InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.Builder.clear() |
|
InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.Builder.clearAppend() |
If true, and if the flag named in the policy is a repeatable flag, then
the values listed in flag_value do not replace all the user-set or default
values of the flag, but instead append to them.
|
InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.Builder.clearBehavior() |
Defines how invocation policy should interact with user settings for the
same flag.
|
InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.Builder.clearFlagValue() |
Use this value for the specified flag, overriding any default or user-set
value (unless append is set to true for repeatable flags).
|
InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.Builder.clearOverridable() |
Whether to allow this policy to be overridden by user-specified values.
|
InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.Builder.clone() |
|
InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.FlagPolicy.Builder.getSetValueBuilder() |
.blaze.invocation_policy.SetValue set_value = 3;
|
InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.Builder.mergeFrom(InvocationPolicyOuterClass.SetValue other) |
|
InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.Builder.mergeFrom(com.google.protobuf.Message other) |
|
InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.newBuilder() |
|
static InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.newBuilder(InvocationPolicyOuterClass.SetValue prototype) |
|
InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.newBuilderForType() |
|
protected InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.Builder.setAppend(boolean value) |
If true, and if the flag named in the policy is a repeatable flag, then
the values listed in flag_value do not replace all the user-set or default
values of the flag, but instead append to them.
|
InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.Builder.setBehavior(InvocationPolicyOuterClass.SetValue.Behavior value) |
Defines how invocation policy should interact with user settings for the
same flag.
|
InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.Builder.setFlagValue(int index,
java.lang.String value) |
Use this value for the specified flag, overriding any default or user-set
value (unless append is set to true for repeatable flags).
|
InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.Builder.setOverridable(boolean value) |
Whether to allow this policy to be overridden by user-specified values.
|
InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
InvocationPolicyOuterClass.SetValue.Builder |
InvocationPolicyOuterClass.SetValue.toBuilder() |
|