Package | Description |
---|---|
com.google.cloud.spanner.admin.instance.v1 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.spanner.admin.instance.v1.stub | |
com.google.spanner.admin.instance.v1 |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListInstancesRequest,ListInstancesResponse> |
InstanceAdminClient.listInstancesCallable()
Lists all instances in the given project.
|
PagedCallSettings<ListInstancesRequest,ListInstancesResponse,InstanceAdminClient.ListInstancesPagedResponse> |
InstanceAdminSettings.listInstancesSettings()
Returns the object with the settings used for calls to listInstances.
|
PagedCallSettings.Builder<ListInstancesRequest,ListInstancesResponse,InstanceAdminClient.ListInstancesPagedResponse> |
InstanceAdminSettings.Builder.listInstancesSettings()
Returns the builder for the settings used for calls to listInstances.
|
Modifier and Type | Method and Description |
---|---|
protected InstanceAdminClient.ListInstancesPage |
InstanceAdminClient.ListInstancesPage.createPage(PageContext<ListInstancesRequest,ListInstancesResponse,Instance> context,
ListInstancesResponse response) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListInstancesRequest,ListInstancesResponse> |
GrpcInstanceAdminStub.listInstancesCallable() |
UnaryCallable<ListInstancesRequest,ListInstancesResponse> |
InstanceAdminStub.listInstancesCallable() |
PagedCallSettings<ListInstancesRequest,ListInstancesResponse,InstanceAdminClient.ListInstancesPagedResponse> |
InstanceAdminStubSettings.listInstancesSettings()
Returns the object with the settings used for calls to listInstances.
|
PagedCallSettings.Builder<ListInstancesRequest,ListInstancesResponse,InstanceAdminClient.ListInstancesPagedResponse> |
InstanceAdminStubSettings.Builder.listInstancesSettings()
Returns the builder for the settings used for calls to listInstances.
|
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListInstancesRequest,ListInstancesResponse> |
InstanceAdminGrpc.getListInstancesMethod() |
Parser<ListInstancesResponse> |
ListInstancesResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<ListInstancesResponse> |
InstanceAdminGrpc.InstanceAdminFutureStub.listInstances(ListInstancesRequest request)
Lists all instances in the given project.
|
static Parser<ListInstancesResponse> |
ListInstancesResponse.parser() |
Modifier and Type | Method and Description |
---|---|
ListInstancesResponse.Builder |
ListInstancesResponse.Builder.mergeFrom(ListInstancesResponse other) |
static ListInstancesResponse.Builder |
ListInstancesResponse.newBuilder(ListInstancesResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
InstanceAdminGrpc.InstanceAdminImplBase.listInstances(ListInstancesRequest request,
StreamObserver<ListInstancesResponse> responseObserver)
Lists all instances in the given project.
|
void |
InstanceAdminGrpc.InstanceAdminStub.listInstances(ListInstancesRequest request,
StreamObserver<ListInstancesResponse> responseObserver)
Lists all instances in the given project.
|
Copyright © 2022 Google LLC. All rights reserved.