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 beta-rev20220726-2.0.0)












com.google.api.services.compute.model

Class UrlRewrite

    • Constructor Detail

      • UrlRewrite

        public UrlRewrite()
    • Method Detail

      • getHostRewrite

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

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

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

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

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy