| Modifier and Type | Method and Description |
|---|---|
TransformationResultStatus.Builder |
TransformationResultStatus.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransformationResultStatus.Builder |
TransformationResultStatus.Builder.clear() |
TransformationResultStatus.Builder |
TransformationResultStatus.Builder.clearDetails()
Detailed error codes and messages
|
TransformationResultStatus.Builder |
TransformationResultStatus.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TransformationResultStatus.Builder |
TransformationResultStatus.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TransformationResultStatus.Builder |
TransformationResultStatus.Builder.clearResultStatusType()
Transformation result status type, this will be either SUCCESS, or it will
be the reason for why the transformation was not completely successful.
|
TransformationResultStatus.Builder |
TransformationResultStatus.Builder.clone() |
TransformationResultStatus.Builder |
TransformationDetails.Builder.getStatusDetailsBuilder()
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.Builder |
TransformationResultStatus.Builder.mergeDetails(com.google.rpc.Status value)
Detailed error codes and messages
|
TransformationResultStatus.Builder |
TransformationResultStatus.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TransformationResultStatus.Builder |
TransformationResultStatus.Builder.mergeFrom(com.google.protobuf.Message other) |
TransformationResultStatus.Builder |
TransformationResultStatus.Builder.mergeFrom(TransformationResultStatus other) |
TransformationResultStatus.Builder |
TransformationResultStatus.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static TransformationResultStatus.Builder |
TransformationResultStatus.newBuilder() |
static TransformationResultStatus.Builder |
TransformationResultStatus.newBuilder(TransformationResultStatus prototype) |
TransformationResultStatus.Builder |
TransformationResultStatus.newBuilderForType() |
protected TransformationResultStatus.Builder |
TransformationResultStatus.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
TransformationResultStatus.Builder |
TransformationResultStatus.Builder.setDetails(com.google.rpc.Status.Builder builderForValue)
Detailed error codes and messages
|
TransformationResultStatus.Builder |
TransformationResultStatus.Builder.setDetails(com.google.rpc.Status value)
Detailed error codes and messages
|
TransformationResultStatus.Builder |
TransformationResultStatus.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransformationResultStatus.Builder |
TransformationResultStatus.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
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.
|
TransformationResultStatus.Builder |
TransformationResultStatus.Builder.setResultStatusTypeValue(int value)
Transformation result status type, this will be either SUCCESS, or it will
be the reason for why the transformation was not completely successful.
|
TransformationResultStatus.Builder |
TransformationResultStatus.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TransformationResultStatus.Builder |
TransformationResultStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
TransformationDetails.Builder |
TransformationDetails.Builder.setStatusDetails(TransformationResultStatus.Builder builderForValue)
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.