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 TypeMethodDescriptionThe property name to match on.com.google.protobuf.ByteStringThe property name to match on.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
-
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.
-