Interface PropertyMatchInputOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PropertyMatchInput, PropertyMatchInput.Builder

public interface PropertyMatchInputOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The property name to match on.
    com.google.protobuf.ByteString
    The property name to match on.

    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

    • getPropertyName

      String getPropertyName()
       The property name to match on.
       
      string property_name = 1 [(.validate.rules) = { ... }
      Returns:
      The propertyName.
    • getPropertyNameBytes

      com.google.protobuf.ByteString getPropertyNameBytes()
       The property name to match on.
       
      string property_name = 1 [(.validate.rules) = { ... }
      Returns:
      The bytes for propertyName.