[][src]Struct bigtable::bigtable::CheckAndMutateRowRequest

pub struct CheckAndMutateRowRequest { /* fields omitted */ }

Methods

impl CheckAndMutateRowRequest[src]

pub fn new() -> CheckAndMutateRowRequest[src]

pub fn default_instance() -> &'static CheckAndMutateRowRequest[src]

pub fn clear_table_name(&mut self)[src]

pub fn has_table_name(&self) -> bool[src]

pub fn set_table_name(&mut self, v: String)[src]

pub fn mut_table_name(&mut self) -> &mut String[src]

pub fn take_table_name(&mut self) -> String[src]

pub fn get_table_name(&self) -> &str[src]

pub fn clear_row_key(&mut self)[src]

pub fn has_row_key(&self) -> bool[src]

pub fn set_row_key(&mut self, v: Vec<u8>)[src]

pub fn mut_row_key(&mut self) -> &mut Vec<u8>[src]

pub fn take_row_key(&mut self) -> Vec<u8>[src]

pub fn get_row_key(&self) -> &[u8][src]

pub fn clear_predicate_filter(&mut self)[src]

pub fn has_predicate_filter(&self) -> bool[src]

pub fn set_predicate_filter(&mut self, v: RowFilter)[src]

pub fn mut_predicate_filter(&mut self) -> &mut RowFilter[src]

pub fn take_predicate_filter(&mut self) -> RowFilter[src]

pub fn get_predicate_filter(&self) -> &RowFilter[src]

pub fn clear_true_mutations(&mut self)[src]

pub fn set_true_mutations(&mut self, v: RepeatedField<Mutation>)[src]

pub fn mut_true_mutations(&mut self) -> &mut RepeatedField<Mutation>[src]

pub fn take_true_mutations(&mut self) -> RepeatedField<Mutation>[src]

pub fn get_true_mutations(&self) -> &[Mutation][src]

pub fn clear_false_mutations(&mut self)[src]

pub fn set_false_mutations(&mut self, v: RepeatedField<Mutation>)[src]

pub fn mut_false_mutations(&mut self) -> &mut RepeatedField<Mutation>[src]

pub fn take_false_mutations(&mut self) -> RepeatedField<Mutation>[src]

pub fn get_false_mutations(&self) -> &[Mutation][src]

Trait Implementations

impl Default for CheckAndMutateRowRequest[src]

impl Sync for CheckAndMutateRowRequest[src]

impl Clone for CheckAndMutateRowRequest[src]

impl PartialEq<CheckAndMutateRowRequest> for CheckAndMutateRowRequest[src]

impl Debug for CheckAndMutateRowRequest[src]

impl Message for CheckAndMutateRowRequest[src]

impl MessageStatic for CheckAndMutateRowRequest[src]

impl Clear for CheckAndMutateRowRequest[src]

Auto Trait Implementations

impl Send for CheckAndMutateRowRequest

impl Unpin for CheckAndMutateRowRequest

impl UnwindSafe for CheckAndMutateRowRequest

impl !RefUnwindSafe for CheckAndMutateRowRequest

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

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

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