Class InstancesGrpc.InstancesImplBase (2.8.0)

publicabstractstaticclass InstancesGrpc.InstancesImplBaseimplementsBindableService

Manages instances of a version.

Inheritance

java.lang.Object > InstancesGrpc.InstancesImplBase

Implements

io.grpc.BindableService

Constructors

InstancesImplBase()

publicInstancesImplBase()

Methods

bindService()

publicfinalServerServiceDefinitionbindService()
Returns
Type Description
io.grpc.ServerServiceDefinition

debugInstance(DebugInstanceRequest request, StreamObserver<Operation> responseObserver)

publicvoiddebugInstance(DebugInstanceRequestrequest,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.

Parameters
Name Description
responseObserver io.grpc.stub.StreamObserver<Operation>

deleteInstance(DeleteInstanceRequest request, StreamObserver<Operation> responseObserver)

publicvoiddeleteInstance(DeleteInstanceRequestrequest,StreamObserver<Operation>responseObserver)

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.

Parameters
Name Description
responseObserver io.grpc.stub.StreamObserver<Operation>

getInstance(GetInstanceRequest request, StreamObserver<Instance> responseObserver)

publicvoidgetInstance(GetInstanceRequestrequest,StreamObserver<Instance>responseObserver)

Gets instance information.

Parameters
Name Description
responseObserver io.grpc.stub.StreamObserver<Instance>

listInstances(ListInstancesRequest request, StreamObserver<ListInstancesResponse> responseObserver)

publicvoidlistInstances(ListInstancesRequestrequest,StreamObserver<ListInstancesResponse>responseObserver)

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

Parameters
Name Description
responseObserver io.grpc.stub.StreamObserver<ListInstancesResponse>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.