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

target.apidocs.com.google.api.services.compute.Compute.RegionUrlMaps.html Maven / Gradle / Ivy







Compute.RegionUrlMaps (Compute Engine API alpha-rev20200526-1.30.9)












com.google.api.services.compute

Class Compute.RegionUrlMaps

  • Enclosing class:
    Compute


    public class Compute.RegionUrlMaps
    extends Object
    The "regionUrlMaps" collection of methods.
    • Constructor Detail

      • RegionUrlMaps

        public RegionUrlMaps()
    • Method Detail

      • delete

        public Compute.RegionUrlMaps.Delete delete(String project,
                                                   String region,
                                                   String urlMap)
                                            throws IOException
        Deletes the specified UrlMap resource. Create a request for the method "regionUrlMaps.delete". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        region - Name of the region scoping this request.
        urlMap - Name of the UrlMap resource to delete.
        Returns:
        the request
        Throws:
        IOException
      • get

        public Compute.RegionUrlMaps.Get get(String project,
                                             String region,
                                             String urlMap)
                                      throws IOException
        Returns the specified UrlMap resource. Gets a list of available URL maps by making a list() request. Create a request for the method "regionUrlMaps.get". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        region - Name of the region scoping this request.
        urlMap - Name of the UrlMap resource to return.
        Returns:
        the request
        Throws:
        IOException
      • insert

        public Compute.RegionUrlMaps.Insert insert(String project,
                                                   String region,
                                                   UrlMap content)
                                            throws IOException
        Creates a UrlMap resource in the specified project using the data included in the request. Create a request for the method "regionUrlMaps.insert". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        region - Name of the region scoping this request.
        content - the UrlMap
        Returns:
        the request
        Throws:
        IOException
      • list

        public Compute.RegionUrlMaps.List list(String project,
                                               String region)
                                        throws IOException
        Retrieves the list of UrlMap resources available to the specified project in the specified region. Create a request for the method "regionUrlMaps.list". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        region - Name of the region scoping this request.
        Returns:
        the request
        Throws:
        IOException
      • patch

        public Compute.RegionUrlMaps.Patch patch(String project,
                                                 String region,
                                                 String urlMap,
                                                 UrlMap content)
                                          throws IOException
        Patches the specified UrlMap resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules. Create a request for the method "regionUrlMaps.patch". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        region - Name of the region scoping this request.
        urlMap - Name of the UrlMap resource to patch.
        content - the UrlMap
        Returns:
        the request
        Throws:
        IOException
      • update

        public Compute.RegionUrlMaps.Update update(String project,
                                                   String region,
                                                   String urlMap,
                                                   UrlMap content)
                                            throws IOException
        Updates the specified UrlMap resource with the data included in the request. Create a request for the method "regionUrlMaps.update". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        region - Name of the region scoping this request.
        urlMap - Name of the UrlMap resource to update.
        content - the UrlMap
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy