pub struct GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions {
pub encoding: Option<String>,
pub type_inference_disabled: Option<bool>,
}Expand description
Describes JSON data format.
This type is not used in any activity, and only used as part of another schema.
Fields§
§encoding: Option<String>Optional. The character encoding of the data. The default is UTF-8.
type_inference_disabled: Option<bool>Optional. Whether to disable the inference of data types for JSON data. If true, all columns are registered as their primitive types (strings, number, or boolean).
Trait Implementations§
Source§impl Clone for GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions
impl Clone for GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions
Source§fn clone(
&self,
) -> GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions
fn clone( &self, ) -> GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions
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 GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions
impl Default for GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions
Source§fn default() -> GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions
fn default() -> GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions
impl<'de> Deserialize<'de> for GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions
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 GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions
Auto Trait Implementations§
impl Freeze for GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions
impl RefUnwindSafe for GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions
impl Send for GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions
impl Sync for GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions
impl Unpin for GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions
impl UnsafeUnpin for GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions
impl UnwindSafe for GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions
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