📂 File Browser

AgentAI/vendor/google/apiclient-services/src/Vault
🌙 Dark Mode
🎯 Quick Launch:

📁 Directories

📁 Resource/ 🔓 Open

📄 Files

🐘 AccountCount.php
▶ Open 📄 View Source
🐘 AccountCountError.php
▶ Open 📄 View Source
🐘 AccountInfo.php
▶ Open 📄 View Source
🐘 AddHeldAccountResult.php
▶ Open 📄 View Source
🐘 AddHeldAccountsRequest.php
▶ Open 📄 View Source
🐘 AddHeldAccountsResponse.php
▶ Open 📄 View Source
🐘 AddMatterPermissionsRequest.php
▶ Open 📄 View Source
🐘 CalendarExportOptions.php
▶ Open 📄 View Source
🐘 CalendarOptions.php
▶ Open 📄 View Source
🐘 CancelOperationRequest.php
▶ Open 📄 View Source
🐘 CloseMatterRequest.php
▶ Open 📄 View Source
🐘 CloseMatterResponse.php
▶ Open 📄 View Source
🐘 CloudStorageFile.php
▶ Open 📄 View Source
🐘 CloudStorageSink.php
▶ Open 📄 View Source
🐘 CorpusQuery.php
▶ Open 📄 View Source
🐘 CountArtifactsMetadata.php
▶ Open 📄 View Source
🐘 CountArtifactsRequest.php
▶ Open 📄 View Source
🐘 CountArtifactsResponse.php
▶ Open 📄 View Source
🐘 DriveDocumentIds.php
▶ Open 📄 View Source
🐘 DriveDocumentInfo.php
▶ Open 📄 View Source
🐘 DriveExportOptions.php
▶ Open 📄 View Source
🐘 DriveOptions.php
▶ Open 📄 View Source
🐘 Export.php
▶ Open 📄 View Source
🐘 ExportOptions.php
▶ Open 📄 View Source
🐘 ExportStats.php
▶ Open 📄 View Source
🐘 GeminiExportOptions.php
▶ Open 📄 View Source
🐘 GeminiOptions.php
▶ Open 📄 View Source
🐘 GroupsCountResult.php
▶ Open 📄 View Source
🐘 GroupsExportOptions.php
▶ Open 📄 View Source
🐘 HangoutsChatExportOptions.php
▶ Open 📄 View Source
🐘 HangoutsChatInfo.php
▶ Open 📄 View Source
🐘 HangoutsChatOptions.php
▶ Open 📄 View Source
🐘 HeldAccount.php
▶ Open 📄 View Source
🐘 HeldCalendarQuery.php
▶ Open 📄 View Source
🐘 HeldDriveQuery.php
▶ Open 📄 View Source
🐘 HeldGroupsQuery.php
▶ Open 📄 View Source
🐘 HeldHangoutsChatQuery.php
▶ Open 📄 View Source
🐘 HeldMailQuery.php
▶ Open 📄 View Source
🐘 HeldOrgUnit.php
▶ Open 📄 View Source
🐘 HeldVoiceQuery.php
▶ Open 📄 View Source
🐘 Hold.php
▶ Open 📄 View Source
🐘 ListExportsResponse.php
▶ Open 📄 View Source
🐘 ListHeldAccountsResponse.php
▶ Open 📄 View Source
🐘 ListHoldsResponse.php
▶ Open 📄 View Source
🐘 ListMattersResponse.php
▶ Open 📄 View Source
🐘 ListOperationsResponse.php
▶ Open 📄 View Source
🐘 ListSavedQueriesResponse.php
▶ Open 📄 View Source
🐘 MailCountResult.php
▶ Open 📄 View Source
🐘 MailExportOptions.php
▶ Open 📄 View Source
🐘 MailOptions.php
▶ Open 📄 View Source
🐘 Matter.php
▶ Open 📄 View Source
🐘 MatterPermission.php
▶ Open 📄 View Source
🐘 Operation.php
▶ Open 📄 View Source
🐘 OrgUnitInfo.php
▶ Open 📄 View Source
🐘 Query.php
▶ Open 📄 View Source
🐘 RemoveHeldAccountsRequest.php
▶ Open 📄 View Source
🐘 RemoveHeldAccountsResponse.php
▶ Open 📄 View Source
🐘 RemoveMatterPermissionsRequest.php
▶ Open 📄 View Source
🐘 ReopenMatterRequest.php
▶ Open 📄 View Source
🐘 ReopenMatterResponse.php
▶ Open 📄 View Source
🐘 SavedQuery.php
▶ Open 📄 View Source
🐘 SharedDriveInfo.php
▶ Open 📄 View Source
🐘 SitesUrlInfo.php
▶ Open 📄 View Source
🐘 Status.php
▶ Open 📄 View Source
🐘 TeamDriveInfo.php
▶ Open 📄 View Source
🐘 UndeleteMatterRequest.php
▶ Open 📄 View Source
🐘 UserInfo.php
▶ Open 📄 View Source
🐘 VaultEmpty.php
▶ Open 📄 View Source
🐘 VoiceExportOptions.php
▶ Open 📄 View Source
🐘 VoiceOptions.php
▶ Open 📄 View Source

📄 Source: Export.php

