Struct aply_shared::datastore::AllocateIdsRequest[][src]

pub struct AllocateIdsRequest {
    pub project_id: String,
    pub keys: Vec<Key, Global>,
}

The request for [Datastore.AllocateIds][google.datastore.v1.Datastore.AllocateIds].

Fields

project_id: String

Required. The ID of the project against which to make the request.

keys: Vec<Key, Global>

Required. A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.

Trait Implementations

impl Clone for AllocateIdsRequest[src]

impl Debug for AllocateIdsRequest[src]

impl Default for AllocateIdsRequest[src]

impl Message for AllocateIdsRequest[src]

impl PartialEq<AllocateIdsRequest> for AllocateIdsRequest[src]

impl StructuralPartialEq for AllocateIdsRequest[src]

Auto Trait Implementations

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> Same<T> for T

type Output = T

Should always be Self

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>, 

impl<T> WithSubscriber for T[src]