public interface TransformationResultStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.rpc.Status |
getDetails()
Detailed error codes and messages
|
com.google.rpc.StatusOrBuilder |
getDetailsOrBuilder()
Detailed error codes and messages
|
TransformationResultStatusType |
getResultStatusType()
Transformation result status type, this will be either SUCCESS, or it will
be the reason for why the transformation was not completely successful.
|
int |
getResultStatusTypeValue()
Transformation result status type, this will be either SUCCESS, or it will
be the reason for why the transformation was not completely successful.
|
boolean |
hasDetails()
Detailed error codes and messages
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getResultStatusTypeValue()
Transformation result status type, this will be either SUCCESS, or it will be the reason for why the transformation was not completely successful.
.google.privacy.dlp.v2.TransformationResultStatusType result_status_type = 1;TransformationResultStatusType getResultStatusType()
Transformation result status type, this will be either SUCCESS, or it will be the reason for why the transformation was not completely successful.
.google.privacy.dlp.v2.TransformationResultStatusType result_status_type = 1;boolean hasDetails()
Detailed error codes and messages
.google.rpc.Status details = 2;com.google.rpc.Status getDetails()
Detailed error codes and messages
.google.rpc.Status details = 2;com.google.rpc.StatusOrBuilder getDetailsOrBuilder()
Detailed error codes and messages
.google.rpc.Status details = 2;Copyright © 2022 Google LLC. All rights reserved.