Struct gapi_grpc::google::cloud::speech::v1p1beta1::CreatePhraseSetRequest[][src]

pub struct CreatePhraseSetRequest {
    pub parent: String,
    pub phrase_set_id: String,
    pub phrase_set: Option<PhraseSet>,
}

Message sent by the client for the CreatePhraseSet method.

Fields

parent: String

Required. The parent resource where this phrase set will be created. Format: {api_version}/projects/{project}/locations/{location}/phraseSets

phrase_set_id: String

The ID to use for the phrase set, which will become the final component of the phrase set’s resource name.

This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.

phrase_set: Option<PhraseSet>

Required. The phrase set to create.

Trait Implementations

impl Clone for CreatePhraseSetRequest[src]

impl Debug for CreatePhraseSetRequest[src]

impl Default for CreatePhraseSetRequest[src]

impl Message for CreatePhraseSetRequest[src]

impl PartialEq<CreatePhraseSetRequest> for CreatePhraseSetRequest[src]

impl StructuralPartialEq for CreatePhraseSetRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for CreatePhraseSetRequest

impl Send for CreatePhraseSetRequest

impl Sync for CreatePhraseSetRequest

impl Unpin for CreatePhraseSetRequest

impl UnwindSafe for CreatePhraseSetRequest

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]