Cloud Vision V1p3beta1 API - Class Google::Cloud::Vision::V1p3beta1::ListReferenceImagesRequest (v0.13.0)

Reference documentation and code samples for the Cloud Vision V1p3beta1 API class Google::Cloud::Vision::V1p3beta1::ListReferenceImagesRequest.

Request message for the ListReferenceImages method.

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 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) — A token identifying a page of results to be returned. This is the value of nextPageToken returned in a previous reference image list request.

    Defaults to the first page if not specified.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — A token identifying a page of results to be returned. This is the value of nextPageToken returned in a previous reference image list request.

    Defaults to the first page if not specified.

Returns
  • (::String) — A token identifying a page of results to be returned. This is the value of nextPageToken returned in a previous reference image list request.

    Defaults to the first page if not specified.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Resource name of the product containing the reference images.

    Format is projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Resource name of the product containing the reference images.

    Format is projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID.

Returns
  • (::String) — Required. Resource name of the product containing the reference images.

    Format is projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID.