public interface DocumentTransformOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDocument()
public abstract String getDocument()The name of the document to transform.
 string document = 1;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The document.  | 
      
getDocumentBytes()
public abstract ByteString getDocumentBytes()The name of the document to transform.
 string document = 1;
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
List<? extends com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder> | 
        |