Class InstancesGrpc.InstancesBlockingStub (2.5.0)

public static final class InstancesGrpc.InstancesBlockingStub extends AbstractBlockingStub<InstancesGrpc.InstancesBlockingStub>

Manages instances of a version.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > InstancesGrpc.InstancesBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected InstancesGrpc.InstancesBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
InstancesGrpc.InstancesBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

debugInstance(DebugInstanceRequest request)

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.

Parameter
NameDescription
requestDebugInstanceRequest
Returns
TypeDescription
Operation

deleteInstance(DeleteInstanceRequest request)

public Operation deleteInstance(DeleteInstanceRequest request)

Stops a running instance. The instance might be automatically recreated based on the scaling settings of the version. For more information, see "How Instances are Managed" (standard environment | flexible environment). To ensure that instances are not re-created and avoid getting billed, you can stop all instances within the target version by changing the serving status of the version to STOPPED with the apps.services.versions.patch method.

Parameter
NameDescription
requestDeleteInstanceRequest
Returns
TypeDescription
Operation

getInstance(GetInstanceRequest request)

public Instance getInstance(GetInstanceRequest request)

Gets instance information.

Parameter
NameDescription
requestGetInstanceRequest
Returns
TypeDescription
Instance

listInstances(ListInstancesRequest request)

public ListInstancesResponse listInstances(ListInstancesRequest request)

Lists the instances of a version. Tip: To aggregate details about instances over time, see the Stackdriver Monitoring API.

Parameter
NameDescription
requestListInstancesRequest
Returns
TypeDescription
ListInstancesResponse