InvocationPolicyOuterClass.AllowValues.Builder |
InvocationPolicyOuterClass.AllowValues.Builder.addAllAllowedValues(java.lang.Iterable<java.lang.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 |
InvocationPolicyOuterClass.AllowValues.Builder.addAllowedValues(java.lang.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 |
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 |
InvocationPolicyOuterClass.AllowValues.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
InvocationPolicyOuterClass.AllowValues.Builder |
InvocationPolicyOuterClass.AllowValues.Builder.clear() |
|
InvocationPolicyOuterClass.AllowValues.Builder |
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 |
InvocationPolicyOuterClass.AllowValues.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
InvocationPolicyOuterClass.AllowValues.Builder |
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 |
InvocationPolicyOuterClass.AllowValues.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
InvocationPolicyOuterClass.AllowValues.Builder |
InvocationPolicyOuterClass.AllowValues.Builder.clearReplacementValue() |
|
InvocationPolicyOuterClass.AllowValues.Builder |
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.AllowValues.Builder |
InvocationPolicyOuterClass.AllowValues.Builder.clone() |
|
InvocationPolicyOuterClass.AllowValues.Builder |
InvocationPolicyOuterClass.FlagPolicy.Builder.getAllowValuesBuilder() |
.blaze.invocation_policy.AllowValues allow_values = 6;
|
InvocationPolicyOuterClass.AllowValues.Builder |
InvocationPolicyOuterClass.AllowValues.Builder.mergeFrom(InvocationPolicyOuterClass.AllowValues other) |
|
InvocationPolicyOuterClass.AllowValues.Builder |
InvocationPolicyOuterClass.AllowValues.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
InvocationPolicyOuterClass.AllowValues.Builder |
InvocationPolicyOuterClass.AllowValues.Builder.mergeFrom(com.google.protobuf.Message other) |
|
InvocationPolicyOuterClass.AllowValues.Builder |
InvocationPolicyOuterClass.AllowValues.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
InvocationPolicyOuterClass.AllowValues.Builder |
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.
|
static InvocationPolicyOuterClass.AllowValues.Builder |
InvocationPolicyOuterClass.AllowValues.newBuilder() |
|
static InvocationPolicyOuterClass.AllowValues.Builder |
InvocationPolicyOuterClass.AllowValues.newBuilder(InvocationPolicyOuterClass.AllowValues prototype) |
|
InvocationPolicyOuterClass.AllowValues.Builder |
InvocationPolicyOuterClass.AllowValues.newBuilderForType() |
|
protected InvocationPolicyOuterClass.AllowValues.Builder |
InvocationPolicyOuterClass.AllowValues.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
InvocationPolicyOuterClass.AllowValues.Builder |
InvocationPolicyOuterClass.AllowValues.Builder.setAllowedValues(int index,
java.lang.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 |
InvocationPolicyOuterClass.AllowValues.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
InvocationPolicyOuterClass.AllowValues.Builder |
InvocationPolicyOuterClass.AllowValues.Builder.setNewValue(java.lang.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 |
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 |
InvocationPolicyOuterClass.AllowValues.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
InvocationPolicyOuterClass.AllowValues.Builder |
InvocationPolicyOuterClass.AllowValues.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
InvocationPolicyOuterClass.AllowValues.Builder |
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 |
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.Builder |
InvocationPolicyOuterClass.AllowValues.toBuilder() |
|