Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataQualityRuleResult::DebugQueryResult.
Contains a single result from the debug query.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Specifies the name of the result. Available if provided with an explicit
alias using
[AS] alias.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Specifies the name of the result. Available if provided with an explicit
alias using
[AS] alias.
Returns
-
(::String) — Specifies the name of the result. Available if provided with an explicit
alias using
[AS] alias.
#type
def type() -> ::String
Returns
- (::String) — Indicates the data type of the result. For more information, see BigQuery data types.
#type=
def type=(value) -> ::String
Parameter
- value (::String) — Indicates the data type of the result. For more information, see BigQuery data types.
Returns
- (::String) — Indicates the data type of the result. For more information, see BigQuery data types.
#value
def value() -> ::String
Returns
- (::String) — Represents the value of the result as a string.
#value=
def value=(value) -> ::String
Parameter
- value (::String) — Represents the value of the result as a string.
Returns
- (::String) — Represents the value of the result as a string.