
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
- java.lang.Object
-
- com.google.api.services.compute.Compute.RegionUrlMaps
-
-
Nested Class Summary
Nested Classes
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 Summary
Constructors
Constructor and Description
RegionUrlMaps()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
-
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
-
invalidateCache
public Compute.RegionUrlMaps.InvalidateCache invalidateCache(String project,
String region,
String urlMap,
CacheInvalidationRule content)
throws IOException
Initiates a cache invalidation operation, invalidating the specified path, scoped to the
specified UrlMap.
Create a request for the method "regionUrlMaps.invalidateCache".
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 scoping this request.
content
- the CacheInvalidationRule
- 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
-
testIamPermissions
public Compute.RegionUrlMaps.TestIamPermissions testIamPermissions(String project,
String region,
String resource,
TestPermissionsRequest content)
throws IOException
Returns permissions that a caller has on the specified resource.
Create a request for the method "regionUrlMaps.testIamPermissions".
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
- The name of the region for this request.
resource
- Name or id of the resource for this request.
content
- the TestPermissionsRequest
- 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
-
validate
public Compute.RegionUrlMaps.Validate validate(String project,
String region,
String urlMap,
RegionUrlMapsValidateRequest content)
throws IOException
Runs static validation for the UrlMap. In particular, the tests of the provided UrlMap will be
run. Calling this method does NOT create the UrlMap.
Create a request for the method "regionUrlMaps.validate".
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 be validated as.
content
- the RegionUrlMapsValidateRequest
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2020 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy