Package | Description |
---|---|
com.google.firestore.v1 |
Modifier and Type | Class and Description |
---|---|
class |
ArrayValue
An array value.
|
static class |
ArrayValue.Builder
An array value.
|
Modifier and Type | Method and Description |
---|---|
ArrayValueOrBuilder |
DocumentTransform.FieldTransformOrBuilder.getAppendMissingElementsOrBuilder()
Append the given elements in order if they are not already present in
the current field value.
|
ArrayValueOrBuilder |
DocumentTransform.FieldTransform.getAppendMissingElementsOrBuilder()
Append the given elements in order if they are not already present in
the current field value.
|
ArrayValueOrBuilder |
DocumentTransform.FieldTransform.Builder.getAppendMissingElementsOrBuilder()
Append the given elements in order if they are not already present in
the current field value.
|
ArrayValueOrBuilder |
Value.getArrayValueOrBuilder()
An array value.
|
ArrayValueOrBuilder |
Value.Builder.getArrayValueOrBuilder()
An array value.
|
ArrayValueOrBuilder |
ValueOrBuilder.getArrayValueOrBuilder()
An array value.
|
ArrayValueOrBuilder |
DocumentTransform.FieldTransformOrBuilder.getRemoveAllFromArrayOrBuilder()
Remove all of the given elements from the array in the field.
|
ArrayValueOrBuilder |
DocumentTransform.FieldTransform.getRemoveAllFromArrayOrBuilder()
Remove all of the given elements from the array in the field.
|
ArrayValueOrBuilder |
DocumentTransform.FieldTransform.Builder.getRemoveAllFromArrayOrBuilder()
Remove all of the given elements from the array in the field.
|
Copyright © 2023 Google LLC. All rights reserved.