nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param Secret[] */ public function setSecrets($secrets) { $this->secrets = $secrets; } /** * @return Secret[] */ public function getSecrets() { return $this->secrets; } /** * @param int */ public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } /** * @return int */ public function getTotalSize() { return $this->totalSize; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListSecretsResponse::class, 'Google_Service_SecretManager_ListSecretsResponse');