| Modifier and Type | Method and Description |
|---|---|
TransformationResultStatus |
TransformationResultStatus.Builder.build() |
TransformationResultStatus |
TransformationResultStatus.Builder.buildPartial() |
static TransformationResultStatus |
TransformationResultStatus.getDefaultInstance() |
TransformationResultStatus |
TransformationResultStatus.getDefaultInstanceForType() |
TransformationResultStatus |
TransformationResultStatus.Builder.getDefaultInstanceForType() |
TransformationResultStatus |
TransformationDetailsOrBuilder.getStatusDetails()
Status of the transformation, if transformation was not successful, this
will specify what caused it to fail, otherwise it will show that the
transformation was successful.
|
TransformationResultStatus |
TransformationDetails.getStatusDetails()
Status of the transformation, if transformation was not successful, this
will specify what caused it to fail, otherwise it will show that the
transformation was successful.
|
TransformationResultStatus |
TransformationDetails.Builder.getStatusDetails()
Status of the transformation, if transformation was not successful, this
will specify what caused it to fail, otherwise it will show that the
transformation was successful.
|
static TransformationResultStatus |
TransformationResultStatus.parseDelimitedFrom(InputStream input) |
static TransformationResultStatus |
TransformationResultStatus.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransformationResultStatus |
TransformationResultStatus.parseFrom(byte[] data) |
static TransformationResultStatus |
TransformationResultStatus.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransformationResultStatus |
TransformationResultStatus.parseFrom(ByteBuffer data) |
static TransformationResultStatus |
TransformationResultStatus.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransformationResultStatus |
TransformationResultStatus.parseFrom(com.google.protobuf.ByteString data) |
static TransformationResultStatus |
TransformationResultStatus.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransformationResultStatus |
TransformationResultStatus.parseFrom(com.google.protobuf.CodedInputStream input) |
static TransformationResultStatus |
TransformationResultStatus.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransformationResultStatus |
TransformationResultStatus.parseFrom(InputStream input) |
static TransformationResultStatus |
TransformationResultStatus.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TransformationResultStatus> |
TransformationResultStatus.getParserForType() |
static com.google.protobuf.Parser<TransformationResultStatus> |
TransformationResultStatus.parser() |
| Modifier and Type | Method and Description |
|---|---|
TransformationResultStatus.Builder |
TransformationResultStatus.Builder.mergeFrom(TransformationResultStatus other) |
TransformationDetails.Builder |
TransformationDetails.Builder.mergeStatusDetails(TransformationResultStatus value)
Status of the transformation, if transformation was not successful, this
will specify what caused it to fail, otherwise it will show that the
transformation was successful.
|
static TransformationResultStatus.Builder |
TransformationResultStatus.newBuilder(TransformationResultStatus prototype) |
TransformationDetails.Builder |
TransformationDetails.Builder.setStatusDetails(TransformationResultStatus value)
Status of the transformation, if transformation was not successful, this
will specify what caused it to fail, otherwise it will show that the
transformation was successful.
|
Copyright © 2022 Google LLC. All rights reserved.