Enum google_api_proto::google::bigtable::admin::v2::app_profile::Isolation
source · pub enum Isolation {
Priority(i32),
StandardIsolation(StandardIsolation),
DataBoostIsolationReadOnly(DataBoostIsolationReadOnly),
}
Expand description
Options for isolating this app profile’s traffic from other use cases.
Variants§
Priority(i32)
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.
StandardIsolation(StandardIsolation)
The standard options used for isolating this app profile’s traffic from other use cases.
DataBoostIsolationReadOnly(DataBoostIsolationReadOnly)
Specifies that this app profile is intended for read-only usage via the Data Boost feature.
Implementations§
source§impl Isolation
impl Isolation
sourcepub fn merge(
field: &mut Option<Isolation>,
tag: u32,
wire_type: WireType,
buf: &mut impl Buf,
ctx: DecodeContext,
) -> Result<(), DecodeError>
pub fn merge( field: &mut Option<Isolation>, tag: u32, wire_type: WireType, buf: &mut impl Buf, ctx: DecodeContext, ) -> Result<(), DecodeError>
Decodes an instance of the message from a buffer, and merges it into self.
sourcepub fn encoded_len(&self) -> usize
pub fn encoded_len(&self) -> usize
Returns the encoded length of the message without a length delimiter.
Trait Implementations§
source§impl PartialEq for Isolation
impl PartialEq for Isolation
impl Copy for Isolation
impl StructuralPartialEq for Isolation
Auto Trait Implementations§
impl Freeze for Isolation
impl RefUnwindSafe for Isolation
impl Send for Isolation
impl Sync for Isolation
impl Unpin for Isolation
impl UnwindSafe for Isolation
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request