public static interface StructuredQuery.FieldReferenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFieldPath()
public abstract String getFieldPath()A reference to a field in a document.
Requires:
- MUST be a dot-delimited (
.) string of segments, where each segment conforms to document field name limitations.
string field_path = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The fieldPath. |
getFieldPathBytes()
public abstract ByteString getFieldPathBytes()A reference to a field in a document.
Requires:
- MUST be a dot-delimited (
.) string of segments, where each segment conforms to document field name limitations.
string field_path = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for fieldPath. |