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 setSpecId($specId)
{
$this->specId = $specId;
} | @param string | setSpecId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiDoc.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiDoc.php | Apache-2.0 |
public function getSpecId()
{
return $this->specId;
} | @return string | getSpecId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiDoc.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiDoc.php | Apache-2.0 |
public function setTitle($title)
{
$this->title = $title;
} | @param string | setTitle | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiDoc.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiDoc.php | Apache-2.0 |
public function getTitle()
{
return $this->title;
} | @return string | getTitle | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiDoc.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiDoc.php | Apache-2.0 |
public function setVisibility($visibility)
{
$this->visibility = $visibility;
} | @param bool | setVisibility | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiDoc.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiDoc.php | Apache-2.0 |
public function getVisibility()
{
return $this->visibility;
} | @return bool | getVisibility | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiDoc.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiDoc.php | Apache-2.0 |
public function setCategories($categories)
{
$this->categories = $categories;
} | @param GoogleCloudApigeeV1ProfileConfigCategory[] | setCategories | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfig.php | Apache-2.0 |
public function getCategories()
{
return $this->categories;
} | @return GoogleCloudApigeeV1ProfileConfigCategory[] | getCategories | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfig.php | Apache-2.0 |
public function setCode($code)
{
$this->code = $code;
} | @param int | setCode | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResultView.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResultView.php | Apache-2.0 |
public function getCode()
{
return $this->code;
} | @return int | getCode | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResultView.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResultView.php | Apache-2.0 |
public function setError($error)
{
$this->error = $error;
} | @param string | setError | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResultView.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResultView.php | Apache-2.0 |
public function getError()
{
return $this->error;
} | @return string | getError | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResultView.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResultView.php | Apache-2.0 |
public function setMetadata(GoogleCloudApigeeV1QueryMetadata $metadata)
{
$this->metadata = $metadata;
} | @param GoogleCloudApigeeV1QueryMetadata | setMetadata | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResultView.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResultView.php | Apache-2.0 |
public function getMetadata()
{
return $this->metadata;
} | @return GoogleCloudApigeeV1QueryMetadata | getMetadata | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResultView.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResultView.php | Apache-2.0 |
public function setRows($rows)
{
$this->rows = $rows;
} | @param array[] | setRows | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResultView.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResultView.php | Apache-2.0 |
public function getRows()
{
return $this->rows;
} | @return array[] | getRows | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResultView.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResultView.php | Apache-2.0 |
public function setState($state)
{
$this->state = $state;
} | @param string | setState | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResultView.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResultView.php | Apache-2.0 |
public function getState()
{
return $this->state;
} | @return string | getState | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResultView.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResultView.php | Apache-2.0 |
public function setMlRetrainingFeedbackEnabled($mlRetrainingFeedbackEnabled)
{
$this->mlRetrainingFeedbackEnabled = $mlRetrainingFeedbackEnabled;
} | @param bool | setMlRetrainingFeedbackEnabled | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecuritySettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecuritySettings.php | Apache-2.0 |
public function getMlRetrainingFeedbackEnabled()
{
return $this->mlRetrainingFeedbackEnabled;
} | @return bool | getMlRetrainingFeedbackEnabled | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecuritySettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecuritySettings.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecuritySettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecuritySettings.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecuritySettings.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecuritySettings.php | Apache-2.0 |
public function setApiProxyType($apiProxyType)
{
$this->apiProxyType = $apiProxyType;
} | @param string | setApiProxyType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | Apache-2.0 |
public function getApiProxyType()
{
return $this->apiProxyType;
} | @return string | getApiProxyType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | Apache-2.0 |
public function setLabels($labels)
{
$this->labels = $labels;
} | @param string[] | setLabels | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | Apache-2.0 |
public function getLabels()
{
return $this->labels;
} | @return string[] | getLabels | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | Apache-2.0 |
public function setLatestRevisionId($latestRevisionId)
{
$this->latestRevisionId = $latestRevisionId;
} | @param string | setLatestRevisionId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | Apache-2.0 |
public function getLatestRevisionId()
{
return $this->latestRevisionId;
} | @return string | getLatestRevisionId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | Apache-2.0 |
public function setMetaData(GoogleCloudApigeeV1EntityMetadata $metaData)
{
$this->metaData = $metaData;
} | @param GoogleCloudApigeeV1EntityMetadata | setMetaData | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | Apache-2.0 |
public function getMetaData()
{
return $this->metaData;
} | @return GoogleCloudApigeeV1EntityMetadata | getMetaData | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | Apache-2.0 |
public function setReadOnly($readOnly)
{
$this->readOnly = $readOnly;
} | @param bool | setReadOnly | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | Apache-2.0 |
public function getReadOnly()
{
return $this->readOnly;
} | @return bool | getReadOnly | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | Apache-2.0 |
public function setRevision($revision)
{
$this->revision = $revision;
} | @param string[] | setRevision | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | Apache-2.0 |
public function getRevision()
{
return $this->revision;
} | @return string[] | getRevision | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProxy.php | Apache-2.0 |
public function setErrors($errors)
{
$this->errors = $errors;
} | @param GoogleCloudApigeeV1UpdateError[] | setErrors | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RevisionStatus.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RevisionStatus.php | Apache-2.0 |
public function getErrors()
{
return $this->errors;
} | @return GoogleCloudApigeeV1UpdateError[] | getErrors | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RevisionStatus.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RevisionStatus.php | Apache-2.0 |
public function setJsonSpec($jsonSpec)
{
$this->jsonSpec = $jsonSpec;
} | @param string | setJsonSpec | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RevisionStatus.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RevisionStatus.php | Apache-2.0 |
public function getJsonSpec()
{
return $this->jsonSpec;
} | @return string | getJsonSpec | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RevisionStatus.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RevisionStatus.php | Apache-2.0 |
public function setReplicas($replicas)
{
$this->replicas = $replicas;
} | @param int | setReplicas | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RevisionStatus.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RevisionStatus.php | Apache-2.0 |
public function getReplicas()
{
return $this->replicas;
} | @return int | getReplicas | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RevisionStatus.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RevisionStatus.php | Apache-2.0 |
public function setRevisionId($revisionId)
{
$this->revisionId = $revisionId;
} | @param string | setRevisionId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RevisionStatus.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RevisionStatus.php | Apache-2.0 |
public function getRevisionId()
{
return $this->revisionId;
} | @return string | getRevisionId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RevisionStatus.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RevisionStatus.php | Apache-2.0 |
public function setOperation($operation)
{
$this->operation = $operation;
} | @param string | setOperation | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1GraphQLOperation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1GraphQLOperation.php | Apache-2.0 |
public function getOperation()
{
return $this->operation;
} | @return string | getOperation | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1GraphQLOperation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1GraphQLOperation.php | Apache-2.0 |
public function setOperationTypes($operationTypes)
{
$this->operationTypes = $operationTypes;
} | @param string[] | setOperationTypes | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1GraphQLOperation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1GraphQLOperation.php | Apache-2.0 |
public function getOperationTypes()
{
return $this->operationTypes;
} | @return string[] | getOperationTypes | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1GraphQLOperation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1GraphQLOperation.php | Apache-2.0 |
public function setGet(GoogleCloudApigeeV1AccessGet $get)
{
$this->get = $get;
} | @param GoogleCloudApigeeV1AccessGet | setGet | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Access.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Access.php | Apache-2.0 |
public function getGet()
{
return $this->get;
} | @return GoogleCloudApigeeV1AccessGet | getGet | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Access.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Access.php | Apache-2.0 |
public function setRemove(GoogleCloudApigeeV1AccessRemove $remove)
{
$this->remove = $remove;
} | @param GoogleCloudApigeeV1AccessRemove | setRemove | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Access.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Access.php | Apache-2.0 |
public function getRemove()
{
return $this->remove;
} | @return GoogleCloudApigeeV1AccessRemove | getRemove | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Access.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Access.php | Apache-2.0 |
public function setSet(GoogleCloudApigeeV1AccessSet $set)
{
$this->set = $set;
} | @param GoogleCloudApigeeV1AccessSet | setSet | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Access.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Access.php | Apache-2.0 |
public function getSet()
{
return $this->set;
} | @return GoogleCloudApigeeV1AccessSet | getSet | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Access.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Access.php | Apache-2.0 |
public function setTransactionAmount(GoogleTypeMoney $transactionAmount)
{
$this->transactionAmount = $transactionAmount;
} | @param GoogleTypeMoney | setTransactionAmount | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CreditDeveloperBalanceRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CreditDeveloperBalanceRequest.php | Apache-2.0 |
public function getTransactionAmount()
{
return $this->transactionAmount;
} | @return GoogleTypeMoney | getTransactionAmount | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CreditDeveloperBalanceRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CreditDeveloperBalanceRequest.php | Apache-2.0 |
public function setTransactionId($transactionId)
{
$this->transactionId = $transactionId;
} | @param string | setTransactionId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CreditDeveloperBalanceRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CreditDeveloperBalanceRequest.php | Apache-2.0 |
public function getTransactionId()
{
return $this->transactionId;
} | @return string | getTransactionId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CreditDeveloperBalanceRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CreditDeveloperBalanceRequest.php | Apache-2.0 |
public function setOperationConfigs($operationConfigs)
{
$this->operationConfigs = $operationConfigs;
} | @param GoogleCloudApigeeV1GrpcOperationConfig[] | setOperationConfigs | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1GrpcOperationGroup.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1GrpcOperationGroup.php | Apache-2.0 |
public function getOperationConfigs()
{
return $this->operationConfigs;
} | @return GoogleCloudApigeeV1GrpcOperationConfig[] | getOperationConfigs | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1GrpcOperationGroup.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1GrpcOperationGroup.php | Apache-2.0 |
public function setCondition(GoogleTypeExpr $condition)
{
$this->condition = $condition;
} | @param GoogleTypeExpr | setCondition | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleIamV1Binding.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleIamV1Binding.php | Apache-2.0 |
public function getCondition()
{
return $this->condition;
} | @return GoogleTypeExpr | getCondition | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleIamV1Binding.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleIamV1Binding.php | Apache-2.0 |
public function setMembers($members)
{
$this->members = $members;
} | @param string[] | setMembers | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleIamV1Binding.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleIamV1Binding.php | Apache-2.0 |
public function getMembers()
{
return $this->members;
} | @return string[] | getMembers | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleIamV1Binding.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleIamV1Binding.php | Apache-2.0 |
public function setRole($role)
{
$this->role = $role;
} | @param string | setRole | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleIamV1Binding.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleIamV1Binding.php | Apache-2.0 |
public function getRole()
{
return $this->role;
} | @return string | getRole | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleIamV1Binding.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleIamV1Binding.php | Apache-2.0 |
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
} | @param string | setCreateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SchemaSchemaProperty.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SchemaSchemaProperty.php | Apache-2.0 |
public function getCreateTime()
{
return $this->createTime;
} | @return string | getCreateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SchemaSchemaProperty.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SchemaSchemaProperty.php | Apache-2.0 |
public function setCustom($custom)
{
$this->custom = $custom;
} | @param string | setCustom | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SchemaSchemaProperty.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SchemaSchemaProperty.php | Apache-2.0 |
public function getCustom()
{
return $this->custom;
} | @return string | getCustom | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SchemaSchemaProperty.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SchemaSchemaProperty.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SchemaSchemaProperty.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SchemaSchemaProperty.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SchemaSchemaProperty.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SchemaSchemaProperty.php | Apache-2.0 |
public function setRequests($requests)
{
$this->requests = $requests;
} | @param GoogleCloudApigeeV1UpdateSecurityIncidentRequest[] | setRequests | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest.php | Apache-2.0 |
public function getRequests()
{
return $this->requests;
} | @return GoogleCloudApigeeV1UpdateSecurityIncidentRequest[] | getRequests | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest.php | Apache-2.0 |
public function setHeaders($headers)
{
$this->headers = $headers;
} | @param GoogleCloudApigeeV1SecurityActionHttpHeader[] | setHeaders | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionFlag.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionFlag.php | Apache-2.0 |
public function getHeaders()
{
return $this->headers;
} | @return GoogleCloudApigeeV1SecurityActionHttpHeader[] | getHeaders | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionFlag.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionFlag.php | Apache-2.0 |
public function setArchiveDeployments($archiveDeployments)
{
$this->archiveDeployments = $archiveDeployments;
} | @param GoogleCloudApigeeV1ArchiveDeployment[] | setArchiveDeployments | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListArchiveDeploymentsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListArchiveDeploymentsResponse.php | Apache-2.0 |
public function getArchiveDeployments()
{
return $this->archiveDeployments;
} | @return GoogleCloudApigeeV1ArchiveDeployment[] | getArchiveDeployments | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListArchiveDeploymentsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListArchiveDeploymentsResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListArchiveDeploymentsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListArchiveDeploymentsResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListArchiveDeploymentsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListArchiveDeploymentsResponse.php | Apache-2.0 |
public function setActionResult($actionResult)
{
$this->actionResult = $actionResult;
} | @param string | setActionResult | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | Apache-2.0 |
public function getActionResult()
{
return $this->actionResult;
} | @return string | getActionResult | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | Apache-2.0 |
public function setAccessList($accessList)
{
$this->accessList = $accessList;
} | @param GoogleCloudApigeeV1Access[] | setAccessList | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | Apache-2.0 |
public function getAccessList()
{
return $this->accessList;
} | @return GoogleCloudApigeeV1Access[] | getAccessList | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | Apache-2.0 |
public function setContent($content)
{
$this->content = $content;
} | @param string | setContent | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | Apache-2.0 |
public function getContent()
{
return $this->content;
} | @return string | getContent | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | Apache-2.0 |
public function setHeaders($headers)
{
$this->headers = $headers;
} | @param GoogleCloudApigeeV1Property[] | setHeaders | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | Apache-2.0 |
public function getHeaders()
{
return $this->headers;
} | @return GoogleCloudApigeeV1Property[] | getHeaders | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | Apache-2.0 |
public function setProperties(GoogleCloudApigeeV1Properties $properties)
{
$this->properties = $properties;
} | @param GoogleCloudApigeeV1Properties | setProperties | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | Apache-2.0 |
public function getProperties()
{
return $this->properties;
} | @return GoogleCloudApigeeV1Properties | getProperties | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | Apache-2.0 |
public function setReasonPhrase($reasonPhrase)
{
$this->reasonPhrase = $reasonPhrase;
} | @param string | setReasonPhrase | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | Apache-2.0 |
public function getReasonPhrase()
{
return $this->reasonPhrase;
} | @return string | getReasonPhrase | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | Apache-2.0 |
public function setStatusCode($statusCode)
{
$this->statusCode = $statusCode;
} | @param string | setStatusCode | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | Apache-2.0 |
public function getStatusCode()
{
return $this->statusCode;
} | @return string | getStatusCode | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | Apache-2.0 |
public function setTimestamp($timestamp)
{
$this->timestamp = $timestamp;
} | @param string | setTimestamp | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | Apache-2.0 |
public function getTimestamp()
{
return $this->timestamp;
} | @return string | getTimestamp | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | Apache-2.0 |
public function setURI($uRI)
{
$this->uRI = $uRI;
} | @param string | setURI | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | Apache-2.0 |
public function getURI()
{
return $this->uRI;
} | @return string | getURI | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | Apache-2.0 |
public function setVerb($verb)
{
$this->verb = $verb;
} | @param string | setVerb | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | Apache-2.0 |
public function getVerb()
{
return $this->verb;
} | @return string | getVerb | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Result.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.