TransformationDetails.Builder |
TransformationDetails.Builder.addAllTransformation(Iterable<? extends TransformationDescription> values) |
Description of transformation.
|
TransformationDetails.Builder |
TransformationDetails.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TransformationDetails.Builder |
TransformationDetails.Builder.addTransformation(int index,
TransformationDescription value) |
Description of transformation.
|
TransformationDetails.Builder |
TransformationDetails.Builder.addTransformation(int index,
TransformationDescription.Builder builderForValue) |
Description of transformation.
|
TransformationDetails.Builder |
TransformationDetails.Builder.addTransformation(TransformationDescription value) |
Description of transformation.
|
TransformationDetails.Builder |
TransformationDetails.Builder.addTransformation(TransformationDescription.Builder builderForValue) |
Description of transformation.
|
TransformationDetails.Builder |
TransformationDetails.Builder.clear() |
|
TransformationDetails.Builder |
TransformationDetails.Builder.clearContainerName() |
The top level name of the container where the transformation is located
(this will be the source file name or table name).
|
TransformationDetails.Builder |
TransformationDetails.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
TransformationDetails.Builder |
TransformationDetails.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
TransformationDetails.Builder |
TransformationDetails.Builder.clearResourceName() |
The name of the job that completed the transformation.
|
TransformationDetails.Builder |
TransformationDetails.Builder.clearStatusDetails() |
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.
|
TransformationDetails.Builder |
TransformationDetails.Builder.clearTransformation() |
Description of transformation.
|
TransformationDetails.Builder |
TransformationDetails.Builder.clearTransformationLocation() |
The precise location of the transformed content in the original container.
|
TransformationDetails.Builder |
TransformationDetails.Builder.clearTransformedBytes() |
The number of bytes that were transformed.
|
TransformationDetails.Builder |
TransformationDetails.Builder.clone() |
|
TransformationDetails.Builder |
TransformationDetails.Builder.mergeFrom(TransformationDetails other) |
|
TransformationDetails.Builder |
TransformationDetails.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
TransformationDetails.Builder |
TransformationDetails.Builder.mergeFrom(com.google.protobuf.Message 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.
|
TransformationDetails.Builder |
TransformationDetails.Builder.mergeTransformationLocation(TransformationLocation value) |
The precise location of the transformed content in the original container.
|
TransformationDetails.Builder |
TransformationDetails.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static TransformationDetails.Builder |
TransformationDetails.newBuilder() |
|
static TransformationDetails.Builder |
TransformationDetails.newBuilder(TransformationDetails prototype) |
|
TransformationDetails.Builder |
TransformationDetails.newBuilderForType() |
|
protected TransformationDetails.Builder |
TransformationDetails.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
TransformationDetails.Builder |
TransformationDetails.Builder.removeTransformation(int index) |
Description of transformation.
|
TransformationDetails.Builder |
TransformationDetails.Builder.setContainerName(String value) |
The top level name of the container where the transformation is located
(this will be the source file name or table name).
|
TransformationDetails.Builder |
TransformationDetails.Builder.setContainerNameBytes(com.google.protobuf.ByteString value) |
The top level name of the container where the transformation is located
(this will be the source file name or table name).
|
TransformationDetails.Builder |
TransformationDetails.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TransformationDetails.Builder |
TransformationDetails.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
TransformationDetails.Builder |
TransformationDetails.Builder.setResourceName(String value) |
The name of the job that completed the transformation.
|
TransformationDetails.Builder |
TransformationDetails.Builder.setResourceNameBytes(com.google.protobuf.ByteString value) |
The name of the job that completed the transformation.
|
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.
|
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.
|
TransformationDetails.Builder |
TransformationDetails.Builder.setTransformation(int index,
TransformationDescription value) |
Description of transformation.
|
TransformationDetails.Builder |
TransformationDetails.Builder.setTransformation(int index,
TransformationDescription.Builder builderForValue) |
Description of transformation.
|
TransformationDetails.Builder |
TransformationDetails.Builder.setTransformationLocation(TransformationLocation value) |
The precise location of the transformed content in the original container.
|
TransformationDetails.Builder |
TransformationDetails.Builder.setTransformationLocation(TransformationLocation.Builder builderForValue) |
The precise location of the transformed content in the original container.
|
TransformationDetails.Builder |
TransformationDetails.Builder.setTransformedBytes(long value) |
The number of bytes that were transformed.
|
TransformationDetails.Builder |
TransformationDetails.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
TransformationDetails.Builder |
TransformationDetails.toBuilder() |
|