Class: Google::Cloud::Datastream::V1alpha1::Validation
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1alpha1::Validation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb
Defined Under Namespace
Modules: Status
Instance Attribute Summary collapse
-
#code ⇒ ::String
A custom code identifying this validation.
-
#description ⇒ ::String
A short description of the validation.
-
#message ⇒ ::Array<::Google::Cloud::Datastream::V1alpha1::ValidationMessage>
Messages reflecting the validation results.
-
#status ⇒ ::Google::Cloud::Datastream::V1alpha1::Validation::Status
Validation execution status.
Instance Attribute Details
#code ⇒ ::String
Returns A custom code identifying this validation.
741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 741 class Validation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Validation execution status. module Status # Unspecified status. STATUS_UNSPECIFIED = 0 # Validation did not execute. NOT_EXECUTED = 1 # Validation failed. FAILED = 2 # Validation passed. PASSED = 3 end end |
#description ⇒ ::String
Returns A short description of the validation.
741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 741 class Validation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Validation execution status. module Status # Unspecified status. STATUS_UNSPECIFIED = 0 # Validation did not execute. NOT_EXECUTED = 1 # Validation failed. FAILED = 2 # Validation passed. PASSED = 3 end end |
#message ⇒ ::Array<::Google::Cloud::Datastream::V1alpha1::ValidationMessage>
Returns Messages reflecting the validation results.
741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 741 class Validation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Validation execution status. module Status # Unspecified status. STATUS_UNSPECIFIED = 0 # Validation did not execute. NOT_EXECUTED = 1 # Validation failed. FAILED = 2 # Validation passed. PASSED = 3 end end |
#status ⇒ ::Google::Cloud::Datastream::V1alpha1::Validation::Status
Returns Validation execution status.
741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 741 class Validation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Validation execution status. module Status # Unspecified status. STATUS_UNSPECIFIED = 0 # Validation did not execute. NOT_EXECUTED = 1 # Validation failed. FAILED = 2 # Validation passed. PASSED = 3 end end |