Struct gapi_grpc::google::cloud::privatecatalog::v1beta1::SearchProductsRequest[][src]

pub struct SearchProductsRequest {
    pub resource: String,
    pub query: String,
    pub page_size: i32,
    pub page_token: String,
}

Request message for [PrivateCatalog.SearchProducts][google.cloud.privatecatalog.v1beta1.PrivateCatalog.SearchProducts].

Fields

resource: String

Required. The name of the resource context. See [SearchCatalogsRequest.resource][google.cloud.privatecatalog.v1beta1.SearchCatalogsRequest.resource] for details.

query: String

The query to filter the products.

The supported queries are:

page_size: i32

The maximum number of entries that are requested.

page_token: String

A pagination token returned from a previous call to SearchProducts that indicates where this listing should continue from.

Trait Implementations

impl Clone for SearchProductsRequest[src]

impl Debug for SearchProductsRequest[src]

impl Default for SearchProductsRequest[src]

impl Message for SearchProductsRequest[src]

impl PartialEq<SearchProductsRequest> for SearchProductsRequest[src]

impl StructuralPartialEq for SearchProductsRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for SearchProductsRequest

impl Send for SearchProductsRequest

impl Sync for SearchProductsRequest

impl Unpin for SearchProductsRequest

impl UnwindSafe for SearchProductsRequest

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]