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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPropertyName()The property name to match on.com.google.protobuf.ByteStringgetPropertyNameBytes()The property name to match on.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
-