target.apidocs.com.google.api.services.appengine.v1.Appengine.Projects.Locations.Applications.html Maven / Gradle / Ivy
Appengine.Projects.Locations.Applications (App Engine Admin API v1-rev20241205-2.0.0)
com.google.api.services.appengine.v1
Class Appengine.Projects.Locations.Applications
- java.lang.Object
-
- com.google.api.services.appengine.v1.Appengine.Projects.Locations.Applications
-
- Enclosing class:
- Appengine.Projects.Locations
public class Appengine.Projects.Locations.Applications
extends Object
The "applications" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Appengine.Projects.Locations.Applications.AuthorizedDomains
The "authorizedDomains" collection of methods.
class
Appengine.Projects.Locations.Applications.Services
The "services" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Applications()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Appengine.Projects.Locations.Applications.AuthorizedDomains
authorizedDomains()
An accessor for creating requests from the AuthorizedDomains collection.
Appengine.Projects.Locations.Applications.Services
services()
An accessor for creating requests from the Services collection.
-
-
Method Detail
-
authorizedDomains
public Appengine.Projects.Locations.Applications.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
-
services
public Appengine.Projects.Locations.Applications.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.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy