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 setApiproduct($apiproduct)
{
$this->apiproduct = $apiproduct;
} | @param string | setApiproduct | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function getApiproduct()
{
return $this->apiproduct;
} | @return string | getApiproduct | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function setBillingPeriod($billingPeriod)
{
$this->billingPeriod = $billingPeriod;
} | @param string | setBillingPeriod | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function getBillingPeriod()
{
return $this->billingPeriod;
} | @return string | getBillingPeriod | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function setConsumptionPricingRates($consumptionPricingRates)
{
$this->consumptionPricingRates = $consumptionPricingRates;
} | @param GoogleCloudApigeeV1RateRange[] | setConsumptionPricingRates | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function getConsumptionPricingRates()
{
return $this->consumptionPricingRates;
} | @return GoogleCloudApigeeV1RateRange[] | getConsumptionPricingRates | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function setConsumptionPricingType($consumptionPricingType)
{
$this->consumptionPricingType = $consumptionPricingType;
} | @param string | setConsumptionPricingType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function getConsumptionPricingType()
{
return $this->consumptionPricingType;
} | @return string | getConsumptionPricingType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function setCreatedAt($createdAt)
{
$this->createdAt = $createdAt;
} | @param string | setCreatedAt | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function getCreatedAt()
{
return $this->createdAt;
} | @return string | getCreatedAt | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function setCurrencyCode($currencyCode)
{
$this->currencyCode = $currencyCode;
} | @param string | setCurrencyCode | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function getCurrencyCode()
{
return $this->currencyCode;
} | @return string | getCurrencyCode | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function setDescription($description)
{
$this->description = $description;
} | @param string | setDescription | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function getDescription()
{
return $this->description;
} | @return string | getDescription | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
} | @param string | setDisplayName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function getDisplayName()
{
return $this->displayName;
} | @return string | getDisplayName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function setEndTime($endTime)
{
$this->endTime = $endTime;
} | @param string | setEndTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function getEndTime()
{
return $this->endTime;
} | @return string | getEndTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function setFixedFeeFrequency($fixedFeeFrequency)
{
$this->fixedFeeFrequency = $fixedFeeFrequency;
} | @param int | setFixedFeeFrequency | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function getFixedFeeFrequency()
{
return $this->fixedFeeFrequency;
} | @return int | getFixedFeeFrequency | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function setFixedRecurringFee(GoogleTypeMoney $fixedRecurringFee)
{
$this->fixedRecurringFee = $fixedRecurringFee;
} | @param GoogleTypeMoney | setFixedRecurringFee | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function getFixedRecurringFee()
{
return $this->fixedRecurringFee;
} | @return GoogleTypeMoney | getFixedRecurringFee | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function setLastModifiedAt($lastModifiedAt)
{
$this->lastModifiedAt = $lastModifiedAt;
} | @param string | setLastModifiedAt | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function getLastModifiedAt()
{
return $this->lastModifiedAt;
} | @return string | getLastModifiedAt | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function setPaymentFundingModel($paymentFundingModel)
{
$this->paymentFundingModel = $paymentFundingModel;
} | @param string | setPaymentFundingModel | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function getPaymentFundingModel()
{
return $this->paymentFundingModel;
} | @return string | getPaymentFundingModel | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function setRevenueShareRates($revenueShareRates)
{
$this->revenueShareRates = $revenueShareRates;
} | @param GoogleCloudApigeeV1RevenueShareRange[] | setRevenueShareRates | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function getRevenueShareRates()
{
return $this->revenueShareRates;
} | @return GoogleCloudApigeeV1RevenueShareRange[] | getRevenueShareRates | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function setRevenueShareType($revenueShareType)
{
$this->revenueShareType = $revenueShareType;
} | @param string | setRevenueShareType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function getRevenueShareType()
{
return $this->revenueShareType;
} | @return string | getRevenueShareType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function setSetupFee(GoogleTypeMoney $setupFee)
{
$this->setupFee = $setupFee;
} | @param GoogleTypeMoney | setSetupFee | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function getSetupFee()
{
return $this->setupFee;
} | @return GoogleTypeMoney | getSetupFee | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function setStartTime($startTime)
{
$this->startTime = $startTime;
} | @param string | setStartTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function getStartTime()
{
return $this->startTime;
} | @return string | getStartTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function setState($state)
{
$this->state = $state;
} | @param string | setState | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function getState()
{
return $this->state;
} | @return string | getState | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RatePlan.php | Apache-2.0 |
public function setIpAddress($ipAddress)
{
$this->ipAddress = $ipAddress;
} | @param string | setIpAddress | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1NatAddress.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1NatAddress.php | Apache-2.0 |
public function getIpAddress()
{
return $this->ipAddress;
} | @return string | getIpAddress | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1NatAddress.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1NatAddress.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1NatAddress.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1NatAddress.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1NatAddress.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1NatAddress.php | Apache-2.0 |
public function setState($state)
{
$this->state = $state;
} | @param string | setState | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1NatAddress.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1NatAddress.php | Apache-2.0 |
public function getState()
{
return $this->state;
} | @return string | getState | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1NatAddress.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1NatAddress.php | Apache-2.0 |
public function setAnalyticsBucket($analyticsBucket)
{
$this->analyticsBucket = $analyticsBucket;
} | @param string | setAnalyticsBucket | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeConfig.php | Apache-2.0 |
public function getAnalyticsBucket()
{
return $this->analyticsBucket;
} | @return string | getAnalyticsBucket | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeConfig.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeConfig.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeConfig.php | Apache-2.0 |
public function setTenantProjectId($tenantProjectId)
{
$this->tenantProjectId = $tenantProjectId;
} | @param string | setTenantProjectId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeConfig.php | Apache-2.0 |
public function getTenantProjectId()
{
return $this->tenantProjectId;
} | @return string | getTenantProjectId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeConfig.php | Apache-2.0 |
public function setTraceBucket($traceBucket)
{
$this->traceBucket = $traceBucket;
} | @param string | setTraceBucket | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeConfig.php | Apache-2.0 |
public function getTraceBucket()
{
return $this->traceBucket;
} | @return string | getTraceBucket | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeConfig.php | Apache-2.0 |
public function setDescription($description)
{
$this->description = $description;
} | @param string | setDescription | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleRpcPreconditionFailureViolation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleRpcPreconditionFailureViolation.php | Apache-2.0 |
public function getDescription()
{
return $this->description;
} | @return string | getDescription | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleRpcPreconditionFailureViolation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleRpcPreconditionFailureViolation.php | Apache-2.0 |
public function setSubject($subject)
{
$this->subject = $subject;
} | @param string | setSubject | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleRpcPreconditionFailureViolation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleRpcPreconditionFailureViolation.php | Apache-2.0 |
public function getSubject()
{
return $this->subject;
} | @return string | getSubject | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleRpcPreconditionFailureViolation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleRpcPreconditionFailureViolation.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleRpcPreconditionFailureViolation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleRpcPreconditionFailureViolation.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleRpcPreconditionFailureViolation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleRpcPreconditionFailureViolation.php | Apache-2.0 |
public function setAliases($aliases)
{
$this->aliases = $aliases;
} | @param GoogleCloudApigeeV1AliasRevisionConfig[] | setAliases | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1KeystoreConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1KeystoreConfig.php | Apache-2.0 |
public function getAliases()
{
return $this->aliases;
} | @return GoogleCloudApigeeV1AliasRevisionConfig[] | getAliases | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1KeystoreConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1KeystoreConfig.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1KeystoreConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1KeystoreConfig.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1KeystoreConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1KeystoreConfig.php | Apache-2.0 |
public function setWallets($wallets)
{
$this->wallets = $wallets;
} | @param GoogleCloudApigeeV1DeveloperBalanceWallet[] | setWallets | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperBalance.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperBalance.php | Apache-2.0 |
public function getWallets()
{
return $this->wallets;
} | @return GoogleCloudApigeeV1DeveloperBalanceWallet[] | getWallets | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperBalance.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeveloperBalance.php | Apache-2.0 |
public function setOperationConfigType($operationConfigType)
{
$this->operationConfigType = $operationConfigType;
} | @param string | setOperationConfigType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OperationGroup.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OperationGroup.php | Apache-2.0 |
public function getOperationConfigType()
{
return $this->operationConfigType;
} | @return string | getOperationConfigType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OperationGroup.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OperationGroup.php | Apache-2.0 |
public function setOperationConfigs($operationConfigs)
{
$this->operationConfigs = $operationConfigs;
} | @param GoogleCloudApigeeV1OperationConfig[] | setOperationConfigs | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OperationGroup.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OperationGroup.php | Apache-2.0 |
public function getOperationConfigs()
{
return $this->operationConfigs;
} | @return GoogleCloudApigeeV1OperationConfig[] | getOperationConfigs | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OperationGroup.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OperationGroup.php | Apache-2.0 |
public function setInterval($interval)
{
$this->interval = $interval;
} | @param string | setInterval | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Quota.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Quota.php | Apache-2.0 |
public function getInterval()
{
return $this->interval;
} | @return string | getInterval | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Quota.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Quota.php | Apache-2.0 |
public function setLimit($limit)
{
$this->limit = $limit;
} | @param string | setLimit | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Quota.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Quota.php | Apache-2.0 |
public function getLimit()
{
return $this->limit;
} | @return string | getLimit | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Quota.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Quota.php | Apache-2.0 |
public function setTimeUnit($timeUnit)
{
$this->timeUnit = $timeUnit;
} | @param string | setTimeUnit | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Quota.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Quota.php | Apache-2.0 |
public function getTimeUnit()
{
return $this->timeUnit;
} | @return string | getTimeUnit | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Quota.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Quota.php | Apache-2.0 |
public function setLocation($location)
{
$this->location = $location;
} | @param string | setLocation | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OrganizationProjectMapping.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OrganizationProjectMapping.php | Apache-2.0 |
public function getLocation()
{
return $this->location;
} | @return string | getLocation | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OrganizationProjectMapping.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OrganizationProjectMapping.php | Apache-2.0 |
public function setOrganization($organization)
{
$this->organization = $organization;
} | @param string | setOrganization | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OrganizationProjectMapping.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OrganizationProjectMapping.php | Apache-2.0 |
public function getOrganization()
{
return $this->organization;
} | @return string | getOrganization | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OrganizationProjectMapping.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OrganizationProjectMapping.php | Apache-2.0 |
public function setProjectId($projectId)
{
$this->projectId = $projectId;
} | @param string | setProjectId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OrganizationProjectMapping.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OrganizationProjectMapping.php | Apache-2.0 |
public function getProjectId()
{
return $this->projectId;
} | @return string | getProjectId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OrganizationProjectMapping.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OrganizationProjectMapping.php | Apache-2.0 |
public function setProjectIds($projectIds)
{
$this->projectIds = $projectIds;
} | @param string[] | setProjectIds | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OrganizationProjectMapping.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OrganizationProjectMapping.php | Apache-2.0 |
public function getProjectIds()
{
return $this->projectIds;
} | @return string[] | getProjectIds | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OrganizationProjectMapping.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OrganizationProjectMapping.php | Apache-2.0 |
public function setDescription($description)
{
$this->description = $description;
} | @param string | setDescription | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentChangeReportRoutingChange.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentChangeReportRoutingChange.php | Apache-2.0 |
public function getDescription()
{
return $this->description;
} | @return string | getDescription | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentChangeReportRoutingChange.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentChangeReportRoutingChange.php | Apache-2.0 |
public function setEnvironmentGroup($environmentGroup)
{
$this->environmentGroup = $environmentGroup;
} | @param string | setEnvironmentGroup | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentChangeReportRoutingChange.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentChangeReportRoutingChange.php | Apache-2.0 |
public function getEnvironmentGroup()
{
return $this->environmentGroup;
} | @return string | getEnvironmentGroup | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentChangeReportRoutingChange.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentChangeReportRoutingChange.php | Apache-2.0 |
public function setFromDeployment(GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment $fromDeployment)
{
$this->fromDeployment = $fromDeployment;
} | @param GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment | setFromDeployment | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentChangeReportRoutingChange.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentChangeReportRoutingChange.php | Apache-2.0 |
public function getFromDeployment()
{
return $this->fromDeployment;
} | @return GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment | getFromDeployment | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentChangeReportRoutingChange.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentChangeReportRoutingChange.php | Apache-2.0 |
public function setShouldSequenceRollout($shouldSequenceRollout)
{
$this->shouldSequenceRollout = $shouldSequenceRollout;
} | @param bool | setShouldSequenceRollout | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentChangeReportRoutingChange.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentChangeReportRoutingChange.php | Apache-2.0 |
public function getShouldSequenceRollout()
{
return $this->shouldSequenceRollout;
} | @return bool | getShouldSequenceRollout | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentChangeReportRoutingChange.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentChangeReportRoutingChange.php | Apache-2.0 |
public function setToDeployment(GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment $toDeployment)
{
$this->toDeployment = $toDeployment;
} | @param GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment | setToDeployment | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentChangeReportRoutingChange.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentChangeReportRoutingChange.php | Apache-2.0 |
public function getToDeployment()
{
return $this->toDeployment;
} | @return GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment | getToDeployment | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentChangeReportRoutingChange.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeploymentChangeReportRoutingChange.php | Apache-2.0 |
public function setLocation($location)
{
$this->location = $location;
} | @param string[] | setLocation | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiSecurityRuntimeConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiSecurityRuntimeConfig.php | Apache-2.0 |
public function getLocation()
{
return $this->location;
} | @return string[] | getLocation | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiSecurityRuntimeConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiSecurityRuntimeConfig.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiSecurityRuntimeConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiSecurityRuntimeConfig.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiSecurityRuntimeConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiSecurityRuntimeConfig.php | Apache-2.0 |
public function setRevisionId($revisionId)
{
$this->revisionId = $revisionId;
} | @param string | setRevisionId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiSecurityRuntimeConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiSecurityRuntimeConfig.php | Apache-2.0 |
public function getRevisionId()
{
return $this->revisionId;
} | @return string | getRevisionId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiSecurityRuntimeConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiSecurityRuntimeConfig.php | Apache-2.0 |
public function setUid($uid)
{
$this->uid = $uid;
} | @param string | setUid | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiSecurityRuntimeConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiSecurityRuntimeConfig.php | Apache-2.0 |
public function getUid()
{
return $this->uid;
} | @return string | getUid | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiSecurityRuntimeConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ApiSecurityRuntimeConfig.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.