public static final class InstancesGrpc.InstancesBlockingStub extends io.grpc.stub.AbstractStub<InstancesGrpc.InstancesBlockingStub>
Manages instances of a version.
Modifier and Type | Method and Description |
---|---|
protected InstancesGrpc.InstancesBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Operation |
debugInstance(DebugInstanceRequest request)
Enables debugging on a VM instance.
|
Operation |
deleteInstance(DeleteInstanceRequest request)
Stops a running instance.
|
Instance |
getInstance(GetInstanceRequest request)
Gets instance information.
|
ListInstancesResponse |
listInstances(ListInstancesRequest request)
Lists the instances of a version.
|
protected InstancesGrpc.InstancesBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<InstancesGrpc.InstancesBlockingStub>
public ListInstancesResponse listInstances(ListInstancesRequest request)
Lists the instances of a version.
public Instance getInstance(GetInstanceRequest request)
Gets instance information.
public Operation deleteInstance(DeleteInstanceRequest request)
Stops a running instance.
public Operation debugInstance(DebugInstanceRequest request)
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.