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