Package com.google.firestore.v1
Interface DocumentTransformOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DocumentTransform,DocumentTransform.Builder
public interface DocumentTransformOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the document to transform.com.google.protobuf.ByteStringThe name of the document to transform.getFieldTransforms(int index) The list of transformations to apply to the fields of the document, in order.intThe list of transformations to apply to the fields of the document, in order.The list of transformations to apply to the fields of the document, in order.getFieldTransformsOrBuilder(int index) The list of transformations to apply to the fields of the document, in order.List<? extends DocumentTransform.FieldTransformOrBuilder>The list of transformations to apply to the fields of the document, in order.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
-
getDocument
String getDocument()The name of the document to transform.
string document = 1;- Returns:
- The document.
-
getDocumentBytes
com.google.protobuf.ByteString getDocumentBytes()The name of the document to transform.
string document = 1;- Returns:
- The bytes for document.
-
getFieldTransformsList
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; -
getFieldTransforms
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; -
getFieldTransformsCount
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; -
getFieldTransformsOrBuilderList
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; -
getFieldTransformsOrBuilder
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;
-