Struct google_bigtableadmin2::api::AppProfile[][src]

pub struct AppProfile {
    pub description: Option<String>,
    pub etag: Option<String>,
    pub multi_cluster_routing_use_any: Option<MultiClusterRoutingUseAny>,
    pub name: Option<String>,
    pub single_cluster_routing: Option<SingleClusterRouting>,
}
Expand description

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

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

description: Option<String>

Long form description of the use case for this AppProfile.

etag: Option<String>

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 for more details.

multi_cluster_routing_use_any: Option<MultiClusterRoutingUseAny>

Use a multi-cluster routing policy.

name: Option<String>

The unique name of the app profile. Values are of the form projects/{project}/instances/{instance}/appProfiles/_a-zA-Z0-9*.

single_cluster_routing: Option<SingleClusterRouting>

Use a single-cluster routing policy.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.