Package com.google.firestore.v1
Interface StructuredQuery.FieldReferenceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StructuredQuery.FieldReference,StructuredQuery.FieldReference.Builder
- Enclosing class:
- StructuredQuery
public static interface StructuredQuery.FieldReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA reference to a field in a document.com.google.protobuf.ByteStringA reference to a field in a document.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
-
getFieldPath
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][google.firestore.v1.Document.fields] limitations.
string field_path = 2;- Returns:
- The fieldPath.
-
getFieldPathBytes
com.google.protobuf.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][google.firestore.v1.Document.fields] limitations.
string field_path = 2;- Returns:
- The bytes for fieldPath.
-