Package | Description |
---|---|
com.google.firestore.v1 |
Modifier and Type | Class and Description |
---|---|
class |
Value
A message that can hold any of the supported value types.
|
static class |
Value.Builder
A message that can hold any of the supported value types.
|
Modifier and Type | Method and Description |
---|---|
ValueOrBuilder |
DocumentTransform.FieldTransformOrBuilder.getIncrementOrBuilder()
Adds the given value to the field's current value.
|
ValueOrBuilder |
DocumentTransform.FieldTransform.getIncrementOrBuilder()
Adds the given value to the field's current value.
|
ValueOrBuilder |
DocumentTransform.FieldTransform.Builder.getIncrementOrBuilder()
Adds the given value to the field's current value.
|
ValueOrBuilder |
DocumentTransform.FieldTransformOrBuilder.getMaximumOrBuilder()
Sets the field to the maximum of its current value and the given value.
|
ValueOrBuilder |
DocumentTransform.FieldTransform.getMaximumOrBuilder()
Sets the field to the maximum of its current value and the given value.
|
ValueOrBuilder |
DocumentTransform.FieldTransform.Builder.getMaximumOrBuilder()
Sets the field to the maximum of its current value and the given value.
|
ValueOrBuilder |
DocumentTransform.FieldTransformOrBuilder.getMinimumOrBuilder()
Sets the field to the minimum of its current value and the given value.
|
ValueOrBuilder |
DocumentTransform.FieldTransform.getMinimumOrBuilder()
Sets the field to the minimum of its current value and the given value.
|
ValueOrBuilder |
DocumentTransform.FieldTransform.Builder.getMinimumOrBuilder()
Sets the field to the minimum of its current value and the given value.
|
ValueOrBuilder |
WriteResultOrBuilder.getTransformResultsOrBuilder(int index)
The results of applying each
[DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
in the same order.
|
ValueOrBuilder |
WriteResult.getTransformResultsOrBuilder(int index)
The results of applying each
[DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
in the same order.
|
ValueOrBuilder |
WriteResult.Builder.getTransformResultsOrBuilder(int index)
The results of applying each
[DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
in the same order.
|
ValueOrBuilder |
StructuredQuery.FieldFilterOrBuilder.getValueOrBuilder()
The value to compare to.
|
ValueOrBuilder |
StructuredQuery.FieldFilter.getValueOrBuilder()
The value to compare to.
|
ValueOrBuilder |
StructuredQuery.FieldFilter.Builder.getValueOrBuilder()
The value to compare to.
|
ValueOrBuilder |
ArrayValueOrBuilder.getValuesOrBuilder(int index)
Values in the array.
|
ValueOrBuilder |
ArrayValue.getValuesOrBuilder(int index)
Values in the array.
|
ValueOrBuilder |
ArrayValue.Builder.getValuesOrBuilder(int index)
Values in the array.
|
ValueOrBuilder |
CursorOrBuilder.getValuesOrBuilder(int index)
The values that represent a position, in the order they appear in
the order by clause of a query.
|
ValueOrBuilder |
Cursor.getValuesOrBuilder(int index)
The values that represent a position, in the order they appear in
the order by clause of a query.
|
ValueOrBuilder |
Cursor.Builder.getValuesOrBuilder(int index)
The values that represent a position, in the order they appear in
the order by clause of a query.
|
Modifier and Type | Method and Description |
---|---|
List<? extends ValueOrBuilder> |
WriteResultOrBuilder.getTransformResultsOrBuilderList()
The results of applying each
[DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
in the same order.
|
List<? extends ValueOrBuilder> |
WriteResult.getTransformResultsOrBuilderList()
The results of applying each
[DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
in the same order.
|
List<? extends ValueOrBuilder> |
WriteResult.Builder.getTransformResultsOrBuilderList()
The results of applying each
[DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
in the same order.
|
List<? extends ValueOrBuilder> |
ArrayValueOrBuilder.getValuesOrBuilderList()
Values in the array.
|
List<? extends ValueOrBuilder> |
ArrayValue.getValuesOrBuilderList()
Values in the array.
|
List<? extends ValueOrBuilder> |
ArrayValue.Builder.getValuesOrBuilderList()
Values in the array.
|
List<? extends ValueOrBuilder> |
CursorOrBuilder.getValuesOrBuilderList()
The values that represent a position, in the order they appear in
the order by clause of a query.
|
List<? extends ValueOrBuilder> |
Cursor.getValuesOrBuilderList()
The values that represent a position, in the order they appear in
the order by clause of a query.
|
List<? extends ValueOrBuilder> |
Cursor.Builder.getValuesOrBuilderList()
The values that represent a position, in the order they appear in
the order by clause of a query.
|
Copyright © 2023 Google LLC. All rights reserved.