Reference documentation and code samples for the Datastream V1alpha1 API class Google::Cloud::Datastream::V1alpha1::ValidationMessage.
Represent user-facing validation result message.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#code
def code() -> ::String Returns 
 - (::String) — A custom code identifying this specific message.
 
#code=
def code=(value) -> ::String Parameter 
 - value (::String) — A custom code identifying this specific message.
 
 Returns 
 - (::String) — A custom code identifying this specific message.
 
#level
def level() -> ::Google::Cloud::Datastream::V1alpha1::ValidationMessage::Level Returns 
 - (::Google::Cloud::Datastream::V1alpha1::ValidationMessage::Level) — Message severity level (warning or error).
 
#level=
def level=(value) -> ::Google::Cloud::Datastream::V1alpha1::ValidationMessage::Level Parameter 
 - value (::Google::Cloud::Datastream::V1alpha1::ValidationMessage::Level) — Message severity level (warning or error).
 
 Returns 
 - (::Google::Cloud::Datastream::V1alpha1::ValidationMessage::Level) — Message severity level (warning or error).
 
#message
def message() -> ::String Returns 
 - (::String) — The result of the validation.
 
#message=
def message=(value) -> ::String Parameter 
 - value (::String) — The result of the validation.
 
 Returns 
 - (::String) — The result of the validation.
 
#metadata
def metadata() -> ::Google::Protobuf::Map{::String => ::String} Returns 
 - (::Google::Protobuf::Map{::String => ::String}) — Additional metadata related to the result.
 
#metadata=
def metadata=(value) -> ::Google::Protobuf::Map{::String => ::String} Parameter 
 - value (::Google::Protobuf::Map{::String => ::String}) — Additional metadata related to the result.
 
 Returns 
 - (::Google::Protobuf::Map{::String => ::String}) — Additional metadata related to the result.