| Modifier and Type | Method and Description |
|---|---|
static TransformationResultStatusType |
TransformationResultStatusType.forNumber(int value) |
TransformationResultStatusType |
TransformationResultStatusOrBuilder.getResultStatusType()
Transformation result status type, this will be either SUCCESS, or it will
be the reason for why the transformation was not completely successful.
|
TransformationResultStatusType |
TransformationResultStatus.getResultStatusType()
Transformation result status type, this will be either SUCCESS, or it will
be the reason for why the transformation was not completely successful.
|
TransformationResultStatusType |
TransformationResultStatus.Builder.getResultStatusType()
Transformation result status type, this will be either SUCCESS, or it will
be the reason for why the transformation was not completely successful.
|
static TransformationResultStatusType |
TransformationResultStatusType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TransformationResultStatusType |
TransformationResultStatusType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TransformationResultStatusType |
TransformationResultStatusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformationResultStatusType[] |
TransformationResultStatusType.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<TransformationResultStatusType> |
TransformationResultStatusType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
TransformationResultStatus.Builder |
TransformationResultStatus.Builder.setResultStatusType(TransformationResultStatusType value)
Transformation result status type, this will be either SUCCESS, or it will
be the reason for why the transformation was not completely successful.
|
Copyright © 2022 Google LLC. All rights reserved.