clientId = $clientId; } /** * @return string */ public function getClientId() { return $this->clientId; } /** * The application secret for the app registered in Azure. * * @param GoogleCloudAiplatformV1ApiAuthApiKeyConfig $clientSecret */ public function setClientSecret(GoogleCloudAiplatformV1ApiAuthApiKeyConfig $clientSecret) { $this->clientSecret = $clientSecret; } /** * @return GoogleCloudAiplatformV1ApiAuthApiKeyConfig */ public function getClientSecret() { return $this->clientSecret; } /** * The ID of the drive to download from. * * @param string $driveId */ public function setDriveId($driveId) { $this->driveId = $driveId; } /** * @return string */ public function getDriveId() { return $this->driveId; } /** * The name of the drive to download from. * * @param string $driveName */ public function setDriveName($driveName) { $this->driveName = $driveName; } /** * @return string */ public function getDriveName() { return $this->driveName; } /** * Output only. The SharePoint file id. Output only. * * @param string $fileId */ public function setFileId($fileId) { $this->fileId = $fileId; } /** * @return string */ public function getFileId() { return $this->fileId; } /** * The ID of the SharePoint folder to download from. * * @param string $sharepointFolderId */ public function setSharepointFolderId($sharepointFolderId) { $this->sharepointFolderId = $sharepointFolderId; } /** * @return string */ public function getSharepointFolderId() { return $this->sharepointFolderId; } /** * The path of the SharePoint folder to download from. * * @param string $sharepointFolderPath */ public function setSharepointFolderPath($sharepointFolderPath) { $this->sharepointFolderPath = $sharepointFolderPath; } /** * @return string */ public function getSharepointFolderPath() { return $this->sharepointFolderPath; } /** * The name of the SharePoint site to download from. This can be the site name * or the site id. * * @param string $sharepointSiteName */ public function setSharepointSiteName($sharepointSiteName) { $this->sharepointSiteName = $sharepointSiteName; } /** * @return string */ public function getSharepointSiteName() { return $this->sharepointSiteName; } /** * Unique identifier of the Azure Active Directory Instance. * * @param string $tenantId */ public function setTenantId($tenantId) { $this->tenantId = $tenantId; } /** * @return string */ public function getTenantId() { return $this->tenantId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SharePointSourcesSharePointSource::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SharePointSourcesSharePointSource');