Class: Google::Cloud::Compute::V1::UrlMapValidationResult
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::UrlMapValidationResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Message representing the validation result for a UrlMap.
Instance Attribute Summary collapse
- #load_errors ⇒ ::Array<::String>
-
#load_succeeded ⇒ ::Boolean
Whether the given UrlMap can be successfully loaded.
- #test_failures ⇒ ::Array<::Google::Cloud::Compute::V1::TestFailure>
-
#test_passed ⇒ ::Boolean
If successfully loaded, this field indicates whether the test passed.
Instance Attribute Details
#load_errors ⇒ ::Array<::String>
35482 35483 35484 35485 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 35482 class UrlMapValidationResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#load_succeeded ⇒ ::Boolean
Returns Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons.
35482 35483 35484 35485 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 35482 class UrlMapValidationResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#test_failures ⇒ ::Array<::Google::Cloud::Compute::V1::TestFailure>
35482 35483 35484 35485 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 35482 class UrlMapValidationResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#test_passed ⇒ ::Boolean
Returns If successfully loaded, this field indicates whether the test passed. If false, 'testFailures's indicate the reason of failure.
35482 35483 35484 35485 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 35482 class UrlMapValidationResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |