public interface PropertyReferenceOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
The name of the property.
|
ByteString |
getNameBytes()
The name of the property.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getName()
The name of the property. If name includes "."s, it may be interpreted as a property name path.
string name = 2;
ByteString getNameBytes()
The name of the property. If name includes "."s, it may be interpreted as a property name path.
string name = 2;