Struct gapi_grpc::google::cloud::metastore::v1alpha::HiveMetastoreConfig[][src]

pub struct HiveMetastoreConfig {
    pub version: String,
    pub config_overrides: HashMap<String, String>,
    pub kerberos_config: Option<KerberosConfig>,
}

Specifies configuration information specific to running Hive metastore software as the metastore service.

Fields

version: String

Immutable. The Hive metastore schema version.

config_overrides: HashMap<String, String>

A mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in hive-site.xml). The mappings override system defaults (some keys cannot be overridden).

kerberos_config: Option<KerberosConfig>

Information used to configure the Hive metastore service as a service principal in a Kerberos realm. To disable Kerberos, use the UpdateService method and specify this field’s path (hive_metastore_config.kerberos_config) in the request’s update_mask while omitting this field from the request’s service.

Trait Implementations

impl Clone for HiveMetastoreConfig[src]

impl Debug for HiveMetastoreConfig[src]

impl Default for HiveMetastoreConfig[src]

impl Message for HiveMetastoreConfig[src]

impl PartialEq<HiveMetastoreConfig> for HiveMetastoreConfig[src]

impl StructuralPartialEq for HiveMetastoreConfig[src]

Auto Trait Implementations

impl RefUnwindSafe for HiveMetastoreConfig

impl Send for HiveMetastoreConfig

impl Sync for HiveMetastoreConfig

impl Unpin for HiveMetastoreConfig

impl UnwindSafe for HiveMetastoreConfig

Blanket Implementations

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

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

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

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]