Searched refs:SecretVersion (Results 1 – 6 of 6) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecretManager/Resource/ |
H A D | ProjectsSecretsVersions.php | 25 use Google\Service\SecretManager\SecretVersion; alias 62 * @return SecretVersion 68 return $this->call('destroy', [$params], SecretVersion::class); 78 * @return SecretVersion 84 return $this->call('disable', [$params], SecretVersion::class); 94 * @return SecretVersion 100 return $this->call('enable', [$params], SecretVersion::class); 110 * @return SecretVersion 116 return $this->call('get', [$params], SecretVersion::class);
|
H A D | ProjectsSecrets.php | 24 use Google\Service\SecretManager\SecretVersion; alias 48 * @return SecretVersion 54 return $this->call('addVersion', [$params], SecretVersion::class);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecretManager/ |
H A D | ListSecretVersionsResponse.php | 31 protected $versionsType = SecretVersion::class; 63 * @param SecretVersion[] 70 * @return SecretVersion[]
|
H A D | SecretVersion.php | 20 class SecretVersion extends \Google\Model class 150 class_alias(SecretVersion::class, 'Google_Service_SecretManager_SecretVersion');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/ |
H A D | SecretVolume.php | 35 protected $versionsType = SecretVersion::class; 81 * @param SecretVersion[] 88 * @return SecretVersion[]
|
H A D | SecretVersion.php | 20 class SecretVersion extends \Google\Model class 62 class_alias(SecretVersion::class, 'Google_Service_CloudFunctions_SecretVersion');
|