Struct gapi_grpc::google::cloud::translation::v3beta1::Glossary[][src]

pub struct Glossary {
    pub name: String,
    pub input_config: Option<GlossaryInputConfig>,
    pub entry_count: i32,
    pub submit_time: Option<Timestamp>,
    pub end_time: Option<Timestamp>,
    pub languages: Option<Languages>,
}

Represents a glossary built from user provided data.

Fields

name: String

Required. The resource name of the glossary. Glossary names have the form projects/{project-number-or-id}/locations/{location-id}/glossaries/{glossary-id}.

input_config: Option<GlossaryInputConfig>

Required. Provides examples to build the glossary from. Total glossary must not exceed 10M Unicode codepoints.

entry_count: i32

Output only. The number of entries defined in the glossary.

submit_time: Option<Timestamp>

Output only. When CreateGlossary was called.

end_time: Option<Timestamp>

Output only. When the glossary creation was finished.

languages: Option<Languages>

Languages supported by the glossary.

Trait Implementations

impl Clone for Glossary[src]

impl Debug for Glossary[src]

impl Default for Glossary[src]

impl Message for Glossary[src]

impl PartialEq<Glossary> for Glossary[src]

impl StructuralPartialEq for Glossary[src]

Auto Trait Implementations

impl RefUnwindSafe for Glossary

impl Send for Glossary

impl Sync for Glossary

impl Unpin for Glossary

impl UnwindSafe for Glossary

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]