/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/ |
H A D | EditsListings.php | 37 * @param string $editId Identifier of the edit. 42 public function delete($packageName, $editId, $language, $optParams = []) argument 52 * @param string $editId Identifier of the edit. 55 public function deleteall($packageName, $editId, $optParams = []) argument 57 $params = ['packageName' => $packageName, 'editId' => $editId]; 65 * @param string $editId Identifier of the edit. 71 public function get($packageName, $editId, $language, $optParams = []) argument 81 * @param string $editId Identifier of the edit. 87 $params = ['packageName' => $packageName, 'editId' => $editId]; 95 * @param string $editId Identifier of the edit. [all …]
|
H A D | Edits.php | 36 * @param string $editId Identifier of the edit. 45 public function commit($packageName, $editId, $optParams = []) argument 47 $params = ['packageName' => $packageName, 'editId' => $editId]; 55 * @param string $editId Identifier of the edit. 58 public function delete($packageName, $editId, $optParams = []) argument 60 $params = ['packageName' => $packageName, 'editId' => $editId]; 68 * @param string $editId Identifier of the edit. 72 public function get($packageName, $editId, $optParams = []) argument 74 $params = ['packageName' => $packageName, 'editId' => $editId]; 96 * @param string $editId Identifier of the edit. [all …]
|
H A D | EditsTracks.php | 37 * @param string $editId Identifier of the edit. 42 public function get($packageName, $editId, $track, $optParams = []) argument 44 $params = ['packageName' => $packageName, 'editId' => $editId, 'track' => $track]; 52 * @param string $editId Identifier of the edit. 56 public function listEditsTracks($packageName, $editId, $optParams = []) argument 58 $params = ['packageName' => $packageName, 'editId' => $editId]; 66 * @param string $editId Identifier of the edit. 72 public function patch($packageName, $editId, $track, Track $postBody, $optParams = []) argument 74 …$params = ['packageName' => $packageName, 'editId' => $editId, 'track' => $track, 'postBody' => $p… 82 * @param string $editId Identifier of the edit. [all …]
|
H A D | EditsImages.php | 38 * @param string $editId Identifier of the edit. 46 public function delete($packageName, $editId, $language, $imageType, $imageId, $optParams = []) argument 57 * @param string $editId Identifier of the edit. 66 public function deleteall($packageName, $editId, $language, $imageType, $optParams = []) argument 68 …$params = ['packageName' => $packageName, 'editId' => $editId, 'language' => $language, 'imageType… 76 * @param string $editId Identifier of the edit. 85 public function listEditsImages($packageName, $editId, $language, $imageType, $optParams = []) argument 87 …$params = ['packageName' => $packageName, 'editId' => $editId, 'language' => $language, 'imageType… 96 * @param string $editId Identifier of the edit. 104 public function upload($packageName, $editId, $language, $imageType, $optParams = []) argument [all …]
|
H A D | EditsExpansionfiles.php | 38 * @param string $editId Identifier of the edit. 46 public function get($packageName, $editId, $apkVersionCode, $expansionFileType, $optParams = []) argument 48 …$params = ['packageName' => $packageName, 'editId' => $editId, 'apkVersionCode' => $apkVersionCode… 58 * @param string $editId Identifier of the edit. 67 …public function patch($packageName, $editId, $apkVersionCode, $expansionFileType, ExpansionFile $p… argument 69 …$params = ['packageName' => $packageName, 'editId' => $editId, 'apkVersionCode' => $apkVersionCode… 79 * @param string $editId Identifier of the edit. 88 …public function update($packageName, $editId, $apkVersionCode, $expansionFileType, ExpansionFile $… argument 99 * @param string $editId Identifier of the edit. 107 …public function upload($packageName, $editId, $apkVersionCode, $expansionFileType, $optParams = []) argument [all …]
|
H A D | EditsDetails.php | 36 * @param string $editId Identifier of the edit. 40 public function get($packageName, $editId, $optParams = []) argument 42 $params = ['packageName' => $packageName, 'editId' => $editId]; 50 * @param string $editId Identifier of the edit. 55 public function patch($packageName, $editId, AppDetails $postBody, $optParams = []) argument 57 $params = ['packageName' => $packageName, 'editId' => $editId, 'postBody' => $postBody]; 65 * @param string $editId Identifier of the edit. 70 public function update($packageName, $editId, AppDetails $postBody, $optParams = []) argument 72 $params = ['packageName' => $packageName, 'editId' => $editId, 'postBody' => $postBody];
|
H A D | EditsApks.php | 42 * @param string $editId Identifier of the edit. 47 …public function addexternallyhosted($packageName, $editId, ApksAddExternallyHostedRequest $postBod… argument 49 $params = ['packageName' => $packageName, 'editId' => $editId, 'postBody' => $postBody]; 57 * @param string $editId Identifier of the edit. 61 public function listEditsApks($packageName, $editId, $optParams = []) argument 63 $params = ['packageName' => $packageName, 'editId' => $editId]; 71 * @param string $editId Identifier of the edit. 75 public function upload($packageName, $editId, $optParams = []) argument 77 $params = ['packageName' => $packageName, 'editId' => $editId];
|
H A D | EditsTesters.php | 37 * @param string $editId Identifier of the edit. 42 public function get($packageName, $editId, $track, $optParams = []) argument 44 $params = ['packageName' => $packageName, 'editId' => $editId, 'track' => $track]; 53 * @param string $editId Identifier of the edit. 59 public function patch($packageName, $editId, $track, Testers $postBody, $optParams = []) argument 61 …$params = ['packageName' => $packageName, 'editId' => $editId, 'track' => $track, 'postBody' => $p… 70 * @param string $editId Identifier of the edit. 76 public function update($packageName, $editId, $track, Testers $postBody, $optParams = []) argument 78 …$params = ['packageName' => $packageName, 'editId' => $editId, 'track' => $track, 'postBody' => $p…
|
H A D | EditsBundles.php | 38 * @param string $editId Identifier of the edit. 42 public function listEditsBundles($packageName, $editId, $optParams = []) argument 44 $params = ['packageName' => $packageName, 'editId' => $editId]; 56 * @param string $editId Identifier of the edit. 64 public function upload($packageName, $editId, $optParams = []) argument 66 $params = ['packageName' => $packageName, 'editId' => $editId];
|
H A D | EditsCountryavailability.php | 36 * @param string $editId Identifier of the edit. 41 public function get($packageName, $editId, $track, $optParams = []) argument 43 $params = ['packageName' => $packageName, 'editId' => $editId, 'track' => $track];
|
H A D | EditsDeobfuscationfiles.php | 37 * @param string $editId Unique identifier for this edit. 44 …public function upload($packageName, $editId, $apkVersionCode, $deobfuscationFileType, $optParams … argument 46 …$params = ['packageName' => $packageName, 'editId' => $editId, 'apkVersionCode' => $apkVersionCode…
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | AndroidPublisher.php | 154 'editId' => [ 173 'editId' => [ 188 'editId' => [ 213 'editId' => [ 238 'editId' => [ 253 'editId' => [ 268 'editId' => [ 293 'editId' => [ 308 'editId' => [ 337 'editId' => [ [all …]
|