All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.model.UrlMapValidationResult.html Maven / Gradle / Ivy







UrlMapValidationResult (Compute Engine API v1-rev20200104-1.30.8)












com.google.api.services.compute.model

Class UrlMapValidationResult

    • Constructor Detail

      • UrlMapValidationResult

        public UrlMapValidationResult()
    • Method Detail

      • getLoadErrors

        public List<String> getLoadErrors()
        Returns:
        value or null for none
      • getLoadSucceeded

        public Boolean getLoadSucceeded()
        Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons.
        Returns:
        value or null for none
      • setLoadSucceeded

        public UrlMapValidationResult setLoadSucceeded(Boolean loadSucceeded)
        Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons.
        Parameters:
        loadSucceeded - loadSucceeded or null for none
      • getTestFailures

        public List<TestFailure> getTestFailures()
        Returns:
        value or null for none
      • getTestPassed

        public Boolean getTestPassed()
        If successfully loaded, this field indicates whether the test passed. If false, 'testFailures's indicate the reason of failure.
        Returns:
        value or null for none
      • setTestPassed

        public UrlMapValidationResult setTestPassed(Boolean testPassed)
        If successfully loaded, this field indicates whether the test passed. If false, 'testFailures's indicate the reason of failure.
        Parameters:
        testPassed - testPassed or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy