Package cel.dev.expr.conformance
Interface ValidatorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Validator,Validator.Builder
public interface ValidatorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsConfig(String key) Additional configurations to be included as part of the validationDeprecated.intAdditional configurations to be included as part of the validationAdditional configurations to be included as part of the validationcom.google.protobuf.ValuegetConfigOrDefault(String key, com.google.protobuf.Value defaultValue) Additional configurations to be included as part of the validationcom.google.protobuf.ValuegetConfigOrThrow(String key) Additional configurations to be included as part of the validationgetName()string name = 1;com.google.protobuf.ByteStringstring name = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1;- Returns:
- The bytes for name.
-
getConfigCount
int getConfigCount()Additional configurations to be included as part of the validation
map<string, .google.protobuf.Value> config = 2; -
containsConfig
Additional configurations to be included as part of the validation
map<string, .google.protobuf.Value> config = 2; -
getConfig
Deprecated.UsegetConfigMap()instead. -
getConfigMap
Additional configurations to be included as part of the validation
map<string, .google.protobuf.Value> config = 2; -
getConfigOrDefault
Additional configurations to be included as part of the validation
map<string, .google.protobuf.Value> config = 2; -
getConfigOrThrow
Additional configurations to be included as part of the validation
map<string, .google.protobuf.Value> config = 2;
-