📂 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: CalendarOptions.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 CalendarOptions extends \Google\Collection
{
  protected $collection_key = 'responseStatuses';
  /**
   * Matches only those events whose location contains all of the words in the
   * given set. If the string contains quoted phrases, this method only matches
   * those events whose location contain the exact phrase. Entries in the set
   * are considered in "and". Word splitting example: ["New Zealand"] vs
   * ["New","Zealand"] "New Zealand": matched by both "New and better Zealand":
   * only matched by the later
   *
   * @var string[]
   */
  public $locationQuery;
  /**
   * Matches only those events that do not contain any of the words in the given
   * set in title, description, location, or attendees. Entries in the set are
   * considered in "or".
   *
   * @var string[]
   */
  public $minusWords;
  /**
   * Matches only those events whose attendees contain all of the words in the
   * given set. Entries in the set are considered in "and".
   *
   * @var string[]
   */
  public $peopleQuery;
  /**
   * Matches only events for which the custodian gave one of these responses. If
   * the set is empty or contains ATTENDEE_RESPONSE_UNSPECIFIED there will be no
   * filtering on responses.
   *
   * @var string[]
   */
  public $responseStatuses;
  /**
   * Search the current version of the Calendar event, but export the contents
   * of the last version saved before 12:00 AM UTC on the specified date. Enter
   * the date in UTC.
   *
   * @var string
   */
  public $versionDate;

  /**
   * Matches only those events whose location contains all of the words in the
   * given set. If the string contains quoted phrases, this method only matches
   * those events whose location contain the exact phrase. Entries in the set
   * are considered in "and". Word splitting example: ["New Zealand"] vs
   * ["New","Zealand"] "New Zealand": matched by both "New and better Zealand":
   * only matched by the later
   *
   * @param string[] $locationQuery
   */
  public function setLocationQuery($locationQuery)
  {
    $this->locationQuery = $locationQuery;
  }
  /**
   * @return string[]
   */
  public function getLocationQuery()
  {
    return $this->locationQuery;
  }
  /**
   * Matches only those events that do not contain any of the words in the given
   * set in title, description, location, or attendees. Entries in the set are
   * considered in "or".
   *
   * @param string[] $minusWords
   */
  public function setMinusWords($minusWords)
  {
    $this->minusWords = $minusWords;
  }
  /**
   * @return string[]
   */
  public function getMinusWords()
  {
    return $this->minusWords;
  }
  /**
   * Matches only those events whose attendees contain all of the words in the
   * given set. Entries in the set are considered in "and".
   *
   * @param string[] $peopleQuery
   */
  public function setPeopleQuery($peopleQuery)
  {
    $this->peopleQuery = $peopleQuery;
  }
  /**
   * @return string[]
   */
  public function getPeopleQuery()
  {
    return $this->peopleQuery;
  }
  /**
   * Matches only events for which the custodian gave one of these responses. If
   * the set is empty or contains ATTENDEE_RESPONSE_UNSPECIFIED there will be no
   * filtering on responses.
   *
   * @param string[] $responseStatuses
   */
  public function setResponseStatuses($responseStatuses)
  {
    $this->responseStatuses = $responseStatuses;
  }
  /**
   * @return string[]
   */
  public function getResponseStatuses()
  {
    return $this->responseStatuses;
  }
  /**
   * Search the current version of the Calendar event, but export the contents
   * of the last version saved before 12:00 AM UTC on the specified date. Enter
   * the date in UTC.
   *
   * @param string $versionDate
   */
  public function setVersionDate($versionDate)
  {
    $this->versionDate = $versionDate;
  }
  /**
   * @return string
   */
  public function getVersionDate()
  {
    return $this->versionDate;
  }
}

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