Datastream V1 API - Class Google::Cloud::Datastream::V1::Validation (v0.1.0)

Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::Validation.

A validation to perform on a stream.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#code

def code() -> ::String
Returns
  • (::String) — A custom code identifying this validation.

#code=

def code=(value) -> ::String
Parameter
  • value (::String) — A custom code identifying this validation.
Returns
  • (::String) — A custom code identifying this validation.

#description

def description() -> ::String
Returns
  • (::String) — A short description of the validation.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — A short description of the validation.
Returns
  • (::String) — A short description of the validation.

#message

def message() -> ::Array<::Google::Cloud::Datastream::V1::ValidationMessage>
Returns

#message=

def message=(value) -> ::Array<::Google::Cloud::Datastream::V1::ValidationMessage>
Parameter
Returns

#state

def state() -> ::Google::Cloud::Datastream::V1::Validation::State
Returns

#state=

def state=(value) -> ::Google::Cloud::Datastream::V1::Validation::State
Parameter
Returns