public class Compute.UrlMaps
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Compute.UrlMaps.Delete |
class |
Compute.UrlMaps.Get |
class |
Compute.UrlMaps.Insert |
class |
Compute.UrlMaps.List |
class |
Compute.UrlMaps.Patch |
class |
Compute.UrlMaps.Update |
class |
Compute.UrlMaps.Validate |
Constructor and Description |
---|
Compute.UrlMaps() |
Modifier and Type | Method and Description |
---|---|
Compute.UrlMaps.Delete |
delete(java.lang.String project,
java.lang.String urlMap)
Deletes the specified UrlMap resource.
|
Compute.UrlMaps.Get |
get(java.lang.String project,
java.lang.String urlMap)
Returns the specified UrlMap resource.
|
Compute.UrlMaps.Insert |
insert(java.lang.String project,
UrlMap content)
Creates a UrlMap resource in the specified project using the data included in the request.
|
Compute.UrlMaps.List |
list(java.lang.String project)
Retrieves the list of UrlMap resources available to the specified project.
|
Compute.UrlMaps.Patch |
patch(java.lang.String project,
java.lang.String urlMap,
UrlMap content)
Update the entire content of the UrlMap resource.
|
Compute.UrlMaps.Update |
update(java.lang.String project,
java.lang.String urlMap,
UrlMap content)
Update the entire content of the UrlMap resource.
|
Compute.UrlMaps.Validate |
validate(java.lang.String project,
java.lang.String urlMap,
UrlMapsValidateRequest content)
Run static validation for the UrlMap.
|
public Compute.UrlMaps.Delete delete(java.lang.String project, java.lang.String urlMap) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.urlMap
- Name of the UrlMap resource to delete.java.io.IOException
public Compute.UrlMaps.Get get(java.lang.String project, java.lang.String urlMap) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.urlMap
- Name of the UrlMap resource to return.java.io.IOException
public Compute.UrlMaps.Insert insert(java.lang.String project, UrlMap content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.content
- the UrlMap
java.io.IOException
public Compute.UrlMaps.List list(java.lang.String project) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.java.io.IOException
public Compute.UrlMaps.Patch patch(java.lang.String project, java.lang.String urlMap, UrlMap content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.urlMap
- Name of the UrlMap resource to update.content
- the UrlMap
java.io.IOException
public Compute.UrlMaps.Update update(java.lang.String project, java.lang.String urlMap, UrlMap content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.urlMap
- Name of the UrlMap resource to update.content
- the UrlMap
java.io.IOException
public Compute.UrlMaps.Validate validate(java.lang.String project, java.lang.String urlMap, UrlMapsValidateRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.urlMap
- Name of the UrlMap resource to be validated as.content
- the UrlMapsValidateRequest
java.io.IOException