Class: Google::Cloud::Datastream::V1::ValidationResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datastream/v1/datastream_resources.rb

Overview

Contains the current validation results.

Instance Attribute Summary collapse

Instance Attribute Details

#validations::Array<::Google::Cloud::Datastream::V1::Validation>

Returns A list of validations (includes both executed as well as not executed validations).

Returns:



1090
1091
1092
1093
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1090

class ValidationResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end