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

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

There is a newer version: v1-rev20240903-2.0.0
Show newest version






TestFailure (Compute Engine API v1-rev20240919-2.0.0)












com.google.api.services.compute.model

Class TestFailure

    • Constructor Detail

      • TestFailure

        public TestFailure()
    • Method Detail

      • getActualOutputUrl

        public String getActualOutputUrl()
        The actual output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
        Returns:
        value or null for none
      • setActualOutputUrl

        public TestFailure setActualOutputUrl(String actualOutputUrl)
        The actual output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
        Parameters:
        actualOutputUrl - actualOutputUrl or null for none
      • getActualRedirectResponseCode

        public Integer getActualRedirectResponseCode()
        Actual HTTP status code for rule with `urlRedirect` calculated by load balancer
        Returns:
        value or null for none
      • setActualRedirectResponseCode

        public TestFailure setActualRedirectResponseCode(Integer actualRedirectResponseCode)
        Actual HTTP status code for rule with `urlRedirect` calculated by load balancer
        Parameters:
        actualRedirectResponseCode - actualRedirectResponseCode or null for none
      • getActualService

        public String getActualService()
        BackendService or BackendBucket returned by load balancer.
        Returns:
        value or null for none
      • setActualService

        public TestFailure setActualService(String actualService)
        BackendService or BackendBucket returned by load balancer.
        Parameters:
        actualService - actualService or null for none
      • getExpectedOutputUrl

        public String getExpectedOutputUrl()
        The expected output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
        Returns:
        value or null for none
      • setExpectedOutputUrl

        public TestFailure setExpectedOutputUrl(String expectedOutputUrl)
        The expected output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
        Parameters:
        expectedOutputUrl - expectedOutputUrl or null for none
      • getExpectedRedirectResponseCode

        public Integer getExpectedRedirectResponseCode()
        Expected HTTP status code for rule with `urlRedirect` calculated by load balancer
        Returns:
        value or null for none
      • setExpectedRedirectResponseCode

        public TestFailure setExpectedRedirectResponseCode(Integer expectedRedirectResponseCode)
        Expected HTTP status code for rule with `urlRedirect` calculated by load balancer
        Parameters:
        expectedRedirectResponseCode - expectedRedirectResponseCode or null for none
      • getExpectedService

        public String getExpectedService()
        Expected BackendService or BackendBucket resource the given URL should be mapped to.
        Returns:
        value or null for none
      • setExpectedService

        public TestFailure setExpectedService(String expectedService)
        Expected BackendService or BackendBucket resource the given URL should be mapped to.
        Parameters:
        expectedService - expectedService or null for none
      • getHeaders

        public List<UrlMapTestHeader> getHeaders()
        HTTP headers of the request.
        Returns:
        value or null for none
      • getHost

        public String getHost()
        Host portion of the URL.
        Returns:
        value or null for none
      • setHost

        public TestFailure setHost(String host)
        Host portion of the URL.
        Parameters:
        host - host or null for none
      • getPath

        public String getPath()
        Path portion including query parameters in the URL.
        Returns:
        value or null for none
      • setPath

        public TestFailure setPath(String path)
        Path portion including query parameters in the URL.
        Parameters:
        path - path or null for none
      • set

        public TestFailure set(String fieldName,
                               Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public TestFailure clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy