pub struct GoogleCloudDataplexV1EncryptionConfigFailureDetails {
pub error_code: Option<String>,
pub error_message: Option<String>,
}Expand description
Details of the failure if anything related to Cmek db fails.
This type is not used in any activity, and only used as part of another schema.
Fields§
§error_code: Option<String>Output only. The error code for the failure.
error_message: Option<String>Output only. The error message will be shown to the user. Set only if the error code is REQUIRE_USER_ACTION.
Trait Implementations§
Source§impl Clone for GoogleCloudDataplexV1EncryptionConfigFailureDetails
impl Clone for GoogleCloudDataplexV1EncryptionConfigFailureDetails
Source§fn clone(&self) -> GoogleCloudDataplexV1EncryptionConfigFailureDetails
fn clone(&self) -> GoogleCloudDataplexV1EncryptionConfigFailureDetails
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleCloudDataplexV1EncryptionConfigFailureDetails
impl Default for GoogleCloudDataplexV1EncryptionConfigFailureDetails
Source§fn default() -> GoogleCloudDataplexV1EncryptionConfigFailureDetails
fn default() -> GoogleCloudDataplexV1EncryptionConfigFailureDetails
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudDataplexV1EncryptionConfigFailureDetails
impl<'de> Deserialize<'de> for GoogleCloudDataplexV1EncryptionConfigFailureDetails
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for GoogleCloudDataplexV1EncryptionConfigFailureDetails
Auto Trait Implementations§
impl Freeze for GoogleCloudDataplexV1EncryptionConfigFailureDetails
impl RefUnwindSafe for GoogleCloudDataplexV1EncryptionConfigFailureDetails
impl Send for GoogleCloudDataplexV1EncryptionConfigFailureDetails
impl Sync for GoogleCloudDataplexV1EncryptionConfigFailureDetails
impl Unpin for GoogleCloudDataplexV1EncryptionConfigFailureDetails
impl UnsafeUnpin for GoogleCloudDataplexV1EncryptionConfigFailureDetails
impl UnwindSafe for GoogleCloudDataplexV1EncryptionConfigFailureDetails
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