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<ListInstanceConfigsRequest,ListInstanceConfigsResponse> |
InstanceAdminClient.listInstanceConfigsCallable()
Lists the supported instance configurations for a given project.
|
PagedCallSettings<ListInstanceConfigsRequest,ListInstanceConfigsResponse,InstanceAdminClient.ListInstanceConfigsPagedResponse> |
InstanceAdminSettings.listInstanceConfigsSettings()
Returns the object with the settings used for calls to listInstanceConfigs.
|
PagedCallSettings.Builder<ListInstanceConfigsRequest,ListInstanceConfigsResponse,InstanceAdminClient.ListInstanceConfigsPagedResponse> |
InstanceAdminSettings.Builder.listInstanceConfigsSettings()
Returns the builder for the settings used for calls to listInstanceConfigs.
|
Modifier and Type | Method and Description |
---|---|
protected InstanceAdminClient.ListInstanceConfigsPage |
InstanceAdminClient.ListInstanceConfigsPage.createPage(PageContext<ListInstanceConfigsRequest,ListInstanceConfigsResponse,InstanceConfig> context,
ListInstanceConfigsResponse response) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListInstanceConfigsRequest,ListInstanceConfigsResponse> |
GrpcInstanceAdminStub.listInstanceConfigsCallable() |
UnaryCallable<ListInstanceConfigsRequest,ListInstanceConfigsResponse> |
InstanceAdminStub.listInstanceConfigsCallable() |
PagedCallSettings<ListInstanceConfigsRequest,ListInstanceConfigsResponse,InstanceAdminClient.ListInstanceConfigsPagedResponse> |
InstanceAdminStubSettings.listInstanceConfigsSettings()
Returns the object with the settings used for calls to listInstanceConfigs.
|
PagedCallSettings.Builder<ListInstanceConfigsRequest,ListInstanceConfigsResponse,InstanceAdminClient.ListInstanceConfigsPagedResponse> |
InstanceAdminStubSettings.Builder.listInstanceConfigsSettings()
Returns the builder for the settings used for calls to listInstanceConfigs.
|
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListInstanceConfigsRequest,ListInstanceConfigsResponse> |
InstanceAdminGrpc.getListInstanceConfigsMethod() |
Parser<ListInstanceConfigsResponse> |
ListInstanceConfigsResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<ListInstanceConfigsResponse> |
InstanceAdminGrpc.InstanceAdminFutureStub.listInstanceConfigs(ListInstanceConfigsRequest request)
Lists the supported instance configurations for a given project.
|
static Parser<ListInstanceConfigsResponse> |
ListInstanceConfigsResponse.parser() |
Modifier and Type | Method and Description |
---|---|
ListInstanceConfigsResponse.Builder |
ListInstanceConfigsResponse.Builder.mergeFrom(ListInstanceConfigsResponse other) |
static ListInstanceConfigsResponse.Builder |
ListInstanceConfigsResponse.newBuilder(ListInstanceConfigsResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
InstanceAdminGrpc.InstanceAdminImplBase.listInstanceConfigs(ListInstanceConfigsRequest request,
StreamObserver<ListInstanceConfigsResponse> responseObserver)
Lists the supported instance configurations for a given project.
|
void |
InstanceAdminGrpc.InstanceAdminStub.listInstanceConfigs(ListInstanceConfigsRequest request,
StreamObserver<ListInstanceConfigsResponse> responseObserver)
Lists the supported instance configurations for a given project.
|
Copyright © 2022 Google LLC. All rights reserved.