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 getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSecurityReportsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSecurityReportsResponse.php | Apache-2.0 |
public function setSecurityReports($securityReports)
{
$this->securityReports = $securityReports;
} | @param GoogleCloudApigeeV1SecurityReport[] | setSecurityReports | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSecurityReportsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSecurityReportsResponse.php | Apache-2.0 |
public function getSecurityReports()
{
return $this->securityReports;
} | @return GoogleCloudApigeeV1SecurityReport[] | getSecurityReports | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSecurityReportsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSecurityReportsResponse.php | Apache-2.0 |
public function setEmailIds($emailIds)
{
$this->emailIds = $emailIds;
} | @param string[] | setEmailIds | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ServiceIssuersMapping.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ServiceIssuersMapping.php | Apache-2.0 |
public function getEmailIds()
{
return $this->emailIds;
} | @return string[] | getEmailIds | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ServiceIssuersMapping.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ServiceIssuersMapping.php | Apache-2.0 |
public function setService($service)
{
$this->service = $service;
} | @param string | setService | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ServiceIssuersMapping.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ServiceIssuersMapping.php | Apache-2.0 |
public function getService()
{
return $this->service;
} | @return string | getService | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ServiceIssuersMapping.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ServiceIssuersMapping.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse.php | Apache-2.0 |
public function setSecurityProfiles($securityProfiles)
{
$this->securityProfiles = $securityProfiles;
} | @param GoogleCloudApigeeV1SecurityProfile[] | setSecurityProfiles | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse.php | Apache-2.0 |
public function getSecurityProfiles()
{
return $this->securityProfiles;
} | @return GoogleCloudApigeeV1SecurityProfile[] | getSecurityProfiles | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse.php | Apache-2.0 |
public function setCreatedAt($createdAt)
{
$this->createdAt = $createdAt;
} | @param string | setCreatedAt | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DataCollector.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DataCollector.php | Apache-2.0 |
public function getCreatedAt()
{
return $this->createdAt;
} | @return string | getCreatedAt | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DataCollector.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DataCollector.php | Apache-2.0 |
public function setDescription($description)
{
$this->description = $description;
} | @param string | setDescription | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DataCollector.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DataCollector.php | Apache-2.0 |
public function getDescription()
{
return $this->description;
} | @return string | getDescription | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DataCollector.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DataCollector.php | Apache-2.0 |
public function setLastModifiedAt($lastModifiedAt)
{
$this->lastModifiedAt = $lastModifiedAt;
} | @param string | setLastModifiedAt | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DataCollector.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DataCollector.php | Apache-2.0 |
public function getLastModifiedAt()
{
return $this->lastModifiedAt;
} | @return string | getLastModifiedAt | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DataCollector.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DataCollector.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DataCollector.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DataCollector.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DataCollector.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DataCollector.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DataCollector.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DataCollector.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DataCollector.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DataCollector.php | Apache-2.0 |
public function setApiProducts($apiProducts)
{
$this->apiProducts = $apiProducts;
} | @param array[] | setApiProducts | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | Apache-2.0 |
public function getApiProducts()
{
return $this->apiProducts;
} | @return array[] | getApiProducts | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | Apache-2.0 |
public function setAttributes($attributes)
{
$this->attributes = $attributes;
} | @param GoogleCloudApigeeV1Attribute[] | setAttributes | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | Apache-2.0 |
public function getAttributes()
{
return $this->attributes;
} | @return GoogleCloudApigeeV1Attribute[] | getAttributes | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | Apache-2.0 |
public function setConsumerKey($consumerKey)
{
$this->consumerKey = $consumerKey;
} | @param string | setConsumerKey | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | Apache-2.0 |
public function getConsumerKey()
{
return $this->consumerKey;
} | @return string | getConsumerKey | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | Apache-2.0 |
public function setConsumerSecret($consumerSecret)
{
$this->consumerSecret = $consumerSecret;
} | @param string | setConsumerSecret | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | Apache-2.0 |
public function getConsumerSecret()
{
return $this->consumerSecret;
} | @return string | getConsumerSecret | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | Apache-2.0 |
public function setExpiresAt($expiresAt)
{
$this->expiresAt = $expiresAt;
} | @param string | setExpiresAt | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | Apache-2.0 |
public function getExpiresAt()
{
return $this->expiresAt;
} | @return string | getExpiresAt | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | Apache-2.0 |
public function setExpiresInSeconds($expiresInSeconds)
{
$this->expiresInSeconds = $expiresInSeconds;
} | @param string | setExpiresInSeconds | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | Apache-2.0 |
public function getExpiresInSeconds()
{
return $this->expiresInSeconds;
} | @return string | getExpiresInSeconds | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | Apache-2.0 |
public function setIssuedAt($issuedAt)
{
$this->issuedAt = $issuedAt;
} | @param string | setIssuedAt | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | Apache-2.0 |
public function getIssuedAt()
{
return $this->issuedAt;
} | @return string | getIssuedAt | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | Apache-2.0 |
public function setScopes($scopes)
{
$this->scopes = $scopes;
} | @param string[] | setScopes | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | Apache-2.0 |
public function getScopes()
{
return $this->scopes;
} | @return string[] | getScopes | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | Apache-2.0 |
public function setStatus($status)
{
$this->status = $status;
} | @param string | setStatus | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | Apache-2.0 |
public function getStatus()
{
return $this->status;
} | @return string | getStatus | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php | Apache-2.0 |
public function setTimeUnit($timeUnit)
{
$this->timeUnit = $timeUnit;
} | @param string[] | setTimeUnit | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OptimizedStatsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OptimizedStatsResponse.php | Apache-2.0 |
public function getTimeUnit()
{
return $this->timeUnit;
} | @return string[] | getTimeUnit | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OptimizedStatsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OptimizedStatsResponse.php | Apache-2.0 |
public function setMetaData(GoogleCloudApigeeV1Metadata $metaData)
{
$this->metaData = $metaData;
} | @param GoogleCloudApigeeV1Metadata | setMetaData | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OptimizedStatsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OptimizedStatsResponse.php | Apache-2.0 |
public function getMetaData()
{
return $this->metaData;
} | @return GoogleCloudApigeeV1Metadata | getMetaData | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OptimizedStatsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OptimizedStatsResponse.php | Apache-2.0 |
public function setResultTruncated($resultTruncated)
{
$this->resultTruncated = $resultTruncated;
} | @param bool | setResultTruncated | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OptimizedStatsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OptimizedStatsResponse.php | Apache-2.0 |
public function getResultTruncated()
{
return $this->resultTruncated;
} | @return bool | getResultTruncated | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OptimizedStatsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OptimizedStatsResponse.php | Apache-2.0 |
public function setStats(GoogleCloudApigeeV1OptimizedStatsNode $stats)
{
$this->stats = $stats;
} | @param GoogleCloudApigeeV1OptimizedStatsNode | setStats | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OptimizedStatsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OptimizedStatsResponse.php | Apache-2.0 |
public function getStats()
{
return $this->stats;
} | @return GoogleCloudApigeeV1OptimizedStatsNode | getStats | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OptimizedStatsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OptimizedStatsResponse.php | Apache-2.0 |
public function setBillingPipelineEnabled($billingPipelineEnabled)
{
$this->billingPipelineEnabled = $billingPipelineEnabled;
} | @param bool | setBillingPipelineEnabled | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAnalyticsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAnalyticsConfig.php | Apache-2.0 |
public function getBillingPipelineEnabled()
{
return $this->billingPipelineEnabled;
} | @return bool | getBillingPipelineEnabled | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAnalyticsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAnalyticsConfig.php | Apache-2.0 |
public function setEnabled($enabled)
{
$this->enabled = $enabled;
} | @param bool | setEnabled | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAnalyticsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAnalyticsConfig.php | Apache-2.0 |
public function getEnabled()
{
return $this->enabled;
} | @return bool | getEnabled | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAnalyticsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAnalyticsConfig.php | Apache-2.0 |
public function setEtag($etag)
{
$this->etag = $etag;
} | @param string | setEtag | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SyncAuthorization.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SyncAuthorization.php | Apache-2.0 |
public function getEtag()
{
return $this->etag;
} | @return string | getEtag | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SyncAuthorization.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SyncAuthorization.php | Apache-2.0 |
public function setIdentities($identities)
{
$this->identities = $identities;
} | @param string[] | setIdentities | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SyncAuthorization.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SyncAuthorization.php | Apache-2.0 |
public function getIdentities()
{
return $this->identities;
} | @return string[] | getIdentities | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SyncAuthorization.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SyncAuthorization.php | Apache-2.0 |
public function setSampler($sampler)
{
$this->sampler = $sampler;
} | @param string | setSampler | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1TraceSamplingConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1TraceSamplingConfig.php | Apache-2.0 |
public function getSampler()
{
return $this->sampler;
} | @return string | getSampler | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1TraceSamplingConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1TraceSamplingConfig.php | Apache-2.0 |
public function setSamplingRate($samplingRate)
{
$this->samplingRate = $samplingRate;
} | @param float | setSamplingRate | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1TraceSamplingConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1TraceSamplingConfig.php | Apache-2.0 |
public function getSamplingRate()
{
return $this->samplingRate;
} | @return float | getSamplingRate | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1TraceSamplingConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1TraceSamplingConfig.php | Apache-2.0 |
public function setCode($code)
{
$this->code = $code;
} | @param int | setCode | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityReportResultView.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityReportResultView.php | Apache-2.0 |
public function getCode()
{
return $this->code;
} | @return int | getCode | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityReportResultView.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityReportResultView.php | Apache-2.0 |
public function setError($error)
{
$this->error = $error;
} | @param string | setError | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityReportResultView.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityReportResultView.php | Apache-2.0 |
public function getError()
{
return $this->error;
} | @return string | getError | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityReportResultView.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityReportResultView.php | Apache-2.0 |
public function setMetadata(GoogleCloudApigeeV1SecurityReportMetadata $metadata)
{
$this->metadata = $metadata;
} | @param GoogleCloudApigeeV1SecurityReportMetadata | setMetadata | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityReportResultView.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityReportResultView.php | Apache-2.0 |
public function getMetadata()
{
return $this->metadata;
} | @return GoogleCloudApigeeV1SecurityReportMetadata | getMetadata | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityReportResultView.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityReportResultView.php | Apache-2.0 |
public function setRows($rows)
{
$this->rows = $rows;
} | @param array[] | setRows | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityReportResultView.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityReportResultView.php | Apache-2.0 |
public function getRows()
{
return $this->rows;
} | @return array[] | getRows | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityReportResultView.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityReportResultView.php | Apache-2.0 |
public function setState($state)
{
$this->state = $state;
} | @param string | setState | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityReportResultView.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityReportResultView.php | Apache-2.0 |
public function getState()
{
return $this->state;
} | @return string | getState | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityReportResultView.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityReportResultView.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ReferenceConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ReferenceConfig.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ReferenceConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ReferenceConfig.php | Apache-2.0 |
public function setResourceName($resourceName)
{
$this->resourceName = $resourceName;
} | @param string | setResourceName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ReferenceConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ReferenceConfig.php | Apache-2.0 |
public function getResourceName()
{
return $this->resourceName;
} | @return string | getResourceName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ReferenceConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ReferenceConfig.php | Apache-2.0 |
public function setDocumentationLink($documentationLink)
{
$this->documentationLink = $documentationLink;
} | @param string | setDocumentationLink | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext.php | Apache-2.0 |
public function getDocumentationLink()
{
return $this->documentationLink;
} | @return string | getDocumentationLink | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext.php | Apache-2.0 |
public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
} | @param string[] | setDimensions | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1QueryTabularStatsRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1QueryTabularStatsRequest.php | Apache-2.0 |
public function getDimensions()
{
return $this->dimensions;
} | @return string[] | getDimensions | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1QueryTabularStatsRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1QueryTabularStatsRequest.php | Apache-2.0 |
public function setFilter($filter)
{
$this->filter = $filter;
} | @param string | setFilter | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1QueryTabularStatsRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1QueryTabularStatsRequest.php | Apache-2.0 |
public function getFilter()
{
return $this->filter;
} | @return string | getFilter | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1QueryTabularStatsRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1QueryTabularStatsRequest.php | Apache-2.0 |
public function setMetrics($metrics)
{
$this->metrics = $metrics;
} | @param GoogleCloudApigeeV1MetricAggregation[] | setMetrics | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1QueryTabularStatsRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1QueryTabularStatsRequest.php | Apache-2.0 |
public function getMetrics()
{
return $this->metrics;
} | @return GoogleCloudApigeeV1MetricAggregation[] | getMetrics | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1QueryTabularStatsRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1QueryTabularStatsRequest.php | Apache-2.0 |
public function setPageSize($pageSize)
{
$this->pageSize = $pageSize;
} | @param int | setPageSize | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1QueryTabularStatsRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1QueryTabularStatsRequest.php | Apache-2.0 |
public function getPageSize()
{
return $this->pageSize;
} | @return int | getPageSize | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1QueryTabularStatsRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1QueryTabularStatsRequest.php | Apache-2.0 |
public function setPageToken($pageToken)
{
$this->pageToken = $pageToken;
} | @param string | setPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1QueryTabularStatsRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1QueryTabularStatsRequest.php | Apache-2.0 |
public function getPageToken()
{
return $this->pageToken;
} | @return string | getPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1QueryTabularStatsRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1QueryTabularStatsRequest.php | Apache-2.0 |
public function setTimeRange(GoogleTypeInterval $timeRange)
{
$this->timeRange = $timeRange;
} | @param GoogleTypeInterval | setTimeRange | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1QueryTabularStatsRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1QueryTabularStatsRequest.php | Apache-2.0 |
public function getTimeRange()
{
return $this->timeRange;
} | @return GoogleTypeInterval | getTimeRange | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1QueryTabularStatsRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1QueryTabularStatsRequest.php | Apache-2.0 |
public function setEndpointChainingRules($endpointChainingRules)
{
$this->endpointChainingRules = $endpointChainingRules;
} | @param GoogleCloudApigeeV1EndpointChainingRule[] | setEndpointChainingRules | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php | Apache-2.0 |
public function getEndpointChainingRules()
{
return $this->endpointChainingRules;
} | @return GoogleCloudApigeeV1EndpointChainingRule[] | getEndpointChainingRules | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php | Apache-2.0 |
public function setHostnames($hostnames)
{
$this->hostnames = $hostnames;
} | @param string[] | setHostnames | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php | Apache-2.0 |
public function getHostnames()
{
return $this->hostnames;
} | @return string[] | getHostnames | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php | Apache-2.0 |
public function setLocation($location)
{
$this->location = $location;
} | @param string | setLocation | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php | Apache-2.0 |
public function getLocation()
{
return $this->location;
} | @return string | getLocation | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php | Apache-2.0 |
public function setRevisionId($revisionId)
{
$this->revisionId = $revisionId;
} | @param string | setRevisionId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php | Apache-2.0 |
public function getRevisionId()
{
return $this->revisionId;
} | @return string | getRevisionId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php | Apache-2.0 |
public function setRoutingRules($routingRules)
{
$this->routingRules = $routingRules;
} | @param GoogleCloudApigeeV1RoutingRule[] | setRoutingRules | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php | Apache-2.0 |
public function getRoutingRules()
{
return $this->routingRules;
} | @return GoogleCloudApigeeV1RoutingRule[] | getRoutingRules | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php | Apache-2.0 |
public function setUid($uid)
{
$this->uid = $uid;
} | @param string | setUid | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php | Apache-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.