code
stringlengths 15
9.96M
| docstring
stringlengths 1
10.1k
| func_name
stringlengths 1
124
| language
stringclasses 1
value | repo
stringlengths 7
63
| path
stringlengths 6
186
| url
stringlengths 50
236
| license
stringclasses 4
values |
---|---|---|---|---|---|---|---|
public function getKaclsKeyMetadata()
{
return $this->kaclsKeyMetadata;
} | @return KaclsKeyMetadata | getKaclsKeyMetadata | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/CsePrivateKeyMetadata.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/CsePrivateKeyMetadata.php | Apache-2.0 |
public function setPrivateKeyMetadataId($privateKeyMetadataId)
{
$this->privateKeyMetadataId = $privateKeyMetadataId;
} | @param string | setPrivateKeyMetadataId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/CsePrivateKeyMetadata.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/CsePrivateKeyMetadata.php | Apache-2.0 |
public function getPrivateKeyMetadataId()
{
return $this->privateKeyMetadataId;
} | @return string | getPrivateKeyMetadataId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/CsePrivateKeyMetadata.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/CsePrivateKeyMetadata.php | Apache-2.0 |
public function setAutoExpunge($autoExpunge)
{
$this->autoExpunge = $autoExpunge;
} | @param bool | setAutoExpunge | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ImapSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ImapSettings.php | Apache-2.0 |
public function getAutoExpunge()
{
return $this->autoExpunge;
} | @return bool | getAutoExpunge | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ImapSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ImapSettings.php | Apache-2.0 |
public function setEnabled($enabled)
{
$this->enabled = $enabled;
} | @param bool | setEnabled | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ImapSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ImapSettings.php | Apache-2.0 |
public function getEnabled()
{
return $this->enabled;
} | @return bool | getEnabled | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ImapSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ImapSettings.php | Apache-2.0 |
public function setExpungeBehavior($expungeBehavior)
{
$this->expungeBehavior = $expungeBehavior;
} | @param string | setExpungeBehavior | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ImapSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ImapSettings.php | Apache-2.0 |
public function getExpungeBehavior()
{
return $this->expungeBehavior;
} | @return string | getExpungeBehavior | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ImapSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ImapSettings.php | Apache-2.0 |
public function setMaxFolderSize($maxFolderSize)
{
$this->maxFolderSize = $maxFolderSize;
} | @param int | setMaxFolderSize | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ImapSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ImapSettings.php | Apache-2.0 |
public function getMaxFolderSize()
{
return $this->maxFolderSize;
} | @return int | getMaxFolderSize | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ImapSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ImapSettings.php | Apache-2.0 |
public function setAddLabelIds($addLabelIds)
{
$this->addLabelIds = $addLabelIds;
} | @param string[] | setAddLabelIds | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ModifyMessageRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ModifyMessageRequest.php | Apache-2.0 |
public function getAddLabelIds()
{
return $this->addLabelIds;
} | @return string[] | getAddLabelIds | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ModifyMessageRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ModifyMessageRequest.php | Apache-2.0 |
public function setRemoveLabelIds($removeLabelIds)
{
$this->removeLabelIds = $removeLabelIds;
} | @param string[] | setRemoveLabelIds | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ModifyMessageRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ModifyMessageRequest.php | Apache-2.0 |
public function getRemoveLabelIds()
{
return $this->removeLabelIds;
} | @return string[] | getRemoveLabelIds | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ModifyMessageRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ModifyMessageRequest.php | Apache-2.0 |
public function setAction(FilterAction $action)
{
$this->action = $action;
} | @param FilterAction | setAction | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Filter.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Filter.php | Apache-2.0 |
public function getAction()
{
return $this->action;
} | @return FilterAction | getAction | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Filter.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Filter.php | Apache-2.0 |
public function setCriteria(FilterCriteria $criteria)
{
$this->criteria = $criteria;
} | @param FilterCriteria | setCriteria | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Filter.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Filter.php | Apache-2.0 |
public function getCriteria()
{
return $this->criteria;
} | @return FilterCriteria | getCriteria | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Filter.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Filter.php | Apache-2.0 |
public function setId($id)
{
$this->id = $id;
} | @param string | setId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Filter.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Filter.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | @return string | getId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Filter.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Filter.php | Apache-2.0 |
public function setForwardingAddresses($forwardingAddresses)
{
$this->forwardingAddresses = $forwardingAddresses;
} | @param ForwardingAddress[] | setForwardingAddresses | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListForwardingAddressesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListForwardingAddressesResponse.php | Apache-2.0 |
public function getForwardingAddresses()
{
return $this->forwardingAddresses;
} | @return ForwardingAddress[] | getForwardingAddresses | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListForwardingAddressesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListForwardingAddressesResponse.php | Apache-2.0 |
public function setDisplayLanguage($displayLanguage)
{
$this->displayLanguage = $displayLanguage;
} | @param string | setDisplayLanguage | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/LanguageSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/LanguageSettings.php | Apache-2.0 |
public function getDisplayLanguage()
{
return $this->displayLanguage;
} | @return string | getDisplayLanguage | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/LanguageSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/LanguageSettings.php | Apache-2.0 |
public function setEmailAddress($emailAddress)
{
$this->emailAddress = $emailAddress;
} | @param string | setEmailAddress | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Profile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Profile.php | Apache-2.0 |
public function getEmailAddress()
{
return $this->emailAddress;
} | @return string | getEmailAddress | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Profile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Profile.php | Apache-2.0 |
public function setHistoryId($historyId)
{
$this->historyId = $historyId;
} | @param string | setHistoryId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Profile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Profile.php | Apache-2.0 |
public function getHistoryId()
{
return $this->historyId;
} | @return string | getHistoryId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Profile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Profile.php | Apache-2.0 |
public function setMessagesTotal($messagesTotal)
{
$this->messagesTotal = $messagesTotal;
} | @param int | setMessagesTotal | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Profile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Profile.php | Apache-2.0 |
public function getMessagesTotal()
{
return $this->messagesTotal;
} | @return int | getMessagesTotal | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Profile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Profile.php | Apache-2.0 |
public function setThreadsTotal($threadsTotal)
{
$this->threadsTotal = $threadsTotal;
} | @param int | setThreadsTotal | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Profile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Profile.php | Apache-2.0 |
public function getThreadsTotal()
{
return $this->threadsTotal;
} | @return int | getThreadsTotal | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Profile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Profile.php | Apache-2.0 |
public function setDrafts($drafts)
{
$this->drafts = $drafts;
} | @param Draft[] | setDrafts | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListDraftsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListDraftsResponse.php | Apache-2.0 |
public function getDrafts()
{
return $this->drafts;
} | @return Draft[] | getDrafts | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListDraftsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListDraftsResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListDraftsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListDraftsResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListDraftsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListDraftsResponse.php | Apache-2.0 |
public function setResultSizeEstimate($resultSizeEstimate)
{
$this->resultSizeEstimate = $resultSizeEstimate;
} | @param string | setResultSizeEstimate | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListDraftsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListDraftsResponse.php | Apache-2.0 |
public function getResultSizeEstimate()
{
return $this->resultSizeEstimate;
} | @return string | getResultSizeEstimate | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListDraftsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListDraftsResponse.php | Apache-2.0 |
public function setDisableTime($disableTime)
{
$this->disableTime = $disableTime;
} | @param string | setDisableTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | Apache-2.0 |
public function getDisableTime()
{
return $this->disableTime;
} | @return string | getDisableTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | Apache-2.0 |
public function setEnablementState($enablementState)
{
$this->enablementState = $enablementState;
} | @param string | setEnablementState | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | Apache-2.0 |
public function getEnablementState()
{
return $this->enablementState;
} | @return string | getEnablementState | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | Apache-2.0 |
public function setKeyPairId($keyPairId)
{
$this->keyPairId = $keyPairId;
} | @param string | setKeyPairId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | Apache-2.0 |
public function getKeyPairId()
{
return $this->keyPairId;
} | @return string | getKeyPairId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | Apache-2.0 |
public function setPem($pem)
{
$this->pem = $pem;
} | @param string | setPem | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | Apache-2.0 |
public function getPem()
{
return $this->pem;
} | @return string | getPem | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | Apache-2.0 |
public function setPkcs7($pkcs7)
{
$this->pkcs7 = $pkcs7;
} | @param string | setPkcs7 | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | Apache-2.0 |
public function getPkcs7()
{
return $this->pkcs7;
} | @return string | getPkcs7 | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | Apache-2.0 |
public function setPrivateKeyMetadata($privateKeyMetadata)
{
$this->privateKeyMetadata = $privateKeyMetadata;
} | @param CsePrivateKeyMetadata[] | setPrivateKeyMetadata | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | Apache-2.0 |
public function getPrivateKeyMetadata()
{
return $this->privateKeyMetadata;
} | @return CsePrivateKeyMetadata[] | getPrivateKeyMetadata | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | Apache-2.0 |
public function setSubjectEmailAddresses($subjectEmailAddresses)
{
$this->subjectEmailAddresses = $subjectEmailAddresses;
} | @param string[] | setSubjectEmailAddresses | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | Apache-2.0 |
public function getSubjectEmailAddresses()
{
return $this->subjectEmailAddresses;
} | @return string[] | getSubjectEmailAddresses | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/CseKeyPair.php | Apache-2.0 |
public function setHistoryId($historyId)
{
$this->historyId = $historyId;
} | @param string | setHistoryId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Thread.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Thread.php | Apache-2.0 |
public function getHistoryId()
{
return $this->historyId;
} | @return string | getHistoryId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Thread.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Thread.php | Apache-2.0 |
public function setId($id)
{
$this->id = $id;
} | @param string | setId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Thread.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Thread.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | @return string | getId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Thread.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Thread.php | Apache-2.0 |
public function setMessages($messages)
{
$this->messages = $messages;
} | @param Message[] | setMessages | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Thread.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Thread.php | Apache-2.0 |
public function getMessages()
{
return $this->messages;
} | @return Message[] | getMessages | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Thread.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Thread.php | Apache-2.0 |
public function setSnippet($snippet)
{
$this->snippet = $snippet;
} | @param string | setSnippet | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Thread.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Thread.php | Apache-2.0 |
public function getSnippet()
{
return $this->snippet;
} | @return string | getSnippet | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Thread.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Thread.php | Apache-2.0 |
public function setAddLabelIds($addLabelIds)
{
$this->addLabelIds = $addLabelIds;
} | @param string[] | setAddLabelIds | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/FilterAction.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/FilterAction.php | Apache-2.0 |
public function getAddLabelIds()
{
return $this->addLabelIds;
} | @return string[] | getAddLabelIds | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/FilterAction.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/FilterAction.php | Apache-2.0 |
public function setForward($forward)
{
$this->forward = $forward;
} | @param string | setForward | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/FilterAction.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/FilterAction.php | Apache-2.0 |
public function getForward()
{
return $this->forward;
} | @return string | getForward | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/FilterAction.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/FilterAction.php | Apache-2.0 |
public function setRemoveLabelIds($removeLabelIds)
{
$this->removeLabelIds = $removeLabelIds;
} | @param string[] | setRemoveLabelIds | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/FilterAction.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/FilterAction.php | Apache-2.0 |
public function getRemoveLabelIds()
{
return $this->removeLabelIds;
} | @return string[] | getRemoveLabelIds | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/FilterAction.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/FilterAction.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListThreadsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListThreadsResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListThreadsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListThreadsResponse.php | Apache-2.0 |
public function setResultSizeEstimate($resultSizeEstimate)
{
$this->resultSizeEstimate = $resultSizeEstimate;
} | @param string | setResultSizeEstimate | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListThreadsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListThreadsResponse.php | Apache-2.0 |
public function getResultSizeEstimate()
{
return $this->resultSizeEstimate;
} | @return string | getResultSizeEstimate | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListThreadsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListThreadsResponse.php | Apache-2.0 |
public function setThreads($threads)
{
$this->threads = $threads;
} | @param Thread[] | setThreads | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListThreadsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListThreadsResponse.php | Apache-2.0 |
public function getThreads()
{
return $this->threads;
} | @return Thread[] | getThreads | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListThreadsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListThreadsResponse.php | Apache-2.0 |
public function setEnableAutoReply($enableAutoReply)
{
$this->enableAutoReply = $enableAutoReply;
} | @param bool | setEnableAutoReply | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/VacationSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/VacationSettings.php | Apache-2.0 |
public function getEnableAutoReply()
{
return $this->enableAutoReply;
} | @return bool | getEnableAutoReply | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/VacationSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/VacationSettings.php | Apache-2.0 |
public function setEndTime($endTime)
{
$this->endTime = $endTime;
} | @param string | setEndTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/VacationSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/VacationSettings.php | Apache-2.0 |
public function getEndTime()
{
return $this->endTime;
} | @return string | getEndTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/VacationSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/VacationSettings.php | Apache-2.0 |
public function setResponseBodyHtml($responseBodyHtml)
{
$this->responseBodyHtml = $responseBodyHtml;
} | @param string | setResponseBodyHtml | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/VacationSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/VacationSettings.php | Apache-2.0 |
public function getResponseBodyHtml()
{
return $this->responseBodyHtml;
} | @return string | getResponseBodyHtml | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/VacationSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/VacationSettings.php | Apache-2.0 |
public function setResponseBodyPlainText($responseBodyPlainText)
{
$this->responseBodyPlainText = $responseBodyPlainText;
} | @param string | setResponseBodyPlainText | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/VacationSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/VacationSettings.php | Apache-2.0 |
public function getResponseBodyPlainText()
{
return $this->responseBodyPlainText;
} | @return string | getResponseBodyPlainText | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/VacationSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/VacationSettings.php | Apache-2.0 |
public function setResponseSubject($responseSubject)
{
$this->responseSubject = $responseSubject;
} | @param string | setResponseSubject | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/VacationSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/VacationSettings.php | Apache-2.0 |
public function getResponseSubject()
{
return $this->responseSubject;
} | @return string | getResponseSubject | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/VacationSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/VacationSettings.php | Apache-2.0 |
public function setRestrictToContacts($restrictToContacts)
{
$this->restrictToContacts = $restrictToContacts;
} | @param bool | setRestrictToContacts | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/VacationSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/VacationSettings.php | Apache-2.0 |
public function getRestrictToContacts()
{
return $this->restrictToContacts;
} | @return bool | getRestrictToContacts | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/VacationSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/VacationSettings.php | Apache-2.0 |
public function setRestrictToDomain($restrictToDomain)
{
$this->restrictToDomain = $restrictToDomain;
} | @param bool | setRestrictToDomain | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/VacationSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/VacationSettings.php | Apache-2.0 |
public function getRestrictToDomain()
{
return $this->restrictToDomain;
} | @return bool | getRestrictToDomain | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/VacationSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/VacationSettings.php | Apache-2.0 |
public function setStartTime($startTime)
{
$this->startTime = $startTime;
} | @param string | setStartTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/VacationSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/VacationSettings.php | Apache-2.0 |
public function getStartTime()
{
return $this->startTime;
} | @return string | getStartTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/VacationSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/VacationSettings.php | Apache-2.0 |
public function setMessage(Message $message)
{
$this->message = $message;
} | @param Message | setMessage | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/HistoryMessageDeleted.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/HistoryMessageDeleted.php | Apache-2.0 |
public function getMessage()
{
return $this->message;
} | @return Message | getMessage | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/HistoryMessageDeleted.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/HistoryMessageDeleted.php | Apache-2.0 |
public function setAccessWindow($accessWindow)
{
$this->accessWindow = $accessWindow;
} | @param string | setAccessWindow | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/PopSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/PopSettings.php | Apache-2.0 |
public function getAccessWindow()
{
return $this->accessWindow;
} | @return string | getAccessWindow | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/PopSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/PopSettings.php | Apache-2.0 |
public function setDisposition($disposition)
{
$this->disposition = $disposition;
} | @param string | setDisposition | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/PopSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/PopSettings.php | Apache-2.0 |
public function getDisposition()
{
return $this->disposition;
} | @return string | getDisposition | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/PopSettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/PopSettings.php | Apache-2.0 |
public function setId($id)
{
$this->id = $id;
} | @param string | setId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/History.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/History.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | @return string | getId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/History.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/History.php | Apache-2.0 |
public function setLabelsAdded($labelsAdded)
{
$this->labelsAdded = $labelsAdded;
} | @param HistoryLabelAdded[] | setLabelsAdded | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/History.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/History.php | Apache-2.0 |
public function getLabelsAdded()
{
return $this->labelsAdded;
} | @return HistoryLabelAdded[] | getLabelsAdded | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/History.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/History.php | Apache-2.0 |
public function setLabelsRemoved($labelsRemoved)
{
$this->labelsRemoved = $labelsRemoved;
} | @param HistoryLabelRemoved[] | setLabelsRemoved | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/History.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/History.php | Apache-2.0 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.