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 getInputFormat()
{
return $this->inputFormat;
} | @return string | getInputFormat | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/StorageDescriptor.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/StorageDescriptor.php | Apache-2.0 |
public function setLocationUri($locationUri)
{
$this->locationUri = $locationUri;
} | @param string | setLocationUri | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/StorageDescriptor.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/StorageDescriptor.php | Apache-2.0 |
public function getLocationUri()
{
return $this->locationUri;
} | @return string | getLocationUri | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/StorageDescriptor.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/StorageDescriptor.php | Apache-2.0 |
public function setOutputFormat($outputFormat)
{
$this->outputFormat = $outputFormat;
} | @param string | setOutputFormat | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/StorageDescriptor.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/StorageDescriptor.php | Apache-2.0 |
public function getOutputFormat()
{
return $this->outputFormat;
} | @return string | getOutputFormat | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/StorageDescriptor.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/StorageDescriptor.php | Apache-2.0 |
public function setSerdeInfo(SerDeInfo $serdeInfo)
{
$this->serdeInfo = $serdeInfo;
} | @param SerDeInfo | setSerdeInfo | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/StorageDescriptor.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/StorageDescriptor.php | Apache-2.0 |
public function getSerdeInfo()
{
return $this->serdeInfo;
} | @return SerDeInfo | getSerdeInfo | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/StorageDescriptor.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/StorageDescriptor.php | Apache-2.0 |
public function setNewName($newName)
{
$this->newName = $newName;
} | @param string | setNewName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/RenameTableRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/RenameTableRequest.php | Apache-2.0 |
public function getNewName()
{
return $this->newName;
} | @return string | getNewName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/RenameTableRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/RenameTableRequest.php | Apache-2.0 |
public function setCatalogs($catalogs)
{
$this->catalogs = $catalogs;
} | @param Catalog[] | setCatalogs | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/ListCatalogsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/ListCatalogsResponse.php | Apache-2.0 |
public function getCatalogs()
{
return $this->catalogs;
} | @return Catalog[] | getCatalogs | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/ListCatalogsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/ListCatalogsResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/ListCatalogsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/ListCatalogsResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/ListCatalogsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/ListCatalogsResponse.php | Apache-2.0 |
public function setAccessTokens($accessTokens)
{
$this->accessTokens = $accessTokens;
} | @param string[] | setAccessTokens | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | Apache-2.0 |
public function getAccessTokens()
{
return $this->accessTokens;
} | @return string[] | getAccessTokens | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | Apache-2.0 |
public function setApiKeys($apiKeys)
{
$this->apiKeys = $apiKeys;
} | @param string[] | setApiKeys | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | Apache-2.0 |
public function getApiKeys()
{
return $this->apiKeys;
} | @return string[] | getApiKeys | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | Apache-2.0 |
public function setApiProducts($apiProducts)
{
$this->apiProducts = $apiProducts;
} | @param string[] | setApiProducts | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | Apache-2.0 |
public function getApiProducts()
{
return $this->apiProducts;
} | @return string[] | getApiProducts | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | Apache-2.0 |
public function setAsns($asns)
{
$this->asns = $asns;
} | @param string[] | setAsns | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | Apache-2.0 |
public function getAsns()
{
return $this->asns;
} | @return string[] | getAsns | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | Apache-2.0 |
public function setBotReasons($botReasons)
{
$this->botReasons = $botReasons;
} | @param string[] | setBotReasons | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | Apache-2.0 |
public function getBotReasons()
{
return $this->botReasons;
} | @return string[] | getBotReasons | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | Apache-2.0 |
public function setDeveloperApps($developerApps)
{
$this->developerApps = $developerApps;
} | @param string[] | setDeveloperApps | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | Apache-2.0 |
public function getDeveloperApps()
{
return $this->developerApps;
} | @return string[] | getDeveloperApps | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | Apache-2.0 |
public function setDevelopers($developers)
{
$this->developers = $developers;
} | @param string[] | setDevelopers | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | Apache-2.0 |
public function getDevelopers()
{
return $this->developers;
} | @return string[] | getDevelopers | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | Apache-2.0 |
public function setIpAddressRanges($ipAddressRanges)
{
$this->ipAddressRanges = $ipAddressRanges;
} | @param string[] | setIpAddressRanges | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | Apache-2.0 |
public function getIpAddressRanges()
{
return $this->ipAddressRanges;
} | @return string[] | getIpAddressRanges | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | Apache-2.0 |
public function setRegionCodes($regionCodes)
{
$this->regionCodes = $regionCodes;
} | @param string[] | setRegionCodes | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | Apache-2.0 |
public function getRegionCodes()
{
return $this->regionCodes;
} | @return string[] | getRegionCodes | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | Apache-2.0 |
public function setUserAgents($userAgents)
{
$this->userAgents = $userAgents;
} | @param string[] | setUserAgents | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | Apache-2.0 |
public function getUserAgents()
{
return $this->userAgents;
} | @return string[] | getUserAgents | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityActionConditionConfig.php | Apache-2.0 |
public function setSharedFlows($sharedFlows)
{
$this->sharedFlows = $sharedFlows;
} | @param GoogleCloudApigeeV1SharedFlow[] | setSharedFlows | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSharedFlowsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSharedFlowsResponse.php | Apache-2.0 |
public function getSharedFlows()
{
return $this->sharedFlows;
} | @return GoogleCloudApigeeV1SharedFlow[] | getSharedFlows | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSharedFlowsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSharedFlowsResponse.php | Apache-2.0 |
public function setEnabled($enabled)
{
$this->enabled = $enabled;
} | @param bool | setEnabled | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1IntegrationConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1IntegrationConfig.php | Apache-2.0 |
public function getEnabled()
{
return $this->enabled;
} | @return bool | getEnabled | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1IntegrationConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1IntegrationConfig.php | Apache-2.0 |
public function setAddonsConfig(GoogleCloudApigeeV1AddonsConfig $addonsConfig)
{
$this->addonsConfig = $addonsConfig;
} | @param GoogleCloudApigeeV1AddonsConfig | setAddonsConfig | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SetAddonsRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SetAddonsRequest.php | Apache-2.0 |
public function getAddonsConfig()
{
return $this->addonsConfig;
} | @return GoogleCloudApigeeV1AddonsConfig | getAddonsConfig | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SetAddonsRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SetAddonsRequest.php | Apache-2.0 |
public function setChartType($chartType)
{
$this->chartType = $chartType;
} | @param string | setChartType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function getChartType()
{
return $this->chartType;
} | @return string | getChartType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function setComments($comments)
{
$this->comments = $comments;
} | @param string[] | setComments | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function getComments()
{
return $this->comments;
} | @return string[] | getComments | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function setCreatedAt($createdAt)
{
$this->createdAt = $createdAt;
} | @param string | setCreatedAt | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function getCreatedAt()
{
return $this->createdAt;
} | @return string | getCreatedAt | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
} | @param string[] | setDimensions | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function getDimensions()
{
return $this->dimensions;
} | @return string[] | getDimensions | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
} | @param string | setDisplayName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function getDisplayName()
{
return $this->displayName;
} | @return string | getDisplayName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function setEnvironment($environment)
{
$this->environment = $environment;
} | @param string | setEnvironment | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function getEnvironment()
{
return $this->environment;
} | @return string | getEnvironment | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function setFilter($filter)
{
$this->filter = $filter;
} | @param string | setFilter | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function getFilter()
{
return $this->filter;
} | @return string | getFilter | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function setFromTime($fromTime)
{
$this->fromTime = $fromTime;
} | @param string | setFromTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function getFromTime()
{
return $this->fromTime;
} | @return string | getFromTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function setLastModifiedAt($lastModifiedAt)
{
$this->lastModifiedAt = $lastModifiedAt;
} | @param string | setLastModifiedAt | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function getLastModifiedAt()
{
return $this->lastModifiedAt;
} | @return string | getLastModifiedAt | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function setLastViewedAt($lastViewedAt)
{
$this->lastViewedAt = $lastViewedAt;
} | @param string | setLastViewedAt | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function getLastViewedAt()
{
return $this->lastViewedAt;
} | @return string | getLastViewedAt | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function setLimit($limit)
{
$this->limit = $limit;
} | @param string | setLimit | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function getLimit()
{
return $this->limit;
} | @return string | getLimit | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function setMetrics($metrics)
{
$this->metrics = $metrics;
} | @param GoogleCloudApigeeV1CustomReportMetric[] | setMetrics | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function getMetrics()
{
return $this->metrics;
} | @return GoogleCloudApigeeV1CustomReportMetric[] | getMetrics | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function setOffset($offset)
{
$this->offset = $offset;
} | @param string | setOffset | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function getOffset()
{
return $this->offset;
} | @return string | getOffset | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function setOrganization($organization)
{
$this->organization = $organization;
} | @param string | setOrganization | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function getOrganization()
{
return $this->organization;
} | @return string | getOrganization | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function setProperties($properties)
{
$this->properties = $properties;
} | @param GoogleCloudApigeeV1ReportProperty[] | setProperties | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function getProperties()
{
return $this->properties;
} | @return GoogleCloudApigeeV1ReportProperty[] | getProperties | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function setSortByCols($sortByCols)
{
$this->sortByCols = $sortByCols;
} | @param string[] | setSortByCols | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function getSortByCols()
{
return $this->sortByCols;
} | @return string[] | getSortByCols | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function setSortOrder($sortOrder)
{
$this->sortOrder = $sortOrder;
} | @param string | setSortOrder | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function getSortOrder()
{
return $this->sortOrder;
} | @return string | getSortOrder | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function setTags($tags)
{
$this->tags = $tags;
} | @param string[] | setTags | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function getTags()
{
return $this->tags;
} | @return string[] | getTags | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function setTimeUnit($timeUnit)
{
$this->timeUnit = $timeUnit;
} | @param string | setTimeUnit | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function getTimeUnit()
{
return $this->timeUnit;
} | @return string | getTimeUnit | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function setToTime($toTime)
{
$this->toTime = $toTime;
} | @param string | setToTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function getToTime()
{
return $this->toTime;
} | @return string | getToTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function setTopk($topk)
{
$this->topk = $topk;
} | @param string | setTopk | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function getTopk()
{
return $this->topk;
} | @return string | getTopk | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1CustomReport.php | Apache-2.0 |
public function setScorePath($scorePath)
{
$this->scorePath = $scorePath;
} | @param string | setScorePath | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ComputeEnvironmentScoresRequestFilter.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ComputeEnvironmentScoresRequestFilter.php | Apache-2.0 |
public function getScorePath()
{
return $this->scorePath;
} | @return string | getScorePath | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ComputeEnvironmentScoresRequestFilter.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ComputeEnvironmentScoresRequestFilter.php | Apache-2.0 |
public function setEnabled($enabled)
{
$this->enabled = $enabled;
} | @param bool | setEnabled | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AnalyticsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AnalyticsConfig.php | Apache-2.0 |
public function getEnabled()
{
return $this->enabled;
} | @return bool | getEnabled | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AnalyticsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AnalyticsConfig.php | Apache-2.0 |
public function setExpireTimeMillis($expireTimeMillis)
{
$this->expireTimeMillis = $expireTimeMillis;
} | @param string | setExpireTimeMillis | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AnalyticsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AnalyticsConfig.php | Apache-2.0 |
public function getExpireTimeMillis()
{
return $this->expireTimeMillis;
} | @return string | getExpireTimeMillis | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AnalyticsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AnalyticsConfig.php | Apache-2.0 |
public function setState($state)
{
$this->state = $state;
} | @param string | setState | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AnalyticsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AnalyticsConfig.php | Apache-2.0 |
public function getState()
{
return $this->state;
} | @return string | getState | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AnalyticsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AnalyticsConfig.php | Apache-2.0 |
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
} | @param string | setUpdateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AnalyticsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AnalyticsConfig.php | Apache-2.0 |
public function getUpdateTime()
{
return $this->updateTime;
} | @return string | getUpdateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AnalyticsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AnalyticsConfig.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSecurityIncidentsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSecurityIncidentsResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSecurityIncidentsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSecurityIncidentsResponse.php | Apache-2.0 |
public function setSecurityIncidents($securityIncidents)
{
$this->securityIncidents = $securityIncidents;
} | @param GoogleCloudApigeeV1SecurityIncident[] | setSecurityIncidents | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSecurityIncidentsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSecurityIncidentsResponse.php | Apache-2.0 |
public function getSecurityIncidents()
{
return $this->securityIncidents;
} | @return GoogleCloudApigeeV1SecurityIncident[] | getSecurityIncidents | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSecurityIncidentsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSecurityIncidentsResponse.php | Apache-2.0 |
public function setCurrencyCode($currencyCode)
{
$this->currencyCode = $currencyCode;
} | @param string | setCurrencyCode | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleTypeMoney.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleTypeMoney.php | Apache-2.0 |
public function getCurrencyCode()
{
return $this->currencyCode;
} | @return string | getCurrencyCode | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleTypeMoney.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleTypeMoney.php | Apache-2.0 |
public function setNanos($nanos)
{
$this->nanos = $nanos;
} | @param int | setNanos | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleTypeMoney.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleTypeMoney.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.