Struct gapi_grpc::google::bigtable::admin::v2::table::ClusterState[][src]

pub struct ClusterState {
    pub replication_state: i32,
    pub encryption_info: Vec<EncryptionInfo>,
}

The state of a table’s data in a particular cluster.

Fields

replication_state: i32

Output only. The state of replication for the table in this cluster.

encryption_info: Vec<EncryptionInfo>

Output only. The encryption information for the table in this cluster. If the encryption key protecting this resource is customer managed, then its version can be rotated in Cloud Key Management Service (Cloud KMS). The primary version of the key and its status will be reflected here when changes propagate from Cloud KMS.

Implementations

impl ClusterState[src]

pub fn replication_state(&self) -> ReplicationState[src]

Returns the enum value of replication_state, or the default if the field is set to an invalid enum value.

pub fn set_replication_state(&mut self, value: ReplicationState)[src]

Sets replication_state to the provided enum value.

Trait Implementations

impl Clone for ClusterState[src]

impl Debug for ClusterState[src]

impl Default for ClusterState[src]

impl Message for ClusterState[src]

impl PartialEq<ClusterState> for ClusterState[src]

impl StructuralPartialEq for ClusterState[src]

Auto Trait Implementations

impl RefUnwindSafe for ClusterState

impl Send for ClusterState

impl Sync for ClusterState

impl Unpin for ClusterState

impl UnwindSafe for ClusterState

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]