- 2.49.0 (latest)
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.4
- 2.2.0
- 2.1.10
- 0.2.0
public static final class ApplicationsGrpc.ApplicationsFutureStub extends AbstractFutureStub<ApplicationsGrpc.ApplicationsFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service Applications.
Manages App Engine applications.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > ApplicationsGrpc.ApplicationsFutureStubMethods
build(Channel channel, CallOptions callOptions)
protected ApplicationsGrpc.ApplicationsFutureStub build(Channel channel, CallOptions callOptions)
Parameters | |
---|---|
Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
Returns | |
---|---|
Type | Description |
ApplicationsGrpc.ApplicationsFutureStub |
createApplication(CreateApplicationRequest request)
public ListenableFuture<Operation> createApplication(CreateApplicationRequest request)
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 where you want the App Engine application located. For more information about App Engine applications, see Managing Projects, Applications, and Billing.
Parameter | |
---|---|
Name | Description |
request |
CreateApplicationRequest |
Returns | |
---|---|
Type | Description |
com.google.common.util.concurrent.ListenableFuture<Operation> |
getApplication(GetApplicationRequest request)
public ListenableFuture<Application> getApplication(GetApplicationRequest request)
Gets information about an application.
Parameter | |
---|---|
Name | Description |
request |
GetApplicationRequest |
Returns | |
---|---|
Type | Description |
com.google.common.util.concurrent.ListenableFuture<Application> |
repairApplication(RepairApplicationRequest request)
public ListenableFuture<Operation> repairApplication(RepairApplicationRequest request)
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/reference/rest/v1/projects.serviceAccounts/undelete?apix_params=%7B"name"%3A"projects%2F-%2FserviceAccounts%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.
Parameter | |
---|---|
Name | Description |
request |
RepairApplicationRequest |
Returns | |
---|---|
Type | Description |
com.google.common.util.concurrent.ListenableFuture<Operation> |
updateApplication(UpdateApplicationRequest request)
public ListenableFuture<Operation> updateApplication(UpdateApplicationRequest request)
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.
Parameter | |
---|---|
Name | Description |
request |
UpdateApplicationRequest |
Returns | |
---|---|
Type | Description |
com.google.common.util.concurrent.ListenableFuture<Operation> |