Package | Description |
---|---|
com.google.cloud.bigtable.admin.v2 |
Clients for the Cloud Bigtable admin API.
|
com.google.cloud.bigtable.admin.v2.models |
Modifier and Type | Method and Description |
---|---|
AppProfile |
BigtableInstanceAdminClient.createAppProfile(CreateAppProfileRequest request)
Creates a new app profile.
|
AppProfile |
BigtableInstanceAdminClient.getAppProfile(String instanceId,
String appProfileId)
Get the app profile by id.
|
AppProfile |
BigtableInstanceAdminClient.updateAppProfile(UpdateAppProfileRequest request)
Updates an existing app profile.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.core.ApiFuture<AppProfile> |
BigtableInstanceAdminClient.createAppProfileAsync(CreateAppProfileRequest request)
Asynchronously creates a new app profile.
|
com.google.api.core.ApiFuture<AppProfile> |
BigtableInstanceAdminClient.getAppProfileAsync(String instanceId,
String appProfileId)
Asynchronously get the app profile by id.
|
List<AppProfile> |
BigtableInstanceAdminClient.listAppProfiles(String instanceId)
Lists all app profiles of the specified instance.
|
com.google.api.core.ApiFuture<List<AppProfile>> |
BigtableInstanceAdminClient.listAppProfilesAsync(String instanceId)
Asynchronously lists all app profiles of the specified instance.
|
com.google.api.core.ApiFuture<AppProfile> |
BigtableInstanceAdminClient.updateAppProfileAsync(UpdateAppProfileRequest request)
Asynchronously updates an existing app profile.
|
Modifier and Type | Method and Description |
---|---|
static AppProfile |
AppProfile.fromProto(com.google.bigtable.admin.v2.AppProfile proto)
Wraps a protobuf response.
|
Modifier and Type | Method and Description |
---|---|
static UpdateAppProfileRequest |
UpdateAppProfileRequest.of(AppProfile appProfile)
Builds a new update request using an existing AppProfile.
|
Copyright © 2019 Google LLC. All rights reserved.