Class AppProfile (2.32.0)

AppProfile(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A configuration object describing how Cloud Bigtable should treat traffic from a particular end user application.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
name str
The unique name of the app profile. Values are of the form projects/{project}/instances/{instance}/appProfiles/_a-zA-Z0-9][-_.a-zA-Z0-9]*.
etag str
Strongly 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
description str
Long form description of the use case for this AppProfile.
multi_cluster_routing_use_any google.cloud.bigtable_admin_v2.types.AppProfile.MultiClusterRoutingUseAny
Use a multi-cluster routing policy. This field is a member of oneof_ routing_policy.
single_cluster_routing google.cloud.bigtable_admin_v2.types.AppProfile.SingleClusterRouting
Use a single-cluster routing policy. This field is a member of oneof_ routing_policy.
priority google.cloud.bigtable_admin_v2.types.AppProfile.Priority
This field has been deprecated in favor of standard_isolation.priority. If you set this field, standard_isolation.priority will be set instead. The priority of requests sent using this app profile. This field is a member of oneof_ isolation.
standard_isolation google.cloud.bigtable_admin_v2.types.AppProfile.StandardIsolation
The standard options used for isolating this app profile's traffic from other use cases. This field is a member of oneof_ isolation.
data_boost_isolation_read_only google.cloud.bigtable_admin_v2.types.AppProfile.DataBoostIsolationReadOnly
Specifies that this app profile is intended for read-only usage via the Data Boost feature. This field is a member of oneof_ isolation.

Classes

DataBoostIsolationReadOnly

DataBoostIsolationReadOnly(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Data Boost is a serverless compute capability that lets you run high-throughput read jobs and queries on your Bigtable data, without impacting the performance of the clusters that handle your application traffic. Data Boost supports read-only use cases with single-cluster routing.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

MultiClusterRoutingUseAny

MultiClusterRoutingUseAny(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Read/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.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Priority

Priority(value)

Possible priorities for an app profile. Note that higher priority writes can sometimes queue behind lower priority writes to the same tablet, as writes must be strictly sequenced in the durability log.

SingleClusterRouting

SingleClusterRouting(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Unconditionally routes all read/write requests to a specific cluster. This option preserves read-your-writes consistency but does not improve availability.

StandardIsolation

StandardIsolation(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Standard options for isolating this app profile's traffic from other use cases.