public interface MigrationJobVerificationErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MigrationJobVerificationError.ErrorCode |
getErrorCode()
Output only.
|
int |
getErrorCodeValue()
Output only.
|
String |
getErrorDetailMessage()
Output only.
|
com.google.protobuf.ByteString |
getErrorDetailMessageBytes()
Output only.
|
String |
getErrorMessage()
Output only.
|
com.google.protobuf.ByteString |
getErrorMessageBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getErrorCodeValue()
Output only. An instance of ErrorCode specifying the error that occurred.
.google.cloud.clouddms.v1.MigrationJobVerificationError.ErrorCode error_code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
MigrationJobVerificationError.ErrorCode getErrorCode()
Output only. An instance of ErrorCode specifying the error that occurred.
.google.cloud.clouddms.v1.MigrationJobVerificationError.ErrorCode error_code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getErrorMessage()
Output only. A formatted message with further details about the error and a CTA.
string error_message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getErrorMessageBytes()
Output only. A formatted message with further details about the error and a CTA.
string error_message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];String getErrorDetailMessage()
Output only. A specific detailed error message, if supplied by the engine.
string error_detail_message = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getErrorDetailMessageBytes()
Output only. A specific detailed error message, if supplied by the engine.
string error_detail_message = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2024 Google LLC. All rights reserved.