Struct gapi_grpc::google::cloud::retail::v2alpha::DeleteProductRequest[][src]

pub struct DeleteProductRequest {
    pub name: String,
}

Request message for [DeleteProduct][] method.

Fields

name: String

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

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

If the [Product][google.cloud.retail.v2alpha.Product] to delete does not exist, a NOT_FOUND error is returned.

Trait Implementations

impl Clone for DeleteProductRequest[src]

impl Debug for DeleteProductRequest[src]

impl Default for DeleteProductRequest[src]

impl Message for DeleteProductRequest[src]

impl PartialEq<DeleteProductRequest> for DeleteProductRequest[src]

impl StructuralPartialEq for DeleteProductRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for DeleteProductRequest

impl Send for DeleteProductRequest

impl Sync for DeleteProductRequest

impl Unpin for DeleteProductRequest

impl UnwindSafe for DeleteProductRequest

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]