public class Appengine.Apps
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Appengine.Apps.AuthorizedCertificates
The "authorizedCertificates" collection of methods.
|
class |
Appengine.Apps.AuthorizedDomains
The "authorizedDomains" collection of methods.
|
class |
Appengine.Apps.Create |
class |
Appengine.Apps.DomainMappings
The "domainMappings" collection of methods.
|
class |
Appengine.Apps.Firewall
The "firewall" collection of methods.
|
class |
Appengine.Apps.Get |
class |
Appengine.Apps.Locations
The "locations" collection of methods.
|
class |
Appengine.Apps.Operations
The "operations" collection of methods.
|
class |
Appengine.Apps.Patch |
class |
Appengine.Apps.Repair |
class |
Appengine.Apps.Services
The "services" collection of methods.
|
Constructor and Description |
---|
Apps() |
Modifier and Type | Method and Description |
---|---|
Appengine.Apps.AuthorizedCertificates |
authorizedCertificates()
An accessor for creating requests from the AuthorizedCertificates collection.
|
Appengine.Apps.AuthorizedDomains |
authorizedDomains()
An accessor for creating requests from the AuthorizedDomains collection.
|
Appengine.Apps.Create |
create(Application content)
Creates an App Engine application for a Google Cloud Platform project.
|
Appengine.Apps.DomainMappings |
domainMappings()
An accessor for creating requests from the DomainMappings collection.
|
Appengine.Apps.Firewall |
firewall()
An accessor for creating requests from the Firewall collection.
|
Appengine.Apps.Get |
get(java.lang.String appsId)
Gets information about an application.
|
Appengine.Apps.Locations |
locations()
An accessor for creating requests from the Locations collection.
|
Appengine.Apps.Operations |
operations()
An accessor for creating requests from the Operations collection.
|
Appengine.Apps.Patch |
patch(java.lang.String appsId,
Application content)
Updates the specified Application resource.
|
Appengine.Apps.Repair |
repair(java.lang.String appsId,
RepairApplicationRequest content)
Recreates the required App Engine features for the specified App Engine application, for example
a Cloud Storage bucket or App Engine service account.
|
Appengine.Apps.Services |
services()
An accessor for creating requests from the Services collection.
|
public Appengine.Apps.Create create(Application content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the Application
java.io.IOException
public Appengine.Apps.Get get(java.lang.String appsId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.appsId
- Part of `name`. Name of the Application resource to get. Example: apps/myapp.java.io.IOException
public Appengine.Apps.Patch patch(java.lang.String appsId, Application content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.appsId
- Part of `name`. Name of the Application resource to update. Example: apps/myapp.content
- the Application
java.io.IOException
public Appengine.Apps.Repair repair(java.lang.String appsId, RepairApplicationRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.appsId
- Part of `name`. Name of the application to repair. Example: apps/myappcontent
- the RepairApplicationRequest
java.io.IOException
public Appengine.Apps.AuthorizedCertificates authorizedCertificates()
The typical use is:
Appengine appengine = new Appengine(...);
Appengine.AuthorizedCertificates.List request = appengine.authorizedCertificates().list(parameters ...)
public Appengine.Apps.AuthorizedDomains authorizedDomains()
The typical use is:
Appengine appengine = new Appengine(...);
Appengine.AuthorizedDomains.List request = appengine.authorizedDomains().list(parameters ...)
public Appengine.Apps.DomainMappings domainMappings()
The typical use is:
Appengine appengine = new Appengine(...);
Appengine.DomainMappings.List request = appengine.domainMappings().list(parameters ...)
public Appengine.Apps.Firewall firewall()
The typical use is:
Appengine appengine = new Appengine(...);
Appengine.Firewall.List request = appengine.firewall().list(parameters ...)
public Appengine.Apps.Locations locations()
The typical use is:
Appengine appengine = new Appengine(...);
Appengine.Locations.List request = appengine.locations().list(parameters ...)
public Appengine.Apps.Operations operations()
The typical use is:
Appengine appengine = new Appengine(...);
Appengine.Operations.List request = appengine.operations().list(parameters ...)
public Appengine.Apps.Services services()
The typical use is:
Appengine appengine = new Appengine(...);
Appengine.Services.List request = appengine.services().list(parameters ...)