Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::ValidationResult.
Contains the current validation results.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#validations
def validations() -> ::Array<::Google::Cloud::Datastream::V1::Validation>
Returns
- (::Array<::Google::Cloud::Datastream::V1::Validation>) — A list of validations (includes both executed as well as not executed validations).
#validations=
def validations=(value) -> ::Array<::Google::Cloud::Datastream::V1::Validation>
Parameter
- value (::Array<::Google::Cloud::Datastream::V1::Validation>) — A list of validations (includes both executed as well as not executed validations).
Returns
- (::Array<::Google::Cloud::Datastream::V1::Validation>) — A list of validations (includes both executed as well as not executed validations).