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.
707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 707 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.
707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 707 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.
707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 707 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.
707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 707 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 |