Cloud Vision V1 API - Class Google::Cloud::Vision::V1::ListProductsInProductSetRequest (v0.7.0)

Reference documentation and code samples for the Cloud Vision V1 API class Google::Cloud::Vision::V1::ListProductsInProductSetRequest.

Request message for the ListProductsInProductSet method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Required. The ProductSet resource for which to retrieve Products.

    Format is: projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The ProductSet resource for which to retrieve Products.

    Format is: projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID

Returns
  • (::String) — Required. The ProductSet resource for which to retrieve Products.

    Format is: projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — The maximum number of items to return. Default 10, maximum 100.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of items to return. Default 10, maximum 100.
Returns
  • (::Integer) — The maximum number of items to return. Default 10, maximum 100.

#page_token

def page_token() -> ::String
Returns
  • (::String) — The next_page_token returned from a previous List request, if any.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — The next_page_token returned from a previous List request, if any.
Returns
  • (::String) — The next_page_token returned from a previous List request, if any.