Struct gapi_grpc::google::cloud::retail::v2beta::GetProductRequest[][src]

pub struct GetProductRequest {
    pub name: String,
}

Request message for [GetProduct][] method.

Fields

name: String

Required. Full resource name of [Product][google.cloud.retail.v2beta.Product], such as “projects/*/locations/global/catalogs/default_catalog/branches/default_branch/products/some_product_id”.

If the caller does not have permission to access the [Product][google.cloud.retail.v2beta.Product], regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

If the requested [Product][google.cloud.retail.v2beta.Product] does not exist, a NOT_FOUND error is returned.

Trait Implementations

impl Clone for GetProductRequest[src]

impl Debug for GetProductRequest[src]

impl Default for GetProductRequest[src]

impl Message for GetProductRequest[src]

impl PartialEq<GetProductRequest> for GetProductRequest[src]

impl StructuralPartialEq for GetProductRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for GetProductRequest

impl Send for GetProductRequest

impl Sync for GetProductRequest

impl Unpin for GetProductRequest

impl UnwindSafe for GetProductRequest

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]