Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::EntityIssue.
Issue related to the entity.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#code
def code() -> ::String
Returns
- (::String) — Error/Warning code
#code=
def code=(value) -> ::String
Parameter
- value (::String) — Error/Warning code
Returns
- (::String) — Error/Warning code
#ddl
def ddl() -> ::String
Returns
- (::String) — The ddl which caused the issue, if relevant.
#ddl=
def ddl=(value) -> ::String
Parameter
- value (::String) — The ddl which caused the issue, if relevant.
Returns
- (::String) — The ddl which caused the issue, if relevant.
#entity_type
def entity_type() -> ::Google::Cloud::CloudDMS::V1::DatabaseEntityType
Returns
- (::Google::Cloud::CloudDMS::V1::DatabaseEntityType) — The entity type (if the DDL is for a sub entity).
#entity_type=
def entity_type=(value) -> ::Google::Cloud::CloudDMS::V1::DatabaseEntityType
Parameter
- value (::Google::Cloud::CloudDMS::V1::DatabaseEntityType) — The entity type (if the DDL is for a sub entity).
Returns
- (::Google::Cloud::CloudDMS::V1::DatabaseEntityType) — The entity type (if the DDL is for a sub entity).
#id
def id() -> ::String
Returns
- (::String) — Unique Issue ID.
#id=
def id=(value) -> ::String
Parameter
- value (::String) — Unique Issue ID.
Returns
- (::String) — Unique Issue ID.
#message
def message() -> ::String
Returns
- (::String) — Issue detailed message
#message=
def message=(value) -> ::String
Parameter
- value (::String) — Issue detailed message
Returns
- (::String) — Issue detailed message
#position
def position() -> ::Google::Cloud::CloudDMS::V1::EntityIssue::Position
Returns
- (::Google::Cloud::CloudDMS::V1::EntityIssue::Position) — The position of the issue found, if relevant.
#position=
def position=(value) -> ::Google::Cloud::CloudDMS::V1::EntityIssue::Position
Parameter
- value (::Google::Cloud::CloudDMS::V1::EntityIssue::Position) — The position of the issue found, if relevant.
Returns
- (::Google::Cloud::CloudDMS::V1::EntityIssue::Position) — The position of the issue found, if relevant.
#severity
def severity() -> ::Google::Cloud::CloudDMS::V1::EntityIssue::IssueSeverity
Returns
- (::Google::Cloud::CloudDMS::V1::EntityIssue::IssueSeverity) — Severity of the issue
#severity=
def severity=(value) -> ::Google::Cloud::CloudDMS::V1::EntityIssue::IssueSeverity
Parameter
- value (::Google::Cloud::CloudDMS::V1::EntityIssue::IssueSeverity) — Severity of the issue
Returns
- (::Google::Cloud::CloudDMS::V1::EntityIssue::IssueSeverity) — Severity of the issue
#type
def type() -> ::Google::Cloud::CloudDMS::V1::EntityIssue::IssueType
Returns
- (::Google::Cloud::CloudDMS::V1::EntityIssue::IssueType) — The type of the issue.
#type=
def type=(value) -> ::Google::Cloud::CloudDMS::V1::EntityIssue::IssueType
Parameter
- value (::Google::Cloud::CloudDMS::V1::EntityIssue::IssueType) — The type of the issue.
Returns
- (::Google::Cloud::CloudDMS::V1::EntityIssue::IssueType) — The type of the issue.