public class Appengine.Apps.DomainMappings
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Appengine.Apps.DomainMappings.Create |
class |
Appengine.Apps.DomainMappings.Delete |
class |
Appengine.Apps.DomainMappings.Get |
class |
Appengine.Apps.DomainMappings.List |
class |
Appengine.Apps.DomainMappings.Patch |
Constructor and Description |
---|
DomainMappings() |
Modifier and Type | Method and Description |
---|---|
Appengine.Apps.DomainMappings.Create |
create(java.lang.String appsId,
DomainMapping content)
Maps a domain to an application.
|
Appengine.Apps.DomainMappings.Delete |
delete(java.lang.String appsId,
java.lang.String domainMappingsId)
Deletes the specified domain mapping.
|
Appengine.Apps.DomainMappings.Get |
get(java.lang.String appsId,
java.lang.String domainMappingsId)
Gets the specified domain mapping.
|
Appengine.Apps.DomainMappings.List |
list(java.lang.String appsId)
Lists the domain mappings on an application.
|
Appengine.Apps.DomainMappings.Patch |
patch(java.lang.String appsId,
java.lang.String domainMappingsId,
DomainMapping content)
Updates the specified domain mapping.
|
public Appengine.Apps.DomainMappings.Create create(java.lang.String appsId, DomainMapping content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.appsId
- Part of `parent`. Name of the parent Application resource. Example: apps/myapp.content
- the DomainMapping
java.io.IOException
public Appengine.Apps.DomainMappings.Delete delete(java.lang.String appsId, java.lang.String domainMappingsId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.appsId
- Part of `name`. Name of the resource to delete. Example: apps/myapp/domainMappings/example.com.domainMappingsId
- Part of `name`. See documentation of `appsId`.java.io.IOException
public Appengine.Apps.DomainMappings.Get get(java.lang.String appsId, java.lang.String domainMappingsId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.appsId
- Part of `name`. Name of the resource requested. Example: apps/myapp/domainMappings/example.com.domainMappingsId
- Part of `name`. See documentation of `appsId`.java.io.IOException
public Appengine.Apps.DomainMappings.List list(java.lang.String appsId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.appsId
- Part of `parent`. Name of the parent Application resource. Example: apps/myapp.java.io.IOException
public Appengine.Apps.DomainMappings.Patch patch(java.lang.String appsId, java.lang.String domainMappingsId, DomainMapping content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.appsId
- Part of `name`. Name of the resource to update. Example: apps/myapp/domainMappings/example.com.domainMappingsId
- Part of `name`. See documentation of `appsId`.content
- the DomainMapping
java.io.IOException