public static interface EncryptionConfig.FailureDetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getErrorCode()
public abstract EncryptionConfig.FailureDetails.ErrorCode getErrorCode()
Output only. The error code for the failure.
.google.cloud.dataplex.v1.EncryptionConfig.FailureDetails.ErrorCode error_code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
EncryptionConfig.FailureDetails.ErrorCode |
The errorCode. |
getErrorCodeValue()
public abstract int getErrorCodeValue()
Output only. The error code for the failure.
.google.cloud.dataplex.v1.EncryptionConfig.FailureDetails.ErrorCode error_code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for errorCode. |
getErrorMessage()
public abstract String getErrorMessage()
Output only. The error message will be shown to the user. Set only if the error code is REQUIRE_USER_ACTION.
string error_message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The errorMessage. |
getErrorMessageBytes()
public abstract ByteString getErrorMessageBytes()
Output only. The error message will be shown to the user. Set only if the error code is REQUIRE_USER_ACTION.
string error_message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for errorMessage. |