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

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







UrlRewrite (Compute Engine API alpha-rev20200526-1.30.9)












com.google.api.services.compute.model

Class UrlRewrite

    • Constructor Detail

      • UrlRewrite

        public UrlRewrite()
    • Method Detail

      • getHostRewrite

        public String getHostRewrite()
        Prior to forwarding the request to the selected service, the request's host header is replaced with contents of hostRewrite. The value must be between 1 and 255 characters.
        Returns:
        value or null for none
      • setHostRewrite

        public UrlRewrite setHostRewrite(String hostRewrite)
        Prior to forwarding the request to the selected service, the request's host header is replaced with contents of hostRewrite. The value must be between 1 and 255 characters.
        Parameters:
        hostRewrite - hostRewrite or null for none
      • getPathPrefixRewrite

        public String getPathPrefixRewrite()
        Prior to forwarding the request to the selected backend service, the matching portion of the request's path is replaced by pathPrefixRewrite. The value must be between 1 and 1024 characters.
        Returns:
        value or null for none
      • setPathPrefixRewrite

        public UrlRewrite setPathPrefixRewrite(String pathPrefixRewrite)
        Prior to forwarding the request to the selected backend service, the matching portion of the request's path is replaced by pathPrefixRewrite. The value must be between 1 and 1024 characters.
        Parameters:
        pathPrefixRewrite - pathPrefixRewrite or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy