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

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






UrlRewrite (Compute Engine API v1-rev20240919-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
      • getPathTemplateRewrite

        public String getPathTemplateRewrite()
        If specified, the pattern rewrites the URL path (based on the :path header) using the HTTP template syntax. A corresponding path_template_match must be specified. Any template variables must exist in the path_template_match field. - -At least one variable must be specified in the path_template_match field - You can omit variables from the rewritten URL - The * and ** operators cannot be matched unless they have a corresponding variable name - e.g. {format=*} or {var=**}. For example, a path_template_match of /static/{format=**} could be rewritten as /static/content/{format} to prefix /content to the URL. Variables can also be re-ordered in a rewrite, so that /{country}/{format}/{suffix=**} can be rewritten as /content/{format}/{country}/{suffix}. At least one non-empty routeRules[].matchRules[].path_template_match is required. Only one of path_prefix_rewrite or path_template_rewrite may be specified.
        Returns:
        value or null for none
      • setPathTemplateRewrite

        public UrlRewrite setPathTemplateRewrite(String pathTemplateRewrite)
        If specified, the pattern rewrites the URL path (based on the :path header) using the HTTP template syntax. A corresponding path_template_match must be specified. Any template variables must exist in the path_template_match field. - -At least one variable must be specified in the path_template_match field - You can omit variables from the rewritten URL - The * and ** operators cannot be matched unless they have a corresponding variable name - e.g. {format=*} or {var=**}. For example, a path_template_match of /static/{format=**} could be rewritten as /static/content/{format} to prefix /content to the URL. Variables can also be re-ordered in a rewrite, so that /{country}/{format}/{suffix=**} can be rewritten as /content/{format}/{country}/{suffix}. At least one non-empty routeRules[].matchRules[].path_template_match is required. Only one of path_prefix_rewrite or path_template_rewrite may be specified.
        Parameters:
        pathTemplateRewrite - pathTemplateRewrite or null for none
      • set

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

        public UrlRewrite 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