Struct gapi_grpc::google::cloud::sql::v1beta4::SqlInstancesStartExternalSyncRequest[][src]

pub struct SqlInstancesStartExternalSyncRequest {
    pub instance: String,
    pub project: String,
    pub sync_mode: i32,
    pub skip_verification: bool,
}

Fields

instance: String

Cloud SQL instance ID. This does not include the project ID.

project: String

ID of the project that contains the instance.

sync_mode: i32

External sync mode.

skip_verification: bool

Whether to skip the verification step (VESS).

Implementations

impl SqlInstancesStartExternalSyncRequest[src]

pub fn sync_mode(&self) -> ExternalSyncMode[src]

Returns the enum value of sync_mode, or the default if the field is set to an invalid enum value.

pub fn set_sync_mode(&mut self, value: ExternalSyncMode)[src]

Sets sync_mode to the provided enum value.

Trait Implementations

impl Clone for SqlInstancesStartExternalSyncRequest[src]

impl Debug for SqlInstancesStartExternalSyncRequest[src]

impl Default for SqlInstancesStartExternalSyncRequest[src]

impl Message for SqlInstancesStartExternalSyncRequest[src]

impl PartialEq<SqlInstancesStartExternalSyncRequest> for SqlInstancesStartExternalSyncRequest[src]

impl StructuralPartialEq for SqlInstancesStartExternalSyncRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for SqlInstancesStartExternalSyncRequest

impl Send for SqlInstancesStartExternalSyncRequest

impl Sync for SqlInstancesStartExternalSyncRequest

impl Unpin for SqlInstancesStartExternalSyncRequest

impl UnwindSafe for SqlInstancesStartExternalSyncRequest

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]