public interface EntityIssueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Error/Warning code
|
com.google.protobuf.ByteString |
getCodeBytes()
Error/Warning code
|
String |
getDdl()
The ddl which caused the issue, if relevant.
|
com.google.protobuf.ByteString |
getDdlBytes()
The ddl which caused the issue, if relevant.
|
DatabaseEntityType |
getEntityType()
The entity type (if the DDL is for a sub entity).
|
int |
getEntityTypeValue()
The entity type (if the DDL is for a sub entity).
|
String |
getId()
Unique Issue ID.
|
com.google.protobuf.ByteString |
getIdBytes()
Unique Issue ID.
|
String |
getMessage()
Issue detailed message
|
com.google.protobuf.ByteString |
getMessageBytes()
Issue detailed message
|
EntityIssue.Position |
getPosition()
The position of the issue found, if relevant.
|
EntityIssue.PositionOrBuilder |
getPositionOrBuilder()
The position of the issue found, if relevant.
|
EntityIssue.IssueSeverity |
getSeverity()
Severity of the issue
|
int |
getSeverityValue()
Severity of the issue
|
EntityIssue.IssueType |
getType()
The type of the issue.
|
int |
getTypeValue()
The type of the issue.
|
boolean |
hasDdl()
The ddl which caused the issue, if relevant.
|
boolean |
hasPosition()
The position of the issue found, if relevant.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getId()
Unique Issue ID.
string id = 1;com.google.protobuf.ByteString getIdBytes()
Unique Issue ID.
string id = 1;int getTypeValue()
The type of the issue.
.google.cloud.clouddms.v1.EntityIssue.IssueType type = 2;EntityIssue.IssueType getType()
The type of the issue.
.google.cloud.clouddms.v1.EntityIssue.IssueType type = 2;int getSeverityValue()
Severity of the issue
.google.cloud.clouddms.v1.EntityIssue.IssueSeverity severity = 3;EntityIssue.IssueSeverity getSeverity()
Severity of the issue
.google.cloud.clouddms.v1.EntityIssue.IssueSeverity severity = 3;String getMessage()
Issue detailed message
string message = 4;com.google.protobuf.ByteString getMessageBytes()
Issue detailed message
string message = 4;String getCode()
Error/Warning code
string code = 5;com.google.protobuf.ByteString getCodeBytes()
Error/Warning code
string code = 5;boolean hasDdl()
The ddl which caused the issue, if relevant.
optional string ddl = 6;String getDdl()
The ddl which caused the issue, if relevant.
optional string ddl = 6;com.google.protobuf.ByteString getDdlBytes()
The ddl which caused the issue, if relevant.
optional string ddl = 6;boolean hasPosition()
The position of the issue found, if relevant.
optional .google.cloud.clouddms.v1.EntityIssue.Position position = 7;EntityIssue.Position getPosition()
The position of the issue found, if relevant.
optional .google.cloud.clouddms.v1.EntityIssue.Position position = 7;EntityIssue.PositionOrBuilder getPositionOrBuilder()
The position of the issue found, if relevant.
optional .google.cloud.clouddms.v1.EntityIssue.Position position = 7;int getEntityTypeValue()
The entity type (if the DDL is for a sub entity).
.google.cloud.clouddms.v1.DatabaseEntityType entity_type = 8;DatabaseEntityType getEntityType()
The entity type (if the DDL is for a sub entity).
.google.cloud.clouddms.v1.DatabaseEntityType entity_type = 8;Copyright © 2024 Google LLC. All rights reserved.