public static interface StructuredQuery.FieldReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldPath()
The relative path of the document being referenced.
|
com.google.protobuf.ByteString |
getFieldPathBytes()
The relative path of the document being referenced.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFieldPath()
The relative path of the document being referenced. Requires: * Conform to [document field name][google.firestore.v1.Document.fields] limitations.
string field_path = 2;com.google.protobuf.ByteString getFieldPathBytes()
The relative path of the document being referenced. Requires: * Conform to [document field name][google.firestore.v1.Document.fields] limitations.
string field_path = 2;Copyright © 2022 Google LLC. All rights reserved.