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

pub struct CloneContext {
    pub kind: String,
    pub pitr_timestamp_ms: i64,
    pub destination_instance_name: String,
    pub bin_log_coordinates: Option<BinLogCoordinates>,
    pub point_in_time: Option<Timestamp>,
}

Database instance clone context.

Fields

kind: String

This is always sql#cloneContext.

pitr_timestamp_ms: i64

Reserved for future use.

destination_instance_name: String

Name of the Cloud SQL instance to be created as a clone.

bin_log_coordinates: Option<BinLogCoordinates>

Binary log coordinates, if specified, identify the position up to which the source instance is cloned. If not specified, the source instance is cloned up to the most recent binary log coordinates.

point_in_time: Option<Timestamp>

Reserved for future use.

Trait Implementations

impl Clone for CloneContext[src]

impl Debug for CloneContext[src]

impl Default for CloneContext[src]

impl Message for CloneContext[src]

impl PartialEq<CloneContext> for CloneContext[src]

impl StructuralPartialEq for CloneContext[src]

Auto Trait Implementations

impl RefUnwindSafe for CloneContext

impl Send for CloneContext

impl Sync for CloneContext

impl Unpin for CloneContext

impl UnwindSafe for CloneContext

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]