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
-
(::Array<::Google::Cloud::PrivateCatalog::V1beta1::Product>) — The
Product
resources computed from the resource context.
#products=
def products=(value) -> ::Array<::Google::Cloud::PrivateCatalog::V1beta1::Product>
Parameter
-
value (::Array<::Google::Cloud::PrivateCatalog::V1beta1::Product>) — The
Product
resources computed from the resource context.
Returns
-
(::Array<::Google::Cloud::PrivateCatalog::V1beta1::Product>) — The
Product
resources computed from the resource context.