Struct gapi_grpc::google::cloud::automl::v1beta1::GcrDestination[][src]

pub struct GcrDestination {
    pub output_uri: String,
}

The GCR location where the image must be pushed to.

Fields

output_uri: String

Required. Google Contained Registry URI of the new image, up to 2000 characters long. See

https: //cloud.google.com/container-registry/do // cs/pushing-and-pulling#pushing_an_image_to_a_registry Accepted forms:

The requesting user must have permission to push images the project.

Trait Implementations

impl Clone for GcrDestination[src]

impl Debug for GcrDestination[src]

impl Default for GcrDestination[src]

impl Message for GcrDestination[src]

impl PartialEq<GcrDestination> for GcrDestination[src]

impl StructuralPartialEq for GcrDestination[src]

Auto Trait Implementations

impl RefUnwindSafe for GcrDestination

impl Send for GcrDestination

impl Sync for GcrDestination

impl Unpin for GcrDestination

impl UnwindSafe for GcrDestination

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]