📂 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: ExportOptions.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 ExportOptions extends \Google\Model
{
  /**
   * The region is unspecified. Defaults to ANY.
   */
  public const REGION_EXPORT_REGION_UNSPECIFIED = 'EXPORT_REGION_UNSPECIFIED';
  /**
   * Any region.
   */
  public const REGION_ANY = 'ANY';
  /**
   * United States region.
   */
  public const REGION_US = 'US';
  /**
   * Europe region.
   */
  public const REGION_EUROPE = 'EUROPE';
  protected $calendarOptionsType = CalendarExportOptions::class;
  protected $calendarOptionsDataType = '';
  protected $driveOptionsType = DriveExportOptions::class;
  protected $driveOptionsDataType = '';
  protected $geminiOptionsType = GeminiExportOptions::class;
  protected $geminiOptionsDataType = '';
  protected $groupsOptionsType = GroupsExportOptions::class;
  protected $groupsOptionsDataType = '';
  protected $hangoutsChatOptionsType = HangoutsChatExportOptions::class;
  protected $hangoutsChatOptionsDataType = '';
  protected $mailOptionsType = MailExportOptions::class;
  protected $mailOptionsDataType = '';
  /**
   * The requested data region for the export.
   *
   * @var string
   */
  public $region;
  protected $voiceOptionsType = VoiceExportOptions::class;
  protected $voiceOptionsDataType = '';

  /**
   * Option available for Calendar export.
   *
   * @param CalendarExportOptions $calendarOptions
   */
  public function setCalendarOptions(CalendarExportOptions $calendarOptions)
  {
    $this->calendarOptions = $calendarOptions;
  }
  /**
   * @return CalendarExportOptions
   */
  public function getCalendarOptions()
  {
    return $this->calendarOptions;
  }
  /**
   * Options for Drive exports.
   *
   * @param DriveExportOptions $driveOptions
   */
  public function setDriveOptions(DriveExportOptions $driveOptions)
  {
    $this->driveOptions = $driveOptions;
  }
  /**
   * @return DriveExportOptions
   */
  public function getDriveOptions()
  {
    return $this->driveOptions;
  }
  /**
   * Option available for Gemini export.
   *
   * @param GeminiExportOptions $geminiOptions
   */
  public function setGeminiOptions(GeminiExportOptions $geminiOptions)
  {
    $this->geminiOptions = $geminiOptions;
  }
  /**
   * @return GeminiExportOptions
   */
  public function getGeminiOptions()
  {
    return $this->geminiOptions;
  }
  /**
   * Options for Groups exports.
   *
   * @param GroupsExportOptions $groupsOptions
   */
  public function setGroupsOptions(GroupsExportOptions $groupsOptions)
  {
    $this->groupsOptions = $groupsOptions;
  }
  /**
   * @return GroupsExportOptions
   */
  public function getGroupsOptions()
  {
    return $this->groupsOptions;
  }
  /**
   * Options for Chat exports.
   *
   * @param HangoutsChatExportOptions $hangoutsChatOptions
   */
  public function setHangoutsChatOptions(HangoutsChatExportOptions $hangoutsChatOptions)
  {
    $this->hangoutsChatOptions = $hangoutsChatOptions;
  }
  /**
   * @return HangoutsChatExportOptions
   */
  public function getHangoutsChatOptions()
  {
    return $this->hangoutsChatOptions;
  }
  /**
   * Options for Gmail exports.
   *
   * @param MailExportOptions $mailOptions
   */
  public function setMailOptions(MailExportOptions $mailOptions)
  {
    $this->mailOptions = $mailOptions;
  }
  /**
   * @return MailExportOptions
   */
  public function getMailOptions()
  {
    return $this->mailOptions;
  }
  /**
   * The requested data region for the export.
   *
   * Accepted values: EXPORT_REGION_UNSPECIFIED, ANY, US, EUROPE
   *
   * @param self::REGION_* $region
   */
  public function setRegion($region)
  {
    $this->region = $region;
  }
  /**
   * @return self::REGION_*
   */
  public function getRegion()
  {
    return $this->region;
  }
  /**
   * Options for Voice exports.
   *
   * @param VoiceExportOptions $voiceOptions
   */
  public function setVoiceOptions(VoiceExportOptions $voiceOptions)
  {
    $this->voiceOptions = $voiceOptions;
  }
  /**
   * @return VoiceExportOptions
   */
  public function getVoiceOptions()
  {
    return $this->voiceOptions;
  }
}

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