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 getLabelsRemoved()
{
return $this->labelsRemoved;
} | @return HistoryLabelRemoved[] | getLabelsRemoved | 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 setMessages($messages)
{
$this->messages = $messages;
} | @param Message[] | setMessages | 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 getMessages()
{
return $this->messages;
} | @return Message[] | getMessages | 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 setMessagesAdded($messagesAdded)
{
$this->messagesAdded = $messagesAdded;
} | @param HistoryMessageAdded[] | setMessagesAdded | 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 getMessagesAdded()
{
return $this->messagesAdded;
} | @return HistoryMessageAdded[] | getMessagesAdded | 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 setMessagesDeleted($messagesDeleted)
{
$this->messagesDeleted = $messagesDeleted;
} | @param HistoryMessageDeleted[] | setMessagesDeleted | 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 getMessagesDeleted()
{
return $this->messagesDeleted;
} | @return HistoryMessageDeleted[] | getMessagesDeleted | 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 setKaclsData($kaclsData)
{
$this->kaclsData = $kaclsData;
} | @param string | setKaclsData | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/KaclsKeyMetadata.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/KaclsKeyMetadata.php | Apache-2.0 |
public function getKaclsData()
{
return $this->kaclsData;
} | @return string | getKaclsData | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/KaclsKeyMetadata.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/KaclsKeyMetadata.php | Apache-2.0 |
public function setKaclsUri($kaclsUri)
{
$this->kaclsUri = $kaclsUri;
} | @param string | setKaclsUri | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/KaclsKeyMetadata.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/KaclsKeyMetadata.php | Apache-2.0 |
public function getKaclsUri()
{
return $this->kaclsUri;
} | @return string | getKaclsUri | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/KaclsKeyMetadata.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/KaclsKeyMetadata.php | Apache-2.0 |
public function setHistory($history)
{
$this->history = $history;
} | @param History[] | setHistory | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListHistoryResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListHistoryResponse.php | Apache-2.0 |
public function getHistory()
{
return $this->history;
} | @return History[] | getHistory | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListHistoryResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListHistoryResponse.php | Apache-2.0 |
public function setHistoryId($historyId)
{
$this->historyId = $historyId;
} | @param string | setHistoryId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListHistoryResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListHistoryResponse.php | Apache-2.0 |
public function getHistoryId()
{
return $this->historyId;
} | @return string | getHistoryId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListHistoryResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListHistoryResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListHistoryResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListHistoryResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListHistoryResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListHistoryResponse.php | Apache-2.0 |
public function setBackgroundColor($backgroundColor)
{
$this->backgroundColor = $backgroundColor;
} | @param string | setBackgroundColor | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/LabelColor.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/LabelColor.php | Apache-2.0 |
public function getBackgroundColor()
{
return $this->backgroundColor;
} | @return string | getBackgroundColor | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/LabelColor.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/LabelColor.php | Apache-2.0 |
public function setTextColor($textColor)
{
$this->textColor = $textColor;
} | @param string | setTextColor | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/LabelColor.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/LabelColor.php | Apache-2.0 |
public function getTextColor()
{
return $this->textColor;
} | @return string | getTextColor | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/LabelColor.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/LabelColor.php | Apache-2.0 |
public function setAddLabelIds($addLabelIds)
{
$this->addLabelIds = $addLabelIds;
} | @param string[] | setAddLabelIds | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ModifyThreadRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ModifyThreadRequest.php | Apache-2.0 |
public function getAddLabelIds()
{
return $this->addLabelIds;
} | @return string[] | getAddLabelIds | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ModifyThreadRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ModifyThreadRequest.php | Apache-2.0 |
public function setRemoveLabelIds($removeLabelIds)
{
$this->removeLabelIds = $removeLabelIds;
} | @param string[] | setRemoveLabelIds | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ModifyThreadRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ModifyThreadRequest.php | Apache-2.0 |
public function getRemoveLabelIds()
{
return $this->removeLabelIds;
} | @return string[] | getRemoveLabelIds | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ModifyThreadRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ModifyThreadRequest.php | Apache-2.0 |
public function setCseIdentities($cseIdentities)
{
$this->cseIdentities = $cseIdentities;
} | @param CseIdentity[] | setCseIdentities | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListCseIdentitiesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListCseIdentitiesResponse.php | Apache-2.0 |
public function getCseIdentities()
{
return $this->cseIdentities;
} | @return CseIdentity[] | getCseIdentities | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListCseIdentitiesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListCseIdentitiesResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListCseIdentitiesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListCseIdentitiesResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListCseIdentitiesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListCseIdentitiesResponse.php | Apache-2.0 |
public function setIds($ids)
{
$this->ids = $ids;
} | @param string[] | setIds | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/BatchDeleteMessagesRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/BatchDeleteMessagesRequest.php | Apache-2.0 |
public function getIds()
{
return $this->ids;
} | @return string[] | getIds | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/BatchDeleteMessagesRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/BatchDeleteMessagesRequest.php | Apache-2.0 |
public function setForwardingEmail($forwardingEmail)
{
$this->forwardingEmail = $forwardingEmail;
} | @param string | setForwardingEmail | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ForwardingAddress.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ForwardingAddress.php | Apache-2.0 |
public function getForwardingEmail()
{
return $this->forwardingEmail;
} | @return string | getForwardingEmail | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ForwardingAddress.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ForwardingAddress.php | Apache-2.0 |
public function setVerificationStatus($verificationStatus)
{
$this->verificationStatus = $verificationStatus;
} | @param string | setVerificationStatus | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ForwardingAddress.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ForwardingAddress.php | Apache-2.0 |
public function getVerificationStatus()
{
return $this->verificationStatus;
} | @return string | getVerificationStatus | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ForwardingAddress.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ForwardingAddress.php | Apache-2.0 |
public function setSendAs($sendAs)
{
$this->sendAs = $sendAs;
} | @param SendAs[] | setSendAs | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListSendAsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListSendAsResponse.php | Apache-2.0 |
public function getSendAs()
{
return $this->sendAs;
} | @return SendAs[] | getSendAs | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListSendAsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListSendAsResponse.php | Apache-2.0 |
public function setCseKeyPairs($cseKeyPairs)
{
$this->cseKeyPairs = $cseKeyPairs;
} | @param CseKeyPair[] | setCseKeyPairs | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListCseKeyPairsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListCseKeyPairsResponse.php | Apache-2.0 |
public function getCseKeyPairs()
{
return $this->cseKeyPairs;
} | @return CseKeyPair[] | getCseKeyPairs | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListCseKeyPairsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListCseKeyPairsResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListCseKeyPairsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListCseKeyPairsResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListCseKeyPairsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListCseKeyPairsResponse.php | Apache-2.0 |
public function setDelegates($delegates)
{
$this->delegates = $delegates;
} | @param Delegate[] | setDelegates | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListDelegatesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListDelegatesResponse.php | Apache-2.0 |
public function getDelegates()
{
return $this->delegates;
} | @return Delegate[] | getDelegates | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/ListDelegatesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListDelegatesResponse.php | Apache-2.0 |
public function setBody(MessagePartBody $body)
{
$this->body = $body;
} | @param MessagePartBody | setBody | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/MessagePart.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/MessagePart.php | Apache-2.0 |
public function getBody()
{
return $this->body;
} | @return MessagePartBody | getBody | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/MessagePart.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/MessagePart.php | Apache-2.0 |
public function setFilename($filename)
{
$this->filename = $filename;
} | @param string | setFilename | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/MessagePart.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/MessagePart.php | Apache-2.0 |
public function getFilename()
{
return $this->filename;
} | @return string | getFilename | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/MessagePart.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/MessagePart.php | Apache-2.0 |
public function setHeaders($headers)
{
$this->headers = $headers;
} | @param MessagePartHeader[] | setHeaders | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/MessagePart.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/MessagePart.php | Apache-2.0 |
public function getHeaders()
{
return $this->headers;
} | @return MessagePartHeader[] | getHeaders | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/MessagePart.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/MessagePart.php | Apache-2.0 |
public function setMimeType($mimeType)
{
$this->mimeType = $mimeType;
} | @param string | setMimeType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/MessagePart.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/MessagePart.php | Apache-2.0 |
public function getMimeType()
{
return $this->mimeType;
} | @return string | getMimeType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/MessagePart.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/MessagePart.php | Apache-2.0 |
public function setPartId($partId)
{
$this->partId = $partId;
} | @param string | setPartId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/MessagePart.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/MessagePart.php | Apache-2.0 |
public function getPartId()
{
return $this->partId;
} | @return string | getPartId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/MessagePart.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/MessagePart.php | Apache-2.0 |
public function setParts($parts)
{
$this->parts = $parts;
} | @param MessagePart[] | setParts | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/MessagePart.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/MessagePart.php | Apache-2.0 |
public function getParts()
{
return $this->parts;
} | @return MessagePart[] | getParts | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/MessagePart.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/MessagePart.php | Apache-2.0 |
public function setDisposition($disposition)
{
$this->disposition = $disposition;
} | @param string | setDisposition | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/AutoForwarding.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/AutoForwarding.php | Apache-2.0 |
public function getDisposition()
{
return $this->disposition;
} | @return string | getDisposition | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/AutoForwarding.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/AutoForwarding.php | Apache-2.0 |
public function setEmailAddress($emailAddress)
{
$this->emailAddress = $emailAddress;
} | @param string | setEmailAddress | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/AutoForwarding.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/AutoForwarding.php | Apache-2.0 |
public function getEmailAddress()
{
return $this->emailAddress;
} | @return string | getEmailAddress | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/AutoForwarding.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/AutoForwarding.php | Apache-2.0 |
public function setEnabled($enabled)
{
$this->enabled = $enabled;
} | @param bool | setEnabled | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/AutoForwarding.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/AutoForwarding.php | Apache-2.0 |
public function getEnabled()
{
return $this->enabled;
} | @return bool | getEnabled | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/AutoForwarding.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/AutoForwarding.php | Apache-2.0 |
public function setHistoryId($historyId)
{
$this->historyId = $historyId;
} | @param string | setHistoryId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Message.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Message.php | Apache-2.0 |
public function getHistoryId()
{
return $this->historyId;
} | @return string | getHistoryId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Message.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Message.php | Apache-2.0 |
public function setId($id)
{
$this->id = $id;
} | @param string | setId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Message.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Message.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | @return string | getId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Message.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Message.php | Apache-2.0 |
public function setInternalDate($internalDate)
{
$this->internalDate = $internalDate;
} | @param string | setInternalDate | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Message.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Message.php | Apache-2.0 |
public function getInternalDate()
{
return $this->internalDate;
} | @return string | getInternalDate | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Message.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Message.php | Apache-2.0 |
public function setLabelIds($labelIds)
{
$this->labelIds = $labelIds;
} | @param string[] | setLabelIds | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Message.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Message.php | Apache-2.0 |
public function getLabelIds()
{
return $this->labelIds;
} | @return string[] | getLabelIds | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Message.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Message.php | Apache-2.0 |
public function setPayload(MessagePart $payload)
{
$this->payload = $payload;
} | @param MessagePart | setPayload | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Message.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Message.php | Apache-2.0 |
public function getPayload()
{
return $this->payload;
} | @return MessagePart | getPayload | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Message.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Message.php | Apache-2.0 |
public function setRaw($raw)
{
$this->raw = $raw;
} | @param string | setRaw | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Message.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Message.php | Apache-2.0 |
public function getRaw()
{
return $this->raw;
} | @return string | getRaw | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Message.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Message.php | Apache-2.0 |
public function setSizeEstimate($sizeEstimate)
{
$this->sizeEstimate = $sizeEstimate;
} | @param int | setSizeEstimate | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Message.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Message.php | Apache-2.0 |
public function getSizeEstimate()
{
return $this->sizeEstimate;
} | @return int | getSizeEstimate | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Message.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Message.php | Apache-2.0 |
public function setSnippet($snippet)
{
$this->snippet = $snippet;
} | @param string | setSnippet | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Message.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Message.php | Apache-2.0 |
public function getSnippet()
{
return $this->snippet;
} | @return string | getSnippet | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Message.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Message.php | Apache-2.0 |
public function setThreadId($threadId)
{
$this->threadId = $threadId;
} | @param string | setThreadId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Message.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Message.php | Apache-2.0 |
public function getThreadId()
{
return $this->threadId;
} | @return string | getThreadId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/Message.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Message.php | Apache-2.0 |
public function setDescription($description)
{
$this->description = $description;
} | @param string | setDescription | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/PivKeyMetadata.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/PivKeyMetadata.php | Apache-2.0 |
public function getDescription()
{
return $this->description;
} | @return string | getDescription | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/PivKeyMetadata.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/PivKeyMetadata.php | Apache-2.0 |
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
} | @param string | setDisplayName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/SendAs.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/SendAs.php | Apache-2.0 |
public function getDisplayName()
{
return $this->displayName;
} | @return string | getDisplayName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/SendAs.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/SendAs.php | Apache-2.0 |
public function setIsDefault($isDefault)
{
$this->isDefault = $isDefault;
} | @param bool | setIsDefault | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/SendAs.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/SendAs.php | Apache-2.0 |
public function getIsDefault()
{
return $this->isDefault;
} | @return bool | getIsDefault | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/SendAs.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/SendAs.php | Apache-2.0 |
public function setIsPrimary($isPrimary)
{
$this->isPrimary = $isPrimary;
} | @param bool | setIsPrimary | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/SendAs.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/SendAs.php | Apache-2.0 |
public function getIsPrimary()
{
return $this->isPrimary;
} | @return bool | getIsPrimary | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/SendAs.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/SendAs.php | Apache-2.0 |
public function setReplyToAddress($replyToAddress)
{
$this->replyToAddress = $replyToAddress;
} | @param string | setReplyToAddress | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/SendAs.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/SendAs.php | Apache-2.0 |
public function getReplyToAddress()
{
return $this->replyToAddress;
} | @return string | getReplyToAddress | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/SendAs.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/SendAs.php | Apache-2.0 |
public function setSendAsEmail($sendAsEmail)
{
$this->sendAsEmail = $sendAsEmail;
} | @param string | setSendAsEmail | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/SendAs.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/SendAs.php | Apache-2.0 |
public function getSendAsEmail()
{
return $this->sendAsEmail;
} | @return string | getSendAsEmail | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/SendAs.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/SendAs.php | Apache-2.0 |
public function setSignature($signature)
{
$this->signature = $signature;
} | @param string | setSignature | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/SendAs.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/SendAs.php | Apache-2.0 |
public function getSignature()
{
return $this->signature;
} | @return string | getSignature | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/SendAs.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/SendAs.php | Apache-2.0 |
public function setSmtpMsa(SmtpMsa $smtpMsa)
{
$this->smtpMsa = $smtpMsa;
} | @param SmtpMsa | setSmtpMsa | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/SendAs.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/SendAs.php | Apache-2.0 |
public function getSmtpMsa()
{
return $this->smtpMsa;
} | @return SmtpMsa | getSmtpMsa | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/SendAs.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/SendAs.php | Apache-2.0 |
public function setTreatAsAlias($treatAsAlias)
{
$this->treatAsAlias = $treatAsAlias;
} | @param bool | setTreatAsAlias | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/SendAs.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/SendAs.php | Apache-2.0 |
public function getTreatAsAlias()
{
return $this->treatAsAlias;
} | @return bool | getTreatAsAlias | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/SendAs.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/SendAs.php | Apache-2.0 |
public function setVerificationStatus($verificationStatus)
{
$this->verificationStatus = $verificationStatus;
} | @param string | setVerificationStatus | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/SendAs.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/SendAs.php | Apache-2.0 |
public function getVerificationStatus()
{
return $this->verificationStatus;
} | @return string | getVerificationStatus | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/SendAs.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/SendAs.php | Apache-2.0 |
public function setDescription($description)
{
$this->description = $description;
} | @param string | setDescription | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Gmail/HardwareKeyMetadata.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/HardwareKeyMetadata.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.