Class: Google::Cloud::Datastream::V1::ValidationResult
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::ValidationResult
- 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
-
#validations ⇒ ::Array<::Google::Cloud::Datastream::V1::Validation>
A list of validations (includes both executed as well as not executed validations).
Instance Attribute Details
#validations ⇒ ::Array<::Google::Cloud::Datastream::V1::Validation>
Returns A list of validations (includes both executed as well as not executed validations).
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 |