Skip to main content

app_profiles

Overview

Nameapp_profiles
TypeResource
Idgoogle.bigtableadmin.app_profiles

Fields

NameDatatypeDescription
namestringThe unique name of the app profile. Values are of the form projects/{project}/instances/{instance}/appProfiles/_a-zA-Z0-9*.
descriptionstringLong form description of the use case for this AppProfile.
singleClusterRoutingobjectUnconditionally routes all read/write requests to a specific cluster. This option preserves read-your-writes consistency but does not improve availability.
etagstringStrongly validated etag for optimistic concurrency control. Preserve the value returned from GetAppProfile when calling UpdateAppProfile to fail the request if there has been a modification in the mean time. The update_mask of the request need not include etag for this protection to apply. See Wikipedia and RFC 7232 for more details.
multiClusterRoutingUseAnyobjectRead/write requests are routed to the nearest cluster in the instance, and will fail over to the nearest cluster that is available in the event of transient errors or delays. Clusters in a region are considered equidistant. Choosing this option sacrifices read-your-writes consistency to improve availability.

Methods

NameAccessible byRequired ParamsDescription
getSELECTappProfilesId, instancesId, projectsIdGets information about an app profile.
listSELECTinstancesId, projectsIdLists information about app profiles in an instance.
createINSERTinstancesId, projectsIdCreates an app profile within an instance.
deleteDELETEappProfilesId, instancesId, projectsIdDeletes an app profile from an instance.
_listEXECinstancesId, projectsIdLists information about app profiles in an instance.
patchEXECappProfilesId, instancesId, projectsIdUpdates an app profile within an instance.