Class: Google::Shopping::Merchant::Reviews::V1beta::ListMerchantReviewsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews.rb

Overview

Request message for the ListMerchantsReview method.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Optional. The maximum number of merchant reviews to return. The service can return fewer than this value. The maximum value is 1000; values above 1000 are coerced to 1000. If unspecified, the maximum number of reviews is returned.

Returns:

  • (::Integer)

    Optional. The maximum number of merchant reviews to return. The service can return fewer than this value. The maximum value is 1000; values above 1000 are coerced to 1000. If unspecified, the maximum number of reviews is returned.



63
64
65
66
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews.rb', line 63

class ListMerchantReviewsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns Optional. A page token, received from a previous ListMerchantReviews call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListMerchantReviews must match the call that provided the page token.

Returns:

  • (::String)

    Optional. A page token, received from a previous ListMerchantReviews call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListMerchantReviews must match the call that provided the page token.



63
64
65
66
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews.rb', line 63

class ListMerchantReviewsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The account to list merchant reviews for. Format: accounts/{account}.

Returns:

  • (::String)

    Required. The account to list merchant reviews for. Format: accounts/{account}



63
64
65
66
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews.rb', line 63

class ListMerchantReviewsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end