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 Type
    Method
    Description
    boolean
    Additional configurations to be included as part of the validation
    Map<String,com.google.protobuf.Value>
    Deprecated.
    int
    Additional configurations to be included as part of the validation
    Map<String,com.google.protobuf.Value>
    Additional configurations to be included as part of the validation
    com.google.protobuf.Value
    getConfigOrDefault(String key, com.google.protobuf.Value defaultValue)
    Additional configurations to be included as part of the validation
    com.google.protobuf.Value
    Additional configurations to be included as part of the validation
    string name = 1;
    com.google.protobuf.ByteString
    string name = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      boolean containsConfig(String key)
       Additional configurations to be included as part of the validation
       
      map<string, .google.protobuf.Value> config = 2;
    • getConfig

      @Deprecated Map<String,com.google.protobuf.Value> getConfig()
      Deprecated.
      Use getConfigMap() instead.
    • getConfigMap

      Map<String,com.google.protobuf.Value> getConfigMap()
       Additional configurations to be included as part of the validation
       
      map<string, .google.protobuf.Value> config = 2;
    • getConfigOrDefault

      com.google.protobuf.Value getConfigOrDefault(String key, com.google.protobuf.Value defaultValue)
       Additional configurations to be included as part of the validation
       
      map<string, .google.protobuf.Value> config = 2;
    • getConfigOrThrow

      com.google.protobuf.Value getConfigOrThrow(String key)
       Additional configurations to be included as part of the validation
       
      map<string, .google.protobuf.Value> config = 2;