Home
last modified time | relevance | path

Searched refs:reviewId (Results 1 – 3 of 3) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DReview.php32 public $reviewId; variable in Google\\Service\\AndroidPublisher\\Review
65 public function setReviewId($reviewId) argument
67 $this->reviewId = $reviewId;
74 return $this->reviewId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/
H A DReviews.php39 * @param string $reviewId Unique identifier for a review.
45 public function get($packageName, $reviewId, $optParams = []) argument
47 $params = ['packageName' => $packageName, 'reviewId' => $reviewId];
75 * @param string $reviewId Unique identifier for a review.
80 public function reply($packageName, $reviewId, ReviewsReplyRequest $postBody, $optParams = []) argument
82 $params = ['packageName' => $packageName, 'reviewId' => $reviewId, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAndroidPublisher.php1459 'path' => 'androidpublisher/v3/applications/{packageName}/reviews/{reviewId}',
1467 'reviewId' => [
1504 'path' => 'androidpublisher/v3/applications/{packageName}/reviews/{reviewId}:reply',
1512 'reviewId' => [