public abstract static class ApplicationsGrpc.ApplicationsImplBase
extends java.lang.Object
implements io.grpc.BindableService
Manages App Engine applications.
Constructor and Description |
---|
ApplicationsImplBase() |
Modifier and Type | Method and Description |
---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
getApplication(GetApplicationRequest request,
io.grpc.stub.StreamObserver<Application> responseObserver)
Gets information about an application.
|
void |
repairApplication(RepairApplicationRequest request,
io.grpc.stub.StreamObserver<Operation> responseObserver)
Recreates the required App Engine features for the application in your
project, for example a Cloud Storage bucket or App Engine service account.
|
public void getApplication(GetApplicationRequest request, io.grpc.stub.StreamObserver<Application> responseObserver)
Gets information about an application.
public void repairApplication(RepairApplicationRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Recreates the required App Engine features for the application in your project, 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*".
public final io.grpc.ServerServiceDefinition bindService()
bindService
in interface io.grpc.BindableService