• Home
  • Raw
  • Download

Lines Matching full:review

82 <p class="firstline">Gets a single review.</p>
88 <p class="firstline">Replies to a single review, or updates an existing reply.</p>
97 <pre>Gets a single review.
101 reviewId: string, Unique identifier for a review. (required)
111 { # An Android app review.
112 &quot;authorName&quot;: &quot;A String&quot;, # The name of the user who wrote the review.
113 &quot;comments&quot;: [ # A repeated field containing comments for the review.
123 … # Integer Android SDK version of the user&#x27;s device at the time the review was written, e.g. …
124 …uot;: 42, # Integer version code of the app as installed at the time the review was written. May b…
125 …ing&quot;, # String version name of the app as installed at the time the review was written. May b…
144 …&quot;A String&quot;, # Untranslated text of the review, where the review was translated. If the r…
145 … from the device settings so is not guaranteed to match the language the review is written in. May…
146 &quot;starRating&quot;: 42, # The star rating associated with the review, from 1 to 5.
147 …g&quot;, # The content of the comment, i.e. review body. In some cases users have been able to wri…
148 &quot;thumbsDownCount&quot;: 42, # Number of users who have given this review a thumbs down.
149 &quot;thumbsUpCount&quot;: 42, # Number of users who have given this review a thumbs up.
153 &quot;reviewId&quot;: &quot;A String&quot;, # Unique identifier for this review.
165 token: string, Pagination token. If empty, list starts at the first review.
182 { # An Android app review.
183 &quot;authorName&quot;: &quot;A String&quot;, # The name of the user who wrote the review.
184 &quot;comments&quot;: [ # A repeated field containing comments for the review.
194 … # Integer Android SDK version of the user&#x27;s device at the time the review was written, e.g. …
195 …uot;: 42, # Integer version code of the app as installed at the time the review was written. May b…
196 …ing&quot;, # String version name of the app as installed at the time the review was written. May b…
215 …&quot;A String&quot;, # Untranslated text of the review, where the review was translated. If the r…
216 … from the device settings so is not guaranteed to match the language the review is written in. May…
217 &quot;starRating&quot;: 42, # The star rating associated with the review, from 1 to 5.
218 …g&quot;, # The content of the comment, i.e. review body. In some cases users have been able to wri…
219 … &quot;thumbsDownCount&quot;: 42, # Number of users who have given this review a thumbs down.
220 &quot;thumbsUpCount&quot;: 42, # Number of users who have given this review a thumbs up.
224 &quot;reviewId&quot;: &quot;A String&quot;, # Unique identifier for this review.
236 <pre>Replies to a single review, or updates an existing reply.
240 reviewId: string, Unique identifier for a review. (required)
244 { # Request to reply to review or update existing reply.
256 { # Response on status of replying to a review.
257 …{ # The result of replying/updating a reply to review. # The result of replying/updating a reply t…