Class Google::Cloud::Compute::V1::UrlMapValidationResult (v0.5.0)

Message representing the validation result for a UrlMap.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#load_errors

def load_errors() -> ::Array<::String>
Returns
  • (::Array<::String>)

#load_errors=

def load_errors=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>)
Returns
  • (::Array<::String>)

#load_succeeded

def load_succeeded() -> ::Boolean
Returns
  • (::Boolean) — Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons.

#load_succeeded=

def load_succeeded=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons.
Returns
  • (::Boolean) — Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons.

#test_failures

def test_failures() -> ::Array<::Google::Cloud::Compute::V1::TestFailure>

#test_failures=

def test_failures=(value) -> ::Array<::Google::Cloud::Compute::V1::TestFailure>
Parameter

#test_passed

def test_passed() -> ::Boolean
Returns
  • (::Boolean) — If successfully loaded, this field indicates whether the test passed. If false, 'testFailures's indicate the reason of failure.

#test_passed=

def test_passed=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If successfully loaded, this field indicates whether the test passed. If false, 'testFailures's indicate the reason of failure.
Returns
  • (::Boolean) — If successfully loaded, this field indicates whether the test passed. If false, 'testFailures's indicate the reason of failure.