target.apidocs.com.google.api.services.appengine.v1.Appengine.Apps.Services.html Maven / Gradle / Ivy
Appengine.Apps.Services (App Engine Admin API v1-rev20240722-2.0.0)
com.google.api.services.appengine.v1
Class Appengine.Apps.Services
- java.lang.Object
-
- com.google.api.services.appengine.v1.Appengine.Apps.Services
-
- Enclosing class:
- Appengine.Apps
public class Appengine.Apps.Services
extends Object
The "services" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Appengine.Apps.Services.Delete
class
Appengine.Apps.Services.Get
class
Appengine.Apps.Services.List
class
Appengine.Apps.Services.Patch
class
Appengine.Apps.Services.Versions
The "versions" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Services()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Appengine.Apps.Services.Delete
delete(String appsId,
String servicesId)
Deletes the specified service and all enclosed versions.
Appengine.Apps.Services.Get
get(String appsId,
String servicesId)
Gets the current configuration of the specified service.
Appengine.Apps.Services.List
list(String appsId)
Lists all the services in the application.
Appengine.Apps.Services.Patch
patch(String appsId,
String servicesId,
Service content)
Updates the configuration of the specified service.
Appengine.Apps.Services.Versions
versions()
An accessor for creating requests from the Versions collection.
-
-
Method Detail
-
delete
public Appengine.Apps.Services.Delete delete(String appsId,
String servicesId)
throws IOException
Deletes the specified service and all enclosed versions.
Create a request for the method "services.delete".
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 resource requested. Example: apps/myapp/services/default.
servicesId
- Part of `name`. See documentation of `appsId`.
- Returns:
- the request
- Throws:
IOException
-
get
public Appengine.Apps.Services.Get get(String appsId,
String servicesId)
throws IOException
Gets the current configuration of the specified service.
Create a request for the method "services.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 resource requested. Example: apps/myapp/services/default.
servicesId
- Part of `name`. See documentation of `appsId`.
- Returns:
- the request
- Throws:
IOException
-
list
public Appengine.Apps.Services.List list(String appsId)
throws IOException
Lists all the services in the application.
Create a request for the method "services.list".
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`. Name of the parent Application resource. Example: apps/myapp.
- Returns:
- the request
- Throws:
IOException
-
patch
public Appengine.Apps.Services.Patch patch(String appsId,
String servicesId,
Service content)
throws IOException
Updates the configuration of the specified service.
Create a request for the method "services.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 resource to update. Example: apps/myapp/services/default.
servicesId
- Part of `name`. See documentation of `appsId`.
content
- the Service
- Returns:
- the request
- Throws:
IOException
-
versions
public Appengine.Apps.Services.Versions versions()
An accessor for creating requests from the Versions collection.
The typical use is:
Appengine appengine = new Appengine(...);
Appengine.Versions.List request = appengine.versions().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.