Interface StructuredQuery.FieldReferenceOrBuilder (3.7.2)

public static interface StructuredQuery.FieldReferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFieldPath()

public abstract String getFieldPath()

The relative path of the document being referenced. Requires:

  • Conform to document field name limitations.

string field_path = 2;

Returns
TypeDescription
String

The fieldPath.

getFieldPathBytes()

public abstract ByteString getFieldPathBytes()

The relative path of the document being referenced. Requires:

  • Conform to document field name limitations.

string field_path = 2;

Returns
TypeDescription
ByteString

The bytes for fieldPath.