public class Appengine.Apps.Services.Versions
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Appengine.Apps.Services.Versions.Create |
class |
Appengine.Apps.Services.Versions.Delete |
class |
Appengine.Apps.Services.Versions.Get |
class |
Appengine.Apps.Services.Versions.Instances
The "instances" collection of methods.
|
class |
Appengine.Apps.Services.Versions.List |
class |
Appengine.Apps.Services.Versions.Patch |
| Constructor and Description |
|---|
Versions() |
| Modifier and Type | Method and Description |
|---|---|
Appengine.Apps.Services.Versions.Create |
create(java.lang.String appsId,
java.lang.String servicesId,
Version content)
Deploys code and resource files to a new version.
|
Appengine.Apps.Services.Versions.Delete |
delete(java.lang.String appsId,
java.lang.String servicesId,
java.lang.String versionsId)
Deletes an existing Version resource.
|
Appengine.Apps.Services.Versions.Get |
get(java.lang.String appsId,
java.lang.String servicesId,
java.lang.String versionsId)
Gets the specified Version resource.
|
Appengine.Apps.Services.Versions.Instances |
instances()
An accessor for creating requests from the Instances collection.
|
Appengine.Apps.Services.Versions.List |
list(java.lang.String appsId,
java.lang.String servicesId)
Lists the versions of a service.
|
Appengine.Apps.Services.Versions.Patch |
patch(java.lang.String appsId,
java.lang.String servicesId,
java.lang.String versionsId,
Version content)
Updates the specified Version resource.
|
public Appengine.Apps.Services.Versions.Create create(java.lang.String appsId, java.lang.String servicesId, Version content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.appsId - Part of `parent`. Name of the parent resource to create this version under. Example:
apps/myapp/services/default.servicesId - Part of `parent`. See documentation of `appsId`.content - the Versionjava.io.IOExceptionpublic Appengine.Apps.Services.Versions.Delete delete(java.lang.String appsId, java.lang.String servicesId, java.lang.String versionsId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.appsId - Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1.servicesId - Part of `name`. See documentation of `appsId`.versionsId - Part of `name`. See documentation of `appsId`.java.io.IOExceptionpublic Appengine.Apps.Services.Versions.Get get(java.lang.String appsId, java.lang.String servicesId, java.lang.String versionsId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.appsId - Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1.servicesId - Part of `name`. See documentation of `appsId`.versionsId - Part of `name`. See documentation of `appsId`.java.io.IOExceptionpublic Appengine.Apps.Services.Versions.List list(java.lang.String appsId, java.lang.String servicesId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.appsId - Part of `parent`. Name of the parent Service resource. Example: apps/myapp/services/default.servicesId - Part of `parent`. See documentation of `appsId`.java.io.IOExceptionpublic Appengine.Apps.Services.Versions.Patch patch(java.lang.String appsId, java.lang.String servicesId, java.lang.String versionsId, Version 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/services/default/versions/1.servicesId - Part of `name`. See documentation of `appsId`.versionsId - Part of `name`. See documentation of `appsId`.content - the Versionjava.io.IOExceptionpublic Appengine.Apps.Services.Versions.Instances instances()
The typical use is:
Appengine appengine = new Appengine(...);Appengine.Instances.List request = appengine.instances().list(parameters ...)