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 |
Modifier and Type | Method and Description |
---|---|
InstanceAdminClient.ListInstancesPagedResponse |
InstanceAdminClient.listInstances(ListInstancesRequest request)
Lists all instances in the given project.
|
InstanceAdminClient.ListInstancesPagedResponse |
InstanceAdminClient.listInstances(ProjectName parent)
Lists all instances in the given project.
|
InstanceAdminClient.ListInstancesPagedResponse |
InstanceAdminClient.listInstances(String parent)
Lists all instances in the given project.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListInstancesRequest,InstanceAdminClient.ListInstancesPagedResponse> |
GrpcInstanceAdminStub.listInstancesPagedCallable() |
UnaryCallable<ListInstancesRequest,InstanceAdminClient.ListInstancesPagedResponse> |
InstanceAdminStub.listInstancesPagedCallable() |
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.
|
Copyright © 2022 Google LLC. All rights reserved.