/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/ |
H A D | SystemapksVariants.php | 38 * @param string $versionCode The version code of the App Bundle. 43 public function create($packageName, $versionCode, Variant $postBody, $optParams = []) argument 45 … $params = ['packageName' => $packageName, 'versionCode' => $versionCode, 'postBody' => $postBody]; 54 * @param string $versionCode The version code of the App Bundle. 58 public function download($packageName, $versionCode, $variantId, $optParams = []) argument 60 …$params = ['packageName' => $packageName, 'versionCode' => $versionCode, 'variantId' => $variantId… 68 * @param string $versionCode The version code of the App Bundle. 73 public function get($packageName, $versionCode, $variantId, $optParams = []) argument 84 * @param string $versionCode The version code of the App Bundle. 88 public function listSystemapksVariants($packageName, $versionCode, $optParams = []) argument [all …]
|
H A D | Generatedapks.php | 37 * @param int $versionCode Version code of the app bundle. 42 public function download($packageName, $versionCode, $downloadId, $optParams = []) argument 44 …$params = ['packageName' => $packageName, 'versionCode' => $versionCode, 'downloadId' => $download… 53 * @param int $versionCode Version code of the app bundle. 57 public function listGeneratedapks($packageName, $versionCode, $optParams = []) argument 59 $params = ['packageName' => $packageName, 'versionCode' => $versionCode];
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/ |
H A D | Apk.php | 27 public $versionCode; variable in Google\\Service\\AndroidPublisher\\Apk 46 public function setVersionCode($versionCode) argument 48 $this->versionCode = $versionCode; 55 return $this->versionCode;
|
H A D | Bundle.php | 33 public $versionCode; variable in Google\\Service\\AndroidPublisher\\Bundle 66 public function setVersionCode($versionCode) argument 68 $this->versionCode = $versionCode; 75 return $this->versionCode;
|
H A D | ExternallyHostedApk.php | 76 public $versionCode; variable in Google\\Service\\AndroidPublisher\\ExternallyHostedApk 267 public function setVersionCode($versionCode) argument 269 $this->versionCode = $versionCode; 276 return $this->versionCode;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/ |
H A D | Install.php | 33 public $versionCode; variable in Google\\Service\\AndroidEnterprise\\Install 66 public function setVersionCode($versionCode) argument 68 $this->versionCode = $versionCode; 75 return $this->versionCode;
|
H A D | AppVersion.php | 38 public $versionCode; variable in Google\\Service\\AndroidEnterprise\\AppVersion 89 public function setVersionCode($versionCode) argument 91 $this->versionCode = $versionCode; 98 return $this->versionCode;
|
H A D | WebApp.php | 44 public $versionCode; variable in Google\\Service\\AndroidEnterprise\\WebApp 123 public function setVersionCode($versionCode) argument 125 $this->versionCode = $versionCode; 132 return $this->versionCode;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/ |
H A D | AppVersion.php | 34 public $versionCode; variable in Google\\Service\\AndroidManagement\\AppVersion 71 public function setVersionCode($versionCode) argument 73 $this->versionCode = $versionCode; 80 return $this->versionCode;
|
H A D | WebApp.php | 44 public $versionCode; variable in Google\\Service\\AndroidManagement\\WebApp 119 public function setVersionCode($versionCode) argument 121 $this->versionCode = $versionCode; 128 return $this->versionCode;
|
H A D | ApplicationReport.php | 58 public $versionCode; variable in Google\\Service\\AndroidManagement\\ApplicationReport 193 public function setVersionCode($versionCode) argument 195 $this->versionCode = $versionCode; 202 return $this->versionCode;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/ |
H A D | AndroidAppInfo.php | 33 public $versionCode; variable in Google\\Service\\ToolResults\\AndroidAppInfo 70 public function setVersionCode($versionCode) argument 72 $this->versionCode = $versionCode; 79 return $this->versionCode;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PlayIntegrity/ |
H A D | AppIntegrity.php | 38 public $versionCode; variable in Google\\Service\\PlayIntegrity\\AppIntegrity 85 public function setVersionCode($versionCode) argument 87 $this->versionCode = $versionCode; 94 return $this->versionCode;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/ |
H A D | MobileDeviceApplications.php | 38 public $versionCode; variable in Google\\Service\\Directory\\MobileDeviceApplications 89 public function setVersionCode($versionCode) argument 91 $this->versionCode = $versionCode; 98 return $this->versionCode;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | AndroidPublisher.php | 957 'versionCode' => [ 969 … 'path' => 'androidpublisher/v3/applications/{packageName}/generatedApks/{versionCode}', 977 'versionCode' => [ 1529 … 'path' => 'androidpublisher/v3/applications/{packageName}/systemApks/{versionCode}/variants', 1537 'versionCode' => [ 1544 …'path' => 'androidpublisher/v3/applications/{packageName}/systemApks/{versionCode}/variants/{varia… 1552 'versionCode' => [ 1564 …'path' => 'androidpublisher/v3/applications/{packageName}/systemApks/{versionCode}/variants/{varia… 1572 'versionCode' => [ 1584 … 'path' => 'androidpublisher/v3/applications/{packageName}/systemApks/{versionCode}/variants', [all …]
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_DirectoryService.php | 1448 public $versionCode; variable in Google_MobileDeviceApplications 1469 public function setVersionCode($versionCode) { argument 1470 $this->versionCode = $versionCode; 1473 return $this->versionCode;
|