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 getDescription() { return $this->description; }
@return string
getDescription
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
public function setMessages($messages) { $this->messages = $messages; }
@param Message[]
setMessages
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/ListMessagesResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListMessagesResponse.php
Apache-2.0
public function getMessages() { return $this->messages; }
@return Message[]
getMessages
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/ListMessagesResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListMessagesResponse.php
Apache-2.0
public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; }
@param string
setNextPageToken
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/ListMessagesResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListMessagesResponse.php
Apache-2.0
public function getNextPageToken() { return $this->nextPageToken; }
@return string
getNextPageToken
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/ListMessagesResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListMessagesResponse.php
Apache-2.0
public function setResultSizeEstimate($resultSizeEstimate) { $this->resultSizeEstimate = $resultSizeEstimate; }
@param string
setResultSizeEstimate
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/ListMessagesResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListMessagesResponse.php
Apache-2.0
public function getResultSizeEstimate() { return $this->resultSizeEstimate; }
@return string
getResultSizeEstimate
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/ListMessagesResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListMessagesResponse.php
Apache-2.0
public function setExpiration($expiration) { $this->expiration = $expiration; }
@param string
setExpiration
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/WatchResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/WatchResponse.php
Apache-2.0
public function getExpiration() { return $this->expiration; }
@return string
getExpiration
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/WatchResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/WatchResponse.php
Apache-2.0
public function setHistoryId($historyId) { $this->historyId = $historyId; }
@param string
setHistoryId
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/WatchResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/WatchResponse.php
Apache-2.0
public function getHistoryId() { return $this->historyId; }
@return string
getHistoryId
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/WatchResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/WatchResponse.php
Apache-2.0
public function setAttachmentId($attachmentId) { $this->attachmentId = $attachmentId; }
@param string
setAttachmentId
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/MessagePartBody.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/MessagePartBody.php
Apache-2.0
public function getAttachmentId() { return $this->attachmentId; }
@return string
getAttachmentId
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/MessagePartBody.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/MessagePartBody.php
Apache-2.0
public function setData($data) { $this->data = $data; }
@param string
setData
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/MessagePartBody.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/MessagePartBody.php
Apache-2.0
public function getData() { return $this->data; }
@return string
getData
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/MessagePartBody.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/MessagePartBody.php
Apache-2.0
public function setSize($size) { $this->size = $size; }
@param int
setSize
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/MessagePartBody.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/MessagePartBody.php
Apache-2.0
public function getSize() { return $this->size; }
@return int
getSize
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/MessagePartBody.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/MessagePartBody.php
Apache-2.0
public function setSmimeInfo($smimeInfo) { $this->smimeInfo = $smimeInfo; }
@param SmimeInfo[]
setSmimeInfo
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/ListSmimeInfoResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListSmimeInfoResponse.php
Apache-2.0
public function getSmimeInfo() { return $this->smimeInfo; }
@return SmimeInfo[]
getSmimeInfo
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/ListSmimeInfoResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/ListSmimeInfoResponse.php
Apache-2.0
public function setLabelIds($labelIds) { $this->labelIds = $labelIds; }
@param string[]
setLabelIds
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/HistoryLabelAdded.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/HistoryLabelAdded.php
Apache-2.0
public function getLabelIds() { return $this->labelIds; }
@return string[]
getLabelIds
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/HistoryLabelAdded.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/HistoryLabelAdded.php
Apache-2.0
public function setMessage(Message $message) { $this->message = $message; }
@param Message
setMessage
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/HistoryLabelAdded.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/HistoryLabelAdded.php
Apache-2.0
public function getMessage() { return $this->message; }
@return Message
getMessage
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/HistoryLabelAdded.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/HistoryLabelAdded.php
Apache-2.0
public function setDelegateEmail($delegateEmail) { $this->delegateEmail = $delegateEmail; }
@param string
setDelegateEmail
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/Delegate.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Delegate.php
Apache-2.0
public function getDelegateEmail() { return $this->delegateEmail; }
@return string
getDelegateEmail
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/Delegate.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Delegate.php
Apache-2.0
public function setVerificationStatus($verificationStatus) { $this->verificationStatus = $verificationStatus; }
@param string
setVerificationStatus
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/Delegate.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Delegate.php
Apache-2.0
public function getVerificationStatus() { return $this->verificationStatus; }
@return string
getVerificationStatus
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/Delegate.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Delegate.php
Apache-2.0
public function setColor(LabelColor $color) { $this->color = $color; }
@param LabelColor
setColor
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/Label.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Label.php
Apache-2.0
public function getColor() { return $this->color; }
@return LabelColor
getColor
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/Label.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Label.php
Apache-2.0
public function setId($id) { $this->id = $id; }
@param string
setId
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/Label.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Label.php
Apache-2.0
public function getId() { return $this->id; }
@return string
getId
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/Label.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Label.php
Apache-2.0
public function setLabelListVisibility($labelListVisibility) { $this->labelListVisibility = $labelListVisibility; }
@param string
setLabelListVisibility
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/Label.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Label.php
Apache-2.0
public function getLabelListVisibility() { return $this->labelListVisibility; }
@return string
getLabelListVisibility
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/Label.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Label.php
Apache-2.0
public function setMessageListVisibility($messageListVisibility) { $this->messageListVisibility = $messageListVisibility; }
@param string
setMessageListVisibility
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/Label.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Label.php
Apache-2.0
public function getMessageListVisibility() { return $this->messageListVisibility; }
@return string
getMessageListVisibility
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/Label.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Label.php
Apache-2.0
public function setMessagesTotal($messagesTotal) { $this->messagesTotal = $messagesTotal; }
@param int
setMessagesTotal
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/Label.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Label.php
Apache-2.0
public function getMessagesTotal() { return $this->messagesTotal; }
@return int
getMessagesTotal
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/Label.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Label.php
Apache-2.0
public function setMessagesUnread($messagesUnread) { $this->messagesUnread = $messagesUnread; }
@param int
setMessagesUnread
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/Label.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Label.php
Apache-2.0
public function getMessagesUnread() { return $this->messagesUnread; }
@return int
getMessagesUnread
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/Label.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Label.php
Apache-2.0
public function setName($name) { $this->name = $name; }
@param string
setName
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/Label.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Label.php
Apache-2.0
public function getName() { return $this->name; }
@return string
getName
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/Label.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Label.php
Apache-2.0
public function setThreadsTotal($threadsTotal) { $this->threadsTotal = $threadsTotal; }
@param int
setThreadsTotal
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/Label.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Label.php
Apache-2.0
public function getThreadsTotal() { return $this->threadsTotal; }
@return int
getThreadsTotal
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/Label.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Label.php
Apache-2.0
public function setThreadsUnread($threadsUnread) { $this->threadsUnread = $threadsUnread; }
@param int
setThreadsUnread
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/Label.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Label.php
Apache-2.0
public function getThreadsUnread() { return $this->threadsUnread; }
@return int
getThreadsUnread
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/Label.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Label.php
Apache-2.0
public function setType($type) { $this->type = $type; }
@param string
setType
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/Label.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Label.php
Apache-2.0
public function getType() { return $this->type; }
@return string
getType
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/Label.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/Label.php
Apache-2.0
public function setEncryptionKeyPairId($encryptionKeyPairId) { $this->encryptionKeyPairId = $encryptionKeyPairId; }
@param string
setEncryptionKeyPairId
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/SignAndEncryptKeyPairs.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/SignAndEncryptKeyPairs.php
Apache-2.0
public function getEncryptionKeyPairId() { return $this->encryptionKeyPairId; }
@return string
getEncryptionKeyPairId
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/SignAndEncryptKeyPairs.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/SignAndEncryptKeyPairs.php
Apache-2.0
public function setSigningKeyPairId($signingKeyPairId) { $this->signingKeyPairId = $signingKeyPairId; }
@param string
setSigningKeyPairId
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/SignAndEncryptKeyPairs.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/SignAndEncryptKeyPairs.php
Apache-2.0
public function getSigningKeyPairId() { return $this->signingKeyPairId; }
@return string
getSigningKeyPairId
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/SignAndEncryptKeyPairs.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/SignAndEncryptKeyPairs.php
Apache-2.0
public function setAddLabelIds($addLabelIds) { $this->addLabelIds = $addLabelIds; }
@param string[]
setAddLabelIds
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/BatchModifyMessagesRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/BatchModifyMessagesRequest.php
Apache-2.0
public function getAddLabelIds() { return $this->addLabelIds; }
@return string[]
getAddLabelIds
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/BatchModifyMessagesRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/BatchModifyMessagesRequest.php
Apache-2.0
public function setIds($ids) { $this->ids = $ids; }
@param string[]
setIds
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/BatchModifyMessagesRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/BatchModifyMessagesRequest.php
Apache-2.0
public function getIds() { return $this->ids; }
@return string[]
getIds
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/BatchModifyMessagesRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/BatchModifyMessagesRequest.php
Apache-2.0
public function setRemoveLabelIds($removeLabelIds) { $this->removeLabelIds = $removeLabelIds; }
@param string[]
setRemoveLabelIds
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/BatchModifyMessagesRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/BatchModifyMessagesRequest.php
Apache-2.0
public function getRemoveLabelIds() { return $this->removeLabelIds; }
@return string[]
getRemoveLabelIds
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/BatchModifyMessagesRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/BatchModifyMessagesRequest.php
Apache-2.0
public function setName($name) { $this->name = $name; }
@param string
setName
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/MessagePartHeader.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/MessagePartHeader.php
Apache-2.0
public function getName() { return $this->name; }
@return string
getName
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/MessagePartHeader.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/MessagePartHeader.php
Apache-2.0
public function setValue($value) { $this->value = $value; }
@param string
setValue
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/MessagePartHeader.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/MessagePartHeader.php
Apache-2.0
public function getValue() { return $this->value; }
@return string
getValue
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/MessagePartHeader.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/MessagePartHeader.php
Apache-2.0
public function setExcludeChats($excludeChats) { $this->excludeChats = $excludeChats; }
@param bool
setExcludeChats
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
Apache-2.0
public function getExcludeChats() { return $this->excludeChats; }
@return bool
getExcludeChats
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
Apache-2.0
public function setFrom($from) { $this->from = $from; }
@param string
setFrom
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
Apache-2.0
public function getFrom() { return $this->from; }
@return string
getFrom
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
Apache-2.0
public function setHasAttachment($hasAttachment) { $this->hasAttachment = $hasAttachment; }
@param bool
setHasAttachment
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
Apache-2.0
public function getHasAttachment() { return $this->hasAttachment; }
@return bool
getHasAttachment
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
Apache-2.0
public function setNegatedQuery($negatedQuery) { $this->negatedQuery = $negatedQuery; }
@param string
setNegatedQuery
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
Apache-2.0
public function getNegatedQuery() { return $this->negatedQuery; }
@return string
getNegatedQuery
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
Apache-2.0
public function setQuery($query) { $this->query = $query; }
@param string
setQuery
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
Apache-2.0
public function getQuery() { return $this->query; }
@return string
getQuery
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
Apache-2.0
public function setSize($size) { $this->size = $size; }
@param int
setSize
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
Apache-2.0
public function getSize() { return $this->size; }
@return int
getSize
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
Apache-2.0
public function setSizeComparison($sizeComparison) { $this->sizeComparison = $sizeComparison; }
@param string
setSizeComparison
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
Apache-2.0
public function getSizeComparison() { return $this->sizeComparison; }
@return string
getSizeComparison
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
Apache-2.0
public function setSubject($subject) { $this->subject = $subject; }
@param string
setSubject
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
Apache-2.0
public function getSubject() { return $this->subject; }
@return string
getSubject
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
Apache-2.0
public function setTo($to) { $this->to = $to; }
@param string
setTo
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
Apache-2.0
public function getTo() { return $this->to; }
@return string
getTo
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Gmail/FilterCriteria.php
Apache-2.0
public function setManagementSettings(ManagementSettings $managementSettings) { $this->managementSettings = $managementSettings; }
@param ManagementSettings
setManagementSettings
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/CloudDomains/ConfigureManagementSettingsRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/CloudDomains/ConfigureManagementSettingsRequest.php
Apache-2.0
public function getManagementSettings() { return $this->managementSettings; }
@return ManagementSettings
getManagementSettings
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/CloudDomains/ConfigureManagementSettingsRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/CloudDomains/ConfigureManagementSettingsRequest.php
Apache-2.0
public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; }
@param string
setUpdateMask
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/CloudDomains/ConfigureManagementSettingsRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/CloudDomains/ConfigureManagementSettingsRequest.php
Apache-2.0
public function getUpdateMask() { return $this->updateMask; }
@return string
getUpdateMask
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/CloudDomains/ConfigureManagementSettingsRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/CloudDomains/ConfigureManagementSettingsRequest.php
Apache-2.0
public function setDescription($description) { $this->description = $description; }
@param string
setDescription
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/CloudDomains/Expr.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/CloudDomains/Expr.php
Apache-2.0
public function getDescription() { return $this->description; }
@return string
getDescription
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/CloudDomains/Expr.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/CloudDomains/Expr.php
Apache-2.0
public function setExpression($expression) { $this->expression = $expression; }
@param string
setExpression
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/CloudDomains/Expr.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/CloudDomains/Expr.php
Apache-2.0
public function getExpression() { return $this->expression; }
@return string
getExpression
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/CloudDomains/Expr.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/CloudDomains/Expr.php
Apache-2.0
public function setLocation($location) { $this->location = $location; }
@param string
setLocation
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/CloudDomains/Expr.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/CloudDomains/Expr.php
Apache-2.0
public function getLocation() { return $this->location; }
@return string
getLocation
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/CloudDomains/Expr.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/CloudDomains/Expr.php
Apache-2.0
public function setTitle($title) { $this->title = $title; }
@param string
setTitle
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/CloudDomains/Expr.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/CloudDomains/Expr.php
Apache-2.0
public function getTitle() { return $this->title; }
@return string
getTitle
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/CloudDomains/Expr.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/CloudDomains/Expr.php
Apache-2.0
public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; }
@param string
setNextPageToken
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/CloudDomains/ListOperationsResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/CloudDomains/ListOperationsResponse.php
Apache-2.0
public function getNextPageToken() { return $this->nextPageToken; }
@return string
getNextPageToken
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/CloudDomains/ListOperationsResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/CloudDomains/ListOperationsResponse.php
Apache-2.0
public function setOperations($operations) { $this->operations = $operations; }
@param Operation[]
setOperations
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/CloudDomains/ListOperationsResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/CloudDomains/ListOperationsResponse.php
Apache-2.0
public function getOperations() { return $this->operations; }
@return Operation[]
getOperations
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/CloudDomains/ListOperationsResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/CloudDomains/ListOperationsResponse.php
Apache-2.0
public function setContactNotices($contactNotices) { $this->contactNotices = $contactNotices; }
@param string[]
setContactNotices
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/CloudDomains/RegisterDomainRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/CloudDomains/RegisterDomainRequest.php
Apache-2.0
public function getContactNotices() { return $this->contactNotices; }
@return string[]
getContactNotices
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/CloudDomains/RegisterDomainRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/CloudDomains/RegisterDomainRequest.php
Apache-2.0
public function setDomainNotices($domainNotices) { $this->domainNotices = $domainNotices; }
@param string[]
setDomainNotices
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/CloudDomains/RegisterDomainRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/CloudDomains/RegisterDomainRequest.php
Apache-2.0
public function getDomainNotices() { return $this->domainNotices; }
@return string[]
getDomainNotices
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/CloudDomains/RegisterDomainRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/CloudDomains/RegisterDomainRequest.php
Apache-2.0
public function setRegistration(Registration $registration) { $this->registration = $registration; }
@param Registration
setRegistration
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/CloudDomains/RegisterDomainRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/CloudDomains/RegisterDomainRequest.php
Apache-2.0