Datastream V1 API - Class Google::Cloud::Datastream::V1::ValidationMessage (v0.3.0)

Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::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::V1::ValidationMessage::Level
Returns

#level=

def level=(value) -> ::Google::Cloud::Datastream::V1::ValidationMessage::Level
Parameter
Returns

#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.