Interface DocumentTransformOrBuilder (3.1.0)

public interface DocumentTransformOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDocument()

public abstract String getDocument()

The name of the document to transform.

string document = 1;

Returns
TypeDescription
String

The document.

getDocumentBytes()

public abstract ByteString getDocumentBytes()

The name of the document to transform.

string document = 1;

Returns
TypeDescription
ByteString

The bytes for document.

getFieldTransforms(int index)

public abstract DocumentTransform.FieldTransform getFieldTransforms(int index)

The list of transformations to apply to the fields of the document, in order. This must not be empty.

repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
DocumentTransform.FieldTransform

getFieldTransformsCount()

public abstract int getFieldTransformsCount()

The list of transformations to apply to the fields of the document, in order. This must not be empty.

repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2;

Returns
TypeDescription
int

getFieldTransformsList()

public abstract List<DocumentTransform.FieldTransform> getFieldTransformsList()

The list of transformations to apply to the fields of the document, in order. This must not be empty.

repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2;

Returns
TypeDescription
List<FieldTransform>

getFieldTransformsOrBuilder(int index)

public abstract DocumentTransform.FieldTransformOrBuilder getFieldTransformsOrBuilder(int index)

The list of transformations to apply to the fields of the document, in order. This must not be empty.

repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
DocumentTransform.FieldTransformOrBuilder

getFieldTransformsOrBuilderList()

public abstract List<? extends DocumentTransform.FieldTransformOrBuilder> getFieldTransformsOrBuilderList()

The list of transformations to apply to the fields of the document, in order. This must not be empty.

repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2;

Returns
TypeDescription
List<? extends com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder>