Retail V2 API - Class Google::Cloud::Retail::V2::ListModelsRequest (v0.16.0)

Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::ListModelsRequest.

Request for listing models associated with a resource.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000.
Returns
  • (::Integer) — Optional. Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. A page token, received from a previous ListModels call. Provide this to retrieve the subsequent page.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. A page token, received from a previous ListModels call. Provide this to retrieve the subsequent page.
Returns
  • (::String) — Optional. A page token, received from a previous ListModels call. Provide this to retrieve the subsequent page.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent for which to list models. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent for which to list models. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}
Returns
  • (::String) — Required. The parent for which to list models. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}