public static enum DocumentTransform.FieldTransform.TransformTypeCase extends Enum<DocumentTransform.FieldTransform.TransformTypeCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
APPEND_MISSING_ELEMENTS |
INCREMENT |
MAXIMUM |
MINIMUM |
REMOVE_ALL_FROM_ARRAY |
SET_TO_SERVER_VALUE |
TRANSFORMTYPE_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static DocumentTransform.FieldTransform.TransformTypeCase |
forNumber(int value) |
int |
getNumber() |
static DocumentTransform.FieldTransform.TransformTypeCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DocumentTransform.FieldTransform.TransformTypeCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentTransform.FieldTransform.TransformTypeCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentTransform.FieldTransform.TransformTypeCase SET_TO_SERVER_VALUE
public static final DocumentTransform.FieldTransform.TransformTypeCase INCREMENT
public static final DocumentTransform.FieldTransform.TransformTypeCase MAXIMUM
public static final DocumentTransform.FieldTransform.TransformTypeCase MINIMUM
public static final DocumentTransform.FieldTransform.TransformTypeCase APPEND_MISSING_ELEMENTS
public static final DocumentTransform.FieldTransform.TransformTypeCase REMOVE_ALL_FROM_ARRAY
public static final DocumentTransform.FieldTransform.TransformTypeCase TRANSFORMTYPE_NOT_SET
public static DocumentTransform.FieldTransform.TransformTypeCase[] values()
for (DocumentTransform.FieldTransform.TransformTypeCase c : DocumentTransform.FieldTransform.TransformTypeCase.values()) System.out.println(c);
public static DocumentTransform.FieldTransform.TransformTypeCase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Deprecated public static DocumentTransform.FieldTransform.TransformTypeCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static DocumentTransform.FieldTransform.TransformTypeCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2022 Google LLC. All rights reserved.