public abstract static class InstancesGrpc.InstancesImplBase
extends java.lang.Object
implements io.grpc.BindableService
Manages instances of a version.
Constructor and Description |
---|
InstancesImplBase() |
Modifier and Type | Method and Description |
---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
debugInstance(DebugInstanceRequest request,
io.grpc.stub.StreamObserver<Operation> responseObserver)
Enables debugging on a VM instance.
|
void |
deleteInstance(DeleteInstanceRequest request,
io.grpc.stub.StreamObserver<Operation> responseObserver)
Stops a running instance.
|
void |
getInstance(GetInstanceRequest request,
io.grpc.stub.StreamObserver<Instance> responseObserver)
Gets instance information.
|
void |
listInstances(ListInstancesRequest request,
io.grpc.stub.StreamObserver<ListInstancesResponse> responseObserver)
Lists the instances of a version.
|
public void listInstances(ListInstancesRequest request, io.grpc.stub.StreamObserver<ListInstancesResponse> responseObserver)
Lists the instances of a version.
public void getInstance(GetInstanceRequest request, io.grpc.stub.StreamObserver<Instance> responseObserver)
Gets instance information.
public void deleteInstance(DeleteInstanceRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Stops a running instance.
public void debugInstance(DebugInstanceRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Enables debugging on a VM instance. This allows you to use the SSH command to connect to the virtual machine where the instance lives. While in "debug mode", the instance continues to serve live traffic. You should delete the instance when you are done debugging and then allow the system to take over and determine if another instance should be started. Only applicable for instances in App Engine flexible environment.
public final io.grpc.ServerServiceDefinition bindService()
bindService
in interface io.grpc.BindableService