#[repr(i32)]pub enum CryptoKeyVersionView {
Unspecified = 0,
Full = 1,
}
Expand description
A view for [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion]s. Controls the level of detail returned for [CryptoKeyVersions][google.cloud.kms.v1.CryptoKeyVersion] in [KeyManagementService.ListCryptoKeyVersions][google.cloud.kms.v1.KeyManagementService.ListCryptoKeyVersions] and [KeyManagementService.ListCryptoKeys][google.cloud.kms.v1.KeyManagementService.ListCryptoKeys].
Variants§
Unspecified = 0
Default view for each [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion]. Does not include the [attestation][google.cloud.kms.v1.CryptoKeyVersion.attestation] field.
Full = 1
Provides all fields in each [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion], including the [attestation][google.cloud.kms.v1.CryptoKeyVersion.attestation].
Implementations§
Trait Implementations§
Source§impl Clone for CryptoKeyVersionView
impl Clone for CryptoKeyVersionView
Source§fn clone(&self) -> CryptoKeyVersionView
fn clone(&self) -> CryptoKeyVersionView
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CryptoKeyVersionView
impl Debug for CryptoKeyVersionView
Source§impl Default for CryptoKeyVersionView
impl Default for CryptoKeyVersionView
Source§fn default() -> CryptoKeyVersionView
fn default() -> CryptoKeyVersionView
Returns the “default value” for a type. Read more
Source§impl From<CryptoKeyVersionView> for i32
impl From<CryptoKeyVersionView> for i32
Source§fn from(value: CryptoKeyVersionView) -> i32
fn from(value: CryptoKeyVersionView) -> i32
Converts to this type from the input type.
Source§impl Hash for CryptoKeyVersionView
impl Hash for CryptoKeyVersionView
Source§impl Ord for CryptoKeyVersionView
impl Ord for CryptoKeyVersionView
Source§fn cmp(&self, other: &CryptoKeyVersionView) -> Ordering
fn cmp(&self, other: &CryptoKeyVersionView) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CryptoKeyVersionView
impl PartialEq for CryptoKeyVersionView
Source§impl PartialOrd for CryptoKeyVersionView
impl PartialOrd for CryptoKeyVersionView
impl Copy for CryptoKeyVersionView
impl Eq for CryptoKeyVersionView
impl StructuralPartialEq for CryptoKeyVersionView
Auto Trait Implementations§
impl Freeze for CryptoKeyVersionView
impl RefUnwindSafe for CryptoKeyVersionView
impl Send for CryptoKeyVersionView
impl Sync for CryptoKeyVersionView
impl Unpin for CryptoKeyVersionView
impl UnwindSafe for CryptoKeyVersionView
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§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