target.apidocs.com.google.api.services.appengine.v1.Appengine.Apps.html Maven / Gradle / Ivy
Appengine.Apps (App Engine Admin API v1-rev20240722-2.0.0)
com.google.api.services.appengine.v1
Class Appengine.Apps
- java.lang.Object
-
- com.google.api.services.appengine.v1.Appengine.Apps
-
-
Nested Class Summary
Nested Classes
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.ListRuntimes
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 Summary
Constructors
Constructor and Description
Apps()
-
Method Summary
All Methods Instance Methods Concrete Methods
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(String appsId)
Gets information about an application.
Appengine.Apps.ListRuntimes
listRuntimes(String appsId)
Lists all the available runtimes for the 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(String appsId,
Application content)
Updates the specified Application resource.
Appengine.Apps.Repair
repair(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.
-
-
Method Detail
-
create
public Appengine.Apps.Create create(Application content)
throws IOException
Creates an App Engine application for a Google Cloud Platform project. Required fields: id - The
ID of the target Cloud Platform project. location - The region
(https://cloud.google.com/appengine/docs/locations) where you want the App Engine application
located.For more information about App Engine applications, see Managing Projects, Applications,
and Billing (https://cloud.google.com/appengine/docs/standard/python/console/).
Create a request for the method "apps.create".
This request holds the parameters needed by the appengine server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
content
- the Application
- Returns:
- the request
- Throws:
IOException
-
get
public Appengine.Apps.Get get(String appsId)
throws IOException
Gets information about an application.
Create a request for the method "apps.get".
This request holds the parameters needed by the appengine server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
appsId
- Part of `name`. Name of the Application resource to get. Example: apps/myapp.
- Returns:
- the request
- Throws:
IOException
-
listRuntimes
public Appengine.Apps.ListRuntimes listRuntimes(String appsId)
throws IOException
Lists all the available runtimes for the application.
Create a request for the method "apps.listRuntimes".
This request holds the parameters needed by the appengine server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
appsId
- Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp.
- Returns:
- the request
- Throws:
IOException
-
patch
public Appengine.Apps.Patch patch(String appsId,
Application content)
throws IOException
Updates the specified Application resource. You can update the following fields: auth_domain -
Google authentication domain for controlling user access to the application.
default_cookie_expiration - Cookie expiration policy for the application. iap - Identity-Aware
Proxy properties for the application.
Create a request for the method "apps.patch".
This request holds the parameters needed by the appengine server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
appsId
- Part of `name`. Name of the Application resource to update. Example: apps/myapp.
content
- the Application
- Returns:
- the request
- Throws:
IOException
-
repair
public Appengine.Apps.Repair repair(String appsId,
RepairApplicationRequest content)
throws IOException
Recreates the required App Engine features for the specified App Engine application, for example
a Cloud Storage bucket or App Engine service account. Use this method if you receive an error
message about a missing feature, for example, Error retrieving the App Engine service account. If
you have deleted your App Engine service account, this will not be able to recreate it. Instead,
you should attempt to use the IAM undelete API if possible at https://cloud.google.com/iam/refere
nce/rest/v1/projects.serviceAccounts/undelete?apix_params=%7B"name"%3A"projects%2F-%2FserviceAcco
unts%2Funique_id"%2C"resource"%3A%7B%7D%7D . If the deletion was recent, the numeric ID can be
found in the Cloud Console Activity Log.
Create a request for the method "apps.repair".
This request holds the parameters needed by the appengine server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
appsId
- Part of `name`. Name of the application to repair. Example: apps/myapp
content
- the RepairApplicationRequest
- Returns:
- the request
- Throws:
IOException
-
authorizedCertificates
public Appengine.Apps.AuthorizedCertificates authorizedCertificates()
An accessor for creating requests from the AuthorizedCertificates collection.
The typical use is:
Appengine appengine = new Appengine(...);
Appengine.AuthorizedCertificates.List request = appengine.authorizedCertificates().list(parameters ...)
- Returns:
- the resource collection
-
authorizedDomains
public Appengine.Apps.AuthorizedDomains authorizedDomains()
An accessor for creating requests from the AuthorizedDomains collection.
The typical use is:
Appengine appengine = new Appengine(...);
Appengine.AuthorizedDomains.List request = appengine.authorizedDomains().list(parameters ...)
- Returns:
- the resource collection
-
domainMappings
public Appengine.Apps.DomainMappings domainMappings()
An accessor for creating requests from the DomainMappings collection.
The typical use is:
Appengine appengine = new Appengine(...);
Appengine.DomainMappings.List request = appengine.domainMappings().list(parameters ...)
- Returns:
- the resource collection
-
firewall
public Appengine.Apps.Firewall firewall()
An accessor for creating requests from the Firewall collection.
The typical use is:
Appengine appengine = new Appengine(...);
Appengine.Firewall.List request = appengine.firewall().list(parameters ...)
- Returns:
- the resource collection
-
locations
public Appengine.Apps.Locations locations()
An accessor for creating requests from the Locations collection.
The typical use is:
Appengine appengine = new Appengine(...);
Appengine.Locations.List request = appengine.locations().list(parameters ...)
- Returns:
- the resource collection
-
operations
public Appengine.Apps.Operations operations()
An accessor for creating requests from the Operations collection.
The typical use is:
Appengine appengine = new Appengine(...);
Appengine.Operations.List request = appengine.operations().list(parameters ...)
- Returns:
- the resource collection
-
services
public Appengine.Apps.Services services()
An accessor for creating requests from the Services collection.
The typical use is:
Appengine appengine = new Appengine(...);
Appengine.Services.List request = appengine.services().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.