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 getQuota()
{
return $this->quota;
} | @return GoogleCloudApigeeV1Quota | getQuota | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OperationConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OperationConfig.php | Apache-2.0 |
public function setEnvironments($environments)
{
$this->environments = $environments;
} | @param GoogleCloudApigeeV1StatsEnvironmentStats[] | setEnvironments | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Stats.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Stats.php | Apache-2.0 |
public function getEnvironments()
{
return $this->environments;
} | @return GoogleCloudApigeeV1StatsEnvironmentStats[] | getEnvironments | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Stats.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Stats.php | Apache-2.0 |
public function setHosts($hosts)
{
$this->hosts = $hosts;
} | @param GoogleCloudApigeeV1StatsHostStats[] | setHosts | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Stats.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Stats.php | Apache-2.0 |
public function getHosts()
{
return $this->hosts;
} | @return GoogleCloudApigeeV1StatsHostStats[] | getHosts | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Stats.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Stats.php | Apache-2.0 |
public function setMetaData(GoogleCloudApigeeV1Metadata $metaData)
{
$this->metaData = $metaData;
} | @param GoogleCloudApigeeV1Metadata | setMetaData | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Stats.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Stats.php | Apache-2.0 |
public function getMetaData()
{
return $this->metaData;
} | @return GoogleCloudApigeeV1Metadata | getMetaData | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Stats.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Stats.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SchemaSchemaElement.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SchemaSchemaElement.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SchemaSchemaElement.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SchemaSchemaElement.php | Apache-2.0 |
public function setProperties(GoogleCloudApigeeV1SchemaSchemaProperty $properties)
{
$this->properties = $properties;
} | @param GoogleCloudApigeeV1SchemaSchemaProperty | setProperties | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SchemaSchemaElement.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SchemaSchemaElement.php | Apache-2.0 |
public function getProperties()
{
return $this->properties;
} | @return GoogleCloudApigeeV1SchemaSchemaProperty | getProperties | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SchemaSchemaElement.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SchemaSchemaElement.php | Apache-2.0 |
public function setDeployedRevisions($deployedRevisions)
{
$this->deployedRevisions = $deployedRevisions;
} | @param GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision[] | setDeployedRevisions | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1InstanceDeploymentStatus.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1InstanceDeploymentStatus.php | Apache-2.0 |
public function getDeployedRevisions()
{
return $this->deployedRevisions;
} | @return GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision[] | getDeployedRevisions | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1InstanceDeploymentStatus.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1InstanceDeploymentStatus.php | Apache-2.0 |
public function setDeployedRoutes($deployedRoutes)
{
$this->deployedRoutes = $deployedRoutes;
} | @param GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute[] | setDeployedRoutes | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1InstanceDeploymentStatus.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1InstanceDeploymentStatus.php | Apache-2.0 |
public function getDeployedRoutes()
{
return $this->deployedRoutes;
} | @return GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute[] | getDeployedRoutes | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1InstanceDeploymentStatus.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1InstanceDeploymentStatus.php | Apache-2.0 |
public function setInstance($instance)
{
$this->instance = $instance;
} | @param string | setInstance | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1InstanceDeploymentStatus.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1InstanceDeploymentStatus.php | Apache-2.0 |
public function getInstance()
{
return $this->instance;
} | @return string | getInstance | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1InstanceDeploymentStatus.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1InstanceDeploymentStatus.php | Apache-2.0 |
public function setCalculateTime($calculateTime)
{
$this->calculateTime = $calculateTime;
} | @param string | setCalculateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponent.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponent.php | Apache-2.0 |
public function getCalculateTime()
{
return $this->calculateTime;
} | @return string | getCalculateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponent.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponent.php | Apache-2.0 |
public function setDataCaptureTime($dataCaptureTime)
{
$this->dataCaptureTime = $dataCaptureTime;
} | @param string | setDataCaptureTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponent.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponent.php | Apache-2.0 |
public function getDataCaptureTime()
{
return $this->dataCaptureTime;
} | @return string | getDataCaptureTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponent.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponent.php | Apache-2.0 |
public function setDrilldownPaths($drilldownPaths)
{
$this->drilldownPaths = $drilldownPaths;
} | @param string[] | setDrilldownPaths | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponent.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponent.php | Apache-2.0 |
public function getDrilldownPaths()
{
return $this->drilldownPaths;
} | @return string[] | getDrilldownPaths | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponent.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponent.php | Apache-2.0 |
public function setRecommendations($recommendations)
{
$this->recommendations = $recommendations;
} | @param GoogleCloudApigeeV1ScoreComponentRecommendation[] | setRecommendations | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponent.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponent.php | Apache-2.0 |
public function getRecommendations()
{
return $this->recommendations;
} | @return GoogleCloudApigeeV1ScoreComponentRecommendation[] | getRecommendations | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponent.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponent.php | Apache-2.0 |
public function setScore($score)
{
$this->score = $score;
} | @param int | setScore | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponent.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponent.php | Apache-2.0 |
public function getScore()
{
return $this->score;
} | @return int | getScore | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponent.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponent.php | Apache-2.0 |
public function setScorePath($scorePath)
{
$this->scorePath = $scorePath;
} | @param string | setScorePath | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponent.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponent.php | Apache-2.0 |
public function getScorePath()
{
return $this->scorePath;
} | @return string | getScorePath | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponent.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ScoreComponent.php | Apache-2.0 |
public function setCsvDelimiter($csvDelimiter)
{
$this->csvDelimiter = $csvDelimiter;
} | @param string | setCsvDelimiter | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | Apache-2.0 |
public function getCsvDelimiter()
{
return $this->csvDelimiter;
} | @return string | getCsvDelimiter | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | Apache-2.0 |
public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
} | @param string[] | setDimensions | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | Apache-2.0 |
public function getDimensions()
{
return $this->dimensions;
} | @return string[] | getDimensions | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | Apache-2.0 |
public function setEnvgroupHostname($envgroupHostname)
{
$this->envgroupHostname = $envgroupHostname;
} | @param string | setEnvgroupHostname | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | Apache-2.0 |
public function getEnvgroupHostname()
{
return $this->envgroupHostname;
} | @return string | getEnvgroupHostname | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | Apache-2.0 |
public function setFilter($filter)
{
$this->filter = $filter;
} | @param string | setFilter | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | Apache-2.0 |
public function getFilter()
{
return $this->filter;
} | @return string | getFilter | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | Apache-2.0 |
public function setGroupByTimeUnit($groupByTimeUnit)
{
$this->groupByTimeUnit = $groupByTimeUnit;
} | @param string | setGroupByTimeUnit | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | Apache-2.0 |
public function getGroupByTimeUnit()
{
return $this->groupByTimeUnit;
} | @return string | getGroupByTimeUnit | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | Apache-2.0 |
public function setLimit($limit)
{
$this->limit = $limit;
} | @param int | setLimit | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | Apache-2.0 |
public function getLimit()
{
return $this->limit;
} | @return int | getLimit | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | Apache-2.0 |
public function setMetrics($metrics)
{
$this->metrics = $metrics;
} | @param GoogleCloudApigeeV1QueryMetric[] | setMetrics | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | Apache-2.0 |
public function getMetrics()
{
return $this->metrics;
} | @return GoogleCloudApigeeV1QueryMetric[] | getMetrics | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | Apache-2.0 |
public function setOutputFormat($outputFormat)
{
$this->outputFormat = $outputFormat;
} | @param string | setOutputFormat | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | Apache-2.0 |
public function getOutputFormat()
{
return $this->outputFormat;
} | @return string | getOutputFormat | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | Apache-2.0 |
public function setReportDefinitionId($reportDefinitionId)
{
$this->reportDefinitionId = $reportDefinitionId;
} | @param string | setReportDefinitionId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | Apache-2.0 |
public function getReportDefinitionId()
{
return $this->reportDefinitionId;
} | @return string | getReportDefinitionId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | Apache-2.0 |
public function setTimeRange($timeRange)
{
$this->timeRange = $timeRange;
} | @param array | setTimeRange | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | Apache-2.0 |
public function getTimeRange()
{
return $this->timeRange;
} | @return array | getTimeRange | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Query.php | Apache-2.0 |
public function setExpires($expires)
{
$this->expires = $expires;
} | @param string | setExpires | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResult.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResult.php | Apache-2.0 |
public function getExpires()
{
return $this->expires;
} | @return string | getExpires | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResult.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResult.php | Apache-2.0 |
public function setSelf($self)
{
$this->self = $self;
} | @param string | setSelf | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResult.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResult.php | Apache-2.0 |
public function getSelf()
{
return $this->self;
} | @return string | getSelf | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResult.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AsyncQueryResult.php | Apache-2.0 |
public function setDeploymentGroupType($deploymentGroupType)
{
$this->deploymentGroupType = $deploymentGroupType;
} | @param string | setDeploymentGroupType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentGroupConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentGroupConfig.php | Apache-2.0 |
public function getDeploymentGroupType()
{
return $this->deploymentGroupType;
} | @return string | getDeploymentGroupType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentGroupConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentGroupConfig.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentGroupConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentGroupConfig.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentGroupConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentGroupConfig.php | Apache-2.0 |
public function setRevisionId($revisionId)
{
$this->revisionId = $revisionId;
} | @param string | setRevisionId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentGroupConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentGroupConfig.php | Apache-2.0 |
public function getRevisionId()
{
return $this->revisionId;
} | @return string | getRevisionId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentGroupConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentGroupConfig.php | Apache-2.0 |
public function setUid($uid)
{
$this->uid = $uid;
} | @param string | setUid | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentGroupConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentGroupConfig.php | Apache-2.0 |
public function getUid()
{
return $this->uid;
} | @return string | getUid | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentGroupConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentGroupConfig.php | Apache-2.0 |
public function setAppGroups($appGroups)
{
$this->appGroups = $appGroups;
} | @param GoogleCloudApigeeV1AppGroup[] | setAppGroups | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListAppGroupsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListAppGroupsResponse.php | Apache-2.0 |
public function getAppGroups()
{
return $this->appGroups;
} | @return GoogleCloudApigeeV1AppGroup[] | getAppGroups | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListAppGroupsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListAppGroupsResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListAppGroupsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListAppGroupsResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListAppGroupsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListAppGroupsResponse.php | Apache-2.0 |
public function setTotalSize($totalSize)
{
$this->totalSize = $totalSize;
} | @param int | setTotalSize | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListAppGroupsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListAppGroupsResponse.php | Apache-2.0 |
public function getTotalSize()
{
return $this->totalSize;
} | @return int | getTotalSize | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListAppGroupsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListAppGroupsResponse.php | Apache-2.0 |
public function setMatchWildCards($matchWildCards)
{
$this->matchWildCards = $matchWildCards;
} | @param bool | setMatchWildCards | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CommonNameConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CommonNameConfig.php | Apache-2.0 |
public function getMatchWildCards()
{
return $this->matchWildCards;
} | @return bool | getMatchWildCards | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CommonNameConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CommonNameConfig.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CommonNameConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CommonNameConfig.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CommonNameConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CommonNameConfig.php | Apache-2.0 |
public function setAttribute($attribute)
{
$this->attribute = $attribute;
} | @param GoogleCloudApigeeV1Attribute[] | setAttribute | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Attributes.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Attributes.php | Apache-2.0 |
public function getAttribute()
{
return $this->attribute;
} | @return GoogleCloudApigeeV1Attribute[] | getAttribute | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Attributes.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Attributes.php | Apache-2.0 |
public function setProxies($proxies)
{
$this->proxies = $proxies;
} | @param GoogleCloudApigeeV1ApiProxy[] | setProxies | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListApiProxiesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListApiProxiesResponse.php | Apache-2.0 |
public function getProxies()
{
return $this->proxies;
} | @return GoogleCloudApigeeV1ApiProxy[] | getProxies | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListApiProxiesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListApiProxiesResponse.php | Apache-2.0 |
public function setViolations($violations)
{
$this->violations = $violations;
} | @param GoogleRpcPreconditionFailureViolation[] | setViolations | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleRpcPreconditionFailure.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleRpcPreconditionFailure.php | Apache-2.0 |
public function getViolations()
{
return $this->violations;
} | @return GoogleRpcPreconditionFailureViolation[] | getViolations | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleRpcPreconditionFailure.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleRpcPreconditionFailure.php | Apache-2.0 |
public function setNextStartKey($nextStartKey)
{
$this->nextStartKey = $nextStartKey;
} | @param string | setNextStartKey | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListRatePlansResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListRatePlansResponse.php | Apache-2.0 |
public function getNextStartKey()
{
return $this->nextStartKey;
} | @return string | getNextStartKey | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListRatePlansResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListRatePlansResponse.php | Apache-2.0 |
public function setRatePlans($ratePlans)
{
$this->ratePlans = $ratePlans;
} | @param GoogleCloudApigeeV1RatePlan[] | setRatePlans | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListRatePlansResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListRatePlansResponse.php | Apache-2.0 |
public function getRatePlans()
{
return $this->ratePlans;
} | @return GoogleCloudApigeeV1RatePlan[] | getRatePlans | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListRatePlansResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListRatePlansResponse.php | Apache-2.0 |
public function setEnabled($enabled)
{
$this->enabled = $enabled;
} | @param bool | setEnabled | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AccessLoggingConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AccessLoggingConfig.php | Apache-2.0 |
public function getEnabled()
{
return $this->enabled;
} | @return bool | getEnabled | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AccessLoggingConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AccessLoggingConfig.php | Apache-2.0 |
public function setFilter($filter)
{
$this->filter = $filter;
} | @param string | setFilter | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AccessLoggingConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AccessLoggingConfig.php | Apache-2.0 |
public function getFilter()
{
return $this->filter;
} | @return string | getFilter | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AccessLoggingConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AccessLoggingConfig.php | Apache-2.0 |
public function setOperationConfigType($operationConfigType)
{
$this->operationConfigType = $operationConfigType;
} | @param string | setOperationConfigType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1GraphQLOperationGroup.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1GraphQLOperationGroup.php | Apache-2.0 |
public function getOperationConfigType()
{
return $this->operationConfigType;
} | @return string | getOperationConfigType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1GraphQLOperationGroup.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1GraphQLOperationGroup.php | Apache-2.0 |
public function setOperationConfigs($operationConfigs)
{
$this->operationConfigs = $operationConfigs;
} | @param GoogleCloudApigeeV1GraphQLOperationConfig[] | setOperationConfigs | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1GraphQLOperationGroup.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1GraphQLOperationGroup.php | Apache-2.0 |
public function getOperationConfigs()
{
return $this->operationConfigs;
} | @return GoogleCloudApigeeV1GraphQLOperationConfig[] | getOperationConfigs | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1GraphQLOperationGroup.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1GraphQLOperationGroup.php | Apache-2.0 |
public function setCurrentAggregateNodeCount($currentAggregateNodeCount)
{
$this->currentAggregateNodeCount = $currentAggregateNodeCount;
} | @param string | setCurrentAggregateNodeCount | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1NodeConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1NodeConfig.php | Apache-2.0 |
public function getCurrentAggregateNodeCount()
{
return $this->currentAggregateNodeCount;
} | @return string | getCurrentAggregateNodeCount | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1NodeConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1NodeConfig.php | Apache-2.0 |
public function setMaxNodeCount($maxNodeCount)
{
$this->maxNodeCount = $maxNodeCount;
} | @param string | setMaxNodeCount | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1NodeConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1NodeConfig.php | Apache-2.0 |
public function getMaxNodeCount()
{
return $this->maxNodeCount;
} | @return string | getMaxNodeCount | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1NodeConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1NodeConfig.php | Apache-2.0 |
public function setMinNodeCount($minNodeCount)
{
$this->minNodeCount = $minNodeCount;
} | @param string | setMinNodeCount | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1NodeConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1NodeConfig.php | Apache-2.0 |
public function getMinNodeCount()
{
return $this->minNodeCount;
} | @return string | getMinNodeCount | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1NodeConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1NodeConfig.php | Apache-2.0 |
public function setApiproduct($apiproduct)
{
$this->apiproduct = $apiproduct;
} | @param string | setApiproduct | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProductRef.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProductRef.php | Apache-2.0 |
public function getApiproduct()
{
return $this->apiproduct;
} | @return string | getApiproduct | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProductRef.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProductRef.php | Apache-2.0 |
public function setStatus($status)
{
$this->status = $status;
} | @param string | setStatus | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProductRef.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiProductRef.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.