| Modifier and Type | Class and Description | 
|---|---|
| class  | Compute.RegionUrlMaps.Delete | 
| class  | Compute.RegionUrlMaps.Get | 
| class  | Compute.RegionUrlMaps.Insert | 
| class  | Compute.RegionUrlMaps.InvalidateCache | 
| class  | Compute.RegionUrlMaps.List | 
| class  | Compute.RegionUrlMaps.Patch | 
| class  | Compute.RegionUrlMaps.TestIamPermissions | 
| class  | Compute.RegionUrlMaps.Update | 
| class  | Compute.RegionUrlMaps.Validate | 
| Constructor and Description | 
|---|
| RegionUrlMaps() | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.RegionUrlMaps.Delete | delete(String project,
      String region,
      String urlMap)Deletes the specified UrlMap resource. | 
| Compute.RegionUrlMaps.Get | get(String project,
   String region,
   String urlMap)Returns the specified UrlMap resource. | 
| Compute.RegionUrlMaps.Insert | insert(String project,
      String region,
      UrlMap content)Creates a UrlMap resource in the specified project using the data included in the request. | 
| Compute.RegionUrlMaps.InvalidateCache | invalidateCache(String project,
               String region,
               String urlMap,
               CacheInvalidationRule content)Initiates a cache invalidation operation, invalidating the specified path, scoped to the
 specified UrlMap. | 
| Compute.RegionUrlMaps.List | list(String project,
    String region)Retrieves the list of UrlMap resources available to the specified project in the specified
 region. | 
| Compute.RegionUrlMaps.Patch | patch(String project,
     String region,
     String urlMap,
     UrlMap content)Patches the specified UrlMap resource with the data included in the request. | 
| Compute.RegionUrlMaps.TestIamPermissions | testIamPermissions(String project,
                  String region,
                  String resource,
                  TestPermissionsRequest content)Returns permissions that a caller has on the specified resource. | 
| Compute.RegionUrlMaps.Update | update(String project,
      String region,
      String urlMap,
      UrlMap content)Updates the specified UrlMap resource with the data included in the request. | 
| Compute.RegionUrlMaps.Validate | validate(String project,
        String region,
        String urlMap,
        RegionUrlMapsValidateRequest content)Runs static validation for the UrlMap. | 
public Compute.RegionUrlMaps.Delete delete(String project, String region, String urlMap) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.urlMap - Name of the UrlMap resource to delete.IOExceptionpublic Compute.RegionUrlMaps.Get get(String project, String region, String urlMap) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.urlMap - Name of the UrlMap resource to return.IOExceptionpublic Compute.RegionUrlMaps.Insert insert(String project, String region, UrlMap content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.content - the UrlMapIOExceptionpublic Compute.RegionUrlMaps.InvalidateCache invalidateCache(String project, String region, String urlMap, CacheInvalidationRule content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.urlMap - Name of the UrlMap scoping this request.content - the CacheInvalidationRuleIOExceptionpublic Compute.RegionUrlMaps.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.IOExceptionpublic Compute.RegionUrlMaps.Patch patch(String project, String region, String urlMap, UrlMap content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.urlMap - Name of the UrlMap resource to patch.content - the UrlMapIOExceptionpublic Compute.RegionUrlMaps.TestIamPermissions testIamPermissions(String project, String region, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionpublic Compute.RegionUrlMaps.Update update(String project, String region, String urlMap, UrlMap content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.urlMap - Name of the UrlMap resource to update.content - the UrlMapIOExceptionpublic Compute.RegionUrlMaps.Validate validate(String project, String region, String urlMap, RegionUrlMapsValidateRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.urlMap - Name of the UrlMap resource to be validated as.content - the RegionUrlMapsValidateRequestIOExceptionCopyright © 2011–2022 Google. All rights reserved.