Private Catalog V1beta1 API - Class Google::Cloud::PrivateCatalog::V1beta1::SearchProductsResponse (v0.7.0)

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

Response message for PrivateCatalog.SearchProducts.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

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

#next_page_token=

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

#products

def products() -> ::Array<::Google::Cloud::PrivateCatalog::V1beta1::Product>
Returns

#products=

def products=(value) -> ::Array<::Google::Cloud::PrivateCatalog::V1beta1::Product>
Parameter
Returns