<?php
/*
 * Copyright 2014 Google Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a copy of
 * the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations under
 * the License.
 */

namespace Google\Service\Vault;

class Export extends \Google\Model
{
  /**
   * The status is unspecified.
   */
  public const STATUS_EXPORT_STATUS_UNSPECIFIED = 'EXPORT_STATUS_UNSPECIFIED';
  /**
   * The export completed.
   */
  public const STATUS_COMPLETED = 'COMPLETED';
  /**
   * The export failed.
   */
  public const STATUS_FAILED = 'FAILED';
  /**
   * The export is in progress.
   */
  public const STATUS_IN_PROGRESS = 'IN_PROGRESS';
  protected $cloudStorageSinkType = CloudStorageSink::class;
  protected $cloudStorageSinkDataType = '';
  /**
   * Output only. The time when the export was created.
   *
   * @var string
   */
  public $createTime;
  protected $exportOptionsType = ExportOptions::class;
  protected $exportOptionsDataType = '';
  /**
   * Output only. The generated export ID.
   *
   * @var string
   */
  public $id;
  /**
   * Output only. The matter ID.
   *
   * @var string
   */
  public $matterId;
  /**
   * The export name. Don't use special characters (~!$'(),;@:/?) in the name,
   * they can prevent you from downloading exports.
   *
   * @var string
   */
  public $name;
  /**
   * Output only. Identifies the parent export that spawned this child export.
   * This is only set on child exports.
   *
   * @var string
   */
  public $parentExportId;
  protected $queryType = Query::class;
  protected $queryDataType = '';
  protected $requesterType = UserInfo::class;
  protected $requesterDataType = '';
  protected $statsType = ExportStats::class;
  protected $statsDataType = '';
  /**
   * Output only. The status of the export.
   *
   * @var string
   */
  public $status;

  /**
   * Output only. The sink for export files in Cloud Storage.
   *
   * @param CloudStorageSink $cloudStorageSink
   */
  public function setCloudStorageSink(CloudStorageSink $cloudStorageSink)
  {
    $this->cloudStorageSink = $cloudStorageSink;
  }
  /**
   * @return CloudStorageSink
   */
  public function getCloudStorageSink()
  {
    return $this->cloudStorageSink;
  }
  /**
   * Output only. The time when the export was created.
   *
   * @param string $createTime
   */
  public function setCreateTime($createTime)
  {
    $this->createTime = $createTime;
  }
  /**
   * @return string
   */
  public function getCreateTime()
  {
    return $this->createTime;
  }
  /**
   * Additional export options.
   *
   * @param ExportOptions $exportOptions
   */
  public function setExportOptions(ExportOptions $exportOptions)
  {
    $this->exportOptions = $exportOptions;
  }
  /**
   * @return ExportOptions
   */
  public function getExportOptions()
  {
    return $this->exportOptions;
  }
  /**
   * Output only. The generated export ID.
   *
   * @param string $id
   */
  public function setId($id)
  {
    $this->id = $id;
  }
  /**
   * @return string
   */
  public function getId()
  {
    return $this->id;
  }
  /**
   * Output only. The matter ID.
   *
   * @param string $matterId
   */
  public function setMatterId($matterId)
  {
    $this->matterId = $matterId;
  }
  /**
   * @return string
   */
  public function getMatterId()
  {
    return $this->matterId;
  }
  /**
   * The export name. Don't use special characters (~!$'(),;@:/?) in the name,
   * they can prevent you from downloading exports.
   *
   * @param string $name
   */
  public function setName($name)
  {
    $this->name = $name;
  }
  /**
   * @return string
   */
  public function getName()
  {
    return $this->name;
  }
  /**
   * Output only. Identifies the parent export that spawned this child export.
   * This is only set on child exports.
   *
   * @param string $parentExportId
   */
  public function setParentExportId($parentExportId)
  {
    $this->parentExportId = $parentExportId;
  }
  /**
   * @return string
   */
  public function getParentExportId()
  {
    return $this->parentExportId;
  }
  /**
   * The query parameters used to create the export.
   *
   * @param Query $query
   */
  public function setQuery(Query $query)
  {
    $this->query = $query;
  }
  /**
   * @return Query
   */
  public function getQuery()
  {
    return $this->query;
  }
  /**
   * Output only. The requester of the export.
   *
   * @param UserInfo $requester
   */
  public function setRequester(UserInfo $requester)
  {
    $this->requester = $requester;
  }
  /**
   * @return UserInfo
   */
  public function getRequester()
  {
    return $this->requester;
  }
  /**
   * Output only. Details about the export progress and size.
   *
   * @param ExportStats $stats
   */
  public function setStats(ExportStats $stats)
  {
    $this->stats = $stats;
  }
  /**
   * @return ExportStats
   */
  public function getStats()
  {
    return $this->stats;
  }
  /**
   * Output only. The status of the export.
   *
   * Accepted values: EXPORT_STATUS_UNSPECIFIED, COMPLETED, FAILED, IN_PROGRESS
   *
   * @param self::STATUS_* $status
   */
  public function setStatus($status)
  {
    $this->status = $status;
  }
  /**
   * @return self::STATUS_*
   */
  public function getStatus()
  {
    return $this->status;
  }
}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Export::class, 'Google_Service_Vault_Export');
← Back