Private Catalog V1beta1 API - Class Google::Cloud::PrivateCatalog::V1beta1::SearchProductsRequest (v0.5.0)

Reference documentation and code samples for the Private Catalog V1beta1 API class Google::Cloud::PrivateCatalog::V1beta1::SearchProductsRequest.

Request message for PrivateCatalog.SearchProducts.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — The maximum number of entries that are requested.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of entries that are requested.
Returns
  • (::Integer) — The maximum number of entries that are requested.

#page_token

def page_token() -> ::String
Returns
  • (::String) — A pagination token returned from a previous call to SearchProducts that indicates where this listing should continue from.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — A pagination token returned from a previous call to SearchProducts that indicates where this listing should continue from.
Returns
  • (::String) — A pagination token returned from a previous call to SearchProducts that indicates where this listing should continue from.

#query

def query() -> ::String
Returns
  • (::String) —

    The query to filter the products.

    The supported queries are:

    • List products of all catalogs: empty
    • List products under a catalog: parent=catalogs/{catalog}
    • Get a product by name: name=catalogs/{catalog}/products/{product}

#query=

def query=(value) -> ::String
Parameter
  • value (::String) —

    The query to filter the products.

    The supported queries are:

    • List products of all catalogs: empty
    • List products under a catalog: parent=catalogs/{catalog}
    • Get a product by name: name=catalogs/{catalog}/products/{product}
Returns
  • (::String) —

    The query to filter the products.

    The supported queries are:

    • List products of all catalogs: empty
    • List products under a catalog: parent=catalogs/{catalog}
    • Get a product by name: name=catalogs/{catalog}/products/{product}

#resource

def resource() -> ::String
Returns

#resource=

def resource=(value) -> ::String
Parameter
Returns