public interface DocumentTransformOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDocument()
The name of the document to transform.
|
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.
|
java.util.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.
|
java.util.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
isInitialized
java.lang.String getDocument()
The name of the document to transform.
string document = 1;
ByteString getDocumentBytes()
The name of the document to transform.
string document = 1;
java.util.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.v1beta1.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.v1beta1.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.v1beta1.DocumentTransform.FieldTransform field_transforms = 2;
java.util.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.v1beta1.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.v1beta1.DocumentTransform.FieldTransform field_transforms = 2;