public interface DocumentTransformOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDocument()
The name of the document to transform.
|
com.google.protobuf.ByteString |
getDocumentBytes()
The name of the document to transform.
|
DocumentTransform.FieldTransform |
getFieldTransforms(int index)
The list of transformations to apply to the fields of the document, in
order.
|
int |
getFieldTransformsCount()
The list of transformations to apply to the fields of the document, in
order.
|
List<DocumentTransform.FieldTransform> |
getFieldTransformsList()
The list of transformations to apply to the fields of the document, in
order.
|
DocumentTransform.FieldTransformOrBuilder |
getFieldTransformsOrBuilder(int index)
The list of transformations to apply to the fields of the document, in
order.
|
List<? extends DocumentTransform.FieldTransformOrBuilder> |
getFieldTransformsOrBuilderList()
The list of transformations to apply to the fields of the document, in
order.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getDocument()
The name of the document to transform.
string document = 1;
com.google.protobuf.ByteString getDocumentBytes()
The name of the document to transform.
string document = 1;
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;
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;
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;
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;
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;
Copyright © 2023 Google LLC. All rights reserved.