| Modifier and Type | Method and Description |
|---|---|
static TransformationType |
TransformationType.forNumber(int value) |
TransformationType |
TransformationDescription.getType()
The transformation type.
|
TransformationType |
TransformationDescription.Builder.getType()
The transformation type.
|
TransformationType |
TransformationDescriptionOrBuilder.getType()
The transformation type.
|
static TransformationType |
TransformationType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TransformationType |
TransformationType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TransformationType |
TransformationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformationType[] |
TransformationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<TransformationType> |
TransformationType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
TransformationDescription.Builder |
TransformationDescription.Builder.setType(TransformationType value)
The transformation type.
|
Copyright © 2022 Google LLC. All rights reserved.