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

pub struct UpdateCustomClassRequest {
    pub custom_class: Option<CustomClass>,
    pub update_mask: Option<FieldMask>,
}

Message sent by the client for the UpdateCustomClass method.

Fields

custom_class: Option<CustomClass>

Required. The custom class to update.

The custom class’s name field is used to identify the custom class to be updated. Format: {api_version}/projects/{project}/locations/{location}/customClasses/{custom_class}

update_mask: Option<FieldMask>

The list of fields to be updated.

Trait Implementations

impl Clone for UpdateCustomClassRequest[src]

impl Debug for UpdateCustomClassRequest[src]

impl Default for UpdateCustomClassRequest[src]

impl Message for UpdateCustomClassRequest[src]

impl PartialEq<UpdateCustomClassRequest> for UpdateCustomClassRequest[src]

impl StructuralPartialEq for UpdateCustomClassRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for UpdateCustomClassRequest

impl Send for UpdateCustomClassRequest

impl Sync for UpdateCustomClassRequest

impl Unpin for UpdateCustomClassRequest

impl UnwindSafe for UpdateCustomClassRequest

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]