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 getProjectId()
{
return $this->projectId;
} | @return string | getProjectId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DatastoreConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DatastoreConfig.php | Apache-2.0 |
public function setTablePrefix($tablePrefix)
{
$this->tablePrefix = $tablePrefix;
} | @param string | setTablePrefix | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DatastoreConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DatastoreConfig.php | Apache-2.0 |
public function getTablePrefix()
{
return $this->tablePrefix;
} | @return string | getTablePrefix | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DatastoreConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DatastoreConfig.php | Apache-2.0 |
public function setEnd($end)
{
$this->end = $end;
} | @param string | setEnd | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RateRange.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RateRange.php | Apache-2.0 |
public function getEnd()
{
return $this->end;
} | @return string | getEnd | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RateRange.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RateRange.php | Apache-2.0 |
public function setFee(GoogleTypeMoney $fee)
{
$this->fee = $fee;
} | @param GoogleTypeMoney | setFee | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RateRange.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RateRange.php | Apache-2.0 |
public function getFee()
{
return $this->fee;
} | @return GoogleTypeMoney | getFee | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RateRange.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RateRange.php | Apache-2.0 |
public function setStart($start)
{
$this->start = $start;
} | @param string | setStart | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RateRange.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RateRange.php | Apache-2.0 |
public function getStart()
{
return $this->start;
} | @return string | getStart | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RateRange.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RateRange.php | Apache-2.0 |
public function setAnalyticsConfig(GoogleCloudApigeeV1RuntimeAnalyticsConfig $analyticsConfig)
{
$this->analyticsConfig = $analyticsConfig;
} | @param GoogleCloudApigeeV1RuntimeAnalyticsConfig | setAnalyticsConfig | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAddonsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAddonsConfig.php | Apache-2.0 |
public function getAnalyticsConfig()
{
return $this->analyticsConfig;
} | @return GoogleCloudApigeeV1RuntimeAnalyticsConfig | getAnalyticsConfig | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAddonsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAddonsConfig.php | Apache-2.0 |
public function setApiSecurityConfig(GoogleCloudApigeeV1RuntimeApiSecurityConfig $apiSecurityConfig)
{
$this->apiSecurityConfig = $apiSecurityConfig;
} | @param GoogleCloudApigeeV1RuntimeApiSecurityConfig | setApiSecurityConfig | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAddonsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAddonsConfig.php | Apache-2.0 |
public function getApiSecurityConfig()
{
return $this->apiSecurityConfig;
} | @return GoogleCloudApigeeV1RuntimeApiSecurityConfig | getApiSecurityConfig | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAddonsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAddonsConfig.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAddonsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAddonsConfig.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAddonsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAddonsConfig.php | Apache-2.0 |
public function setRevisionId($revisionId)
{
$this->revisionId = $revisionId;
} | @param string | setRevisionId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAddonsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAddonsConfig.php | Apache-2.0 |
public function getRevisionId()
{
return $this->revisionId;
} | @return string | getRevisionId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAddonsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAddonsConfig.php | Apache-2.0 |
public function setUid($uid)
{
$this->uid = $uid;
} | @param string | setUid | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAddonsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAddonsConfig.php | Apache-2.0 |
public function getUid()
{
return $this->uid;
} | @return string | getUid | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAddonsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1RuntimeAddonsConfig.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListTraceConfigOverridesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListTraceConfigOverridesResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListTraceConfigOverridesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListTraceConfigOverridesResponse.php | Apache-2.0 |
public function setTraceConfigOverrides($traceConfigOverrides)
{
$this->traceConfigOverrides = $traceConfigOverrides;
} | @param GoogleCloudApigeeV1TraceConfigOverride[] | setTraceConfigOverrides | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListTraceConfigOverridesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListTraceConfigOverridesResponse.php | Apache-2.0 |
public function getTraceConfigOverrides()
{
return $this->traceConfigOverrides;
} | @return GoogleCloudApigeeV1TraceConfigOverride[] | getTraceConfigOverrides | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListTraceConfigOverridesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListTraceConfigOverridesResponse.php | Apache-2.0 |
public function setAbuse(GoogleCloudApigeeV1ProfileConfigAbuse $abuse)
{
$this->abuse = $abuse;
} | @param GoogleCloudApigeeV1ProfileConfigAbuse | setAbuse | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfigCategory.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfigCategory.php | Apache-2.0 |
public function getAbuse()
{
return $this->abuse;
} | @return GoogleCloudApigeeV1ProfileConfigAbuse | getAbuse | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfigCategory.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfigCategory.php | Apache-2.0 |
public function setAuthorization(GoogleCloudApigeeV1ProfileConfigAuthorization $authorization)
{
$this->authorization = $authorization;
} | @param GoogleCloudApigeeV1ProfileConfigAuthorization | setAuthorization | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfigCategory.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfigCategory.php | Apache-2.0 |
public function getAuthorization()
{
return $this->authorization;
} | @return GoogleCloudApigeeV1ProfileConfigAuthorization | getAuthorization | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfigCategory.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfigCategory.php | Apache-2.0 |
public function setCors(GoogleCloudApigeeV1ProfileConfigCORS $cors)
{
$this->cors = $cors;
} | @param GoogleCloudApigeeV1ProfileConfigCORS | setCors | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfigCategory.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfigCategory.php | Apache-2.0 |
public function getCors()
{
return $this->cors;
} | @return GoogleCloudApigeeV1ProfileConfigCORS | getCors | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfigCategory.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfigCategory.php | Apache-2.0 |
public function setMediation(GoogleCloudApigeeV1ProfileConfigMediation $mediation)
{
$this->mediation = $mediation;
} | @param GoogleCloudApigeeV1ProfileConfigMediation | setMediation | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfigCategory.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfigCategory.php | Apache-2.0 |
public function getMediation()
{
return $this->mediation;
} | @return GoogleCloudApigeeV1ProfileConfigMediation | getMediation | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfigCategory.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfigCategory.php | Apache-2.0 |
public function setMtls(GoogleCloudApigeeV1ProfileConfigMTLS $mtls)
{
$this->mtls = $mtls;
} | @param GoogleCloudApigeeV1ProfileConfigMTLS | setMtls | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfigCategory.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfigCategory.php | Apache-2.0 |
public function getMtls()
{
return $this->mtls;
} | @return GoogleCloudApigeeV1ProfileConfigMTLS | getMtls | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfigCategory.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfigCategory.php | Apache-2.0 |
public function setThreat(GoogleCloudApigeeV1ProfileConfigThreat $threat)
{
$this->threat = $threat;
} | @param GoogleCloudApigeeV1ProfileConfigThreat | setThreat | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfigCategory.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfigCategory.php | Apache-2.0 |
public function getThreat()
{
return $this->threat;
} | @return GoogleCloudApigeeV1ProfileConfigThreat | getThreat | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfigCategory.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ProfileConfigCategory.php | Apache-2.0 |
public function setComponent(GoogleCloudApigeeV1ScoreComponent $component)
{
$this->component = $component;
} | @param GoogleCloudApigeeV1ScoreComponent | setComponent | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Score.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Score.php | Apache-2.0 |
public function getComponent()
{
return $this->component;
} | @return GoogleCloudApigeeV1ScoreComponent | getComponent | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Score.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Score.php | Apache-2.0 |
public function setSubcomponents($subcomponents)
{
$this->subcomponents = $subcomponents;
} | @param GoogleCloudApigeeV1ScoreComponent[] | setSubcomponents | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Score.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Score.php | Apache-2.0 |
public function getSubcomponents()
{
return $this->subcomponents;
} | @return GoogleCloudApigeeV1ScoreComponent[] | getSubcomponents | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Score.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Score.php | Apache-2.0 |
public function setTimeRange(GoogleTypeInterval $timeRange)
{
$this->timeRange = $timeRange;
} | @param GoogleTypeInterval | setTimeRange | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Score.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Score.php | Apache-2.0 |
public function getTimeRange()
{
return $this->timeRange;
} | @return GoogleTypeInterval | getTimeRange | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Score.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Score.php | Apache-2.0 |
public function setCode($code)
{
$this->code = $code;
} | @param string | setCode | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1UpdateError.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1UpdateError.php | Apache-2.0 |
public function getCode()
{
return $this->code;
} | @return string | getCode | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1UpdateError.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1UpdateError.php | Apache-2.0 |
public function setMessage($message)
{
$this->message = $message;
} | @param string | setMessage | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1UpdateError.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1UpdateError.php | Apache-2.0 |
public function getMessage()
{
return $this->message;
} | @return string | getMessage | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1UpdateError.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1UpdateError.php | Apache-2.0 |
public function setResource($resource)
{
$this->resource = $resource;
} | @param string | setResource | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1UpdateError.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1UpdateError.php | Apache-2.0 |
public function getResource()
{
return $this->resource;
} | @return string | getResource | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1UpdateError.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1UpdateError.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1UpdateError.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1UpdateError.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1UpdateError.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1UpdateError.php | Apache-2.0 |
public function setDescription($description)
{
$this->description = $description;
} | @param string | setDescription | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityProfileScoringConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityProfileScoringConfig.php | Apache-2.0 |
public function getDescription()
{
return $this->description;
} | @return string | getDescription | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityProfileScoringConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityProfileScoringConfig.php | Apache-2.0 |
public function setScorePath($scorePath)
{
$this->scorePath = $scorePath;
} | @param string | setScorePath | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityProfileScoringConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityProfileScoringConfig.php | Apache-2.0 |
public function getScorePath()
{
return $this->scorePath;
} | @return string | getScorePath | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityProfileScoringConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityProfileScoringConfig.php | Apache-2.0 |
public function setTitle($title)
{
$this->title = $title;
} | @param string | setTitle | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityProfileScoringConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityProfileScoringConfig.php | Apache-2.0 |
public function getTitle()
{
return $this->title;
} | @return string | getTitle | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityProfileScoringConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1SecurityProfileScoringConfig.php | Apache-2.0 |
public function setAlias($alias)
{
$this->alias = $alias;
} | @param string | setAlias | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Alias.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Alias.php | Apache-2.0 |
public function getAlias()
{
return $this->alias;
} | @return string | getAlias | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Alias.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Alias.php | Apache-2.0 |
public function setCertsInfo(GoogleCloudApigeeV1Certificate $certsInfo)
{
$this->certsInfo = $certsInfo;
} | @param GoogleCloudApigeeV1Certificate | setCertsInfo | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Alias.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Alias.php | Apache-2.0 |
public function getCertsInfo()
{
return $this->certsInfo;
} | @return GoogleCloudApigeeV1Certificate | getCertsInfo | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Alias.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Alias.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Alias.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Alias.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Alias.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Alias.php | Apache-2.0 |
public function setKeyValueEntries($keyValueEntries)
{
$this->keyValueEntries = $keyValueEntries;
} | @param GoogleCloudApigeeV1KeyValueEntry[] | setKeyValueEntries | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListKeyValueEntriesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListKeyValueEntriesResponse.php | Apache-2.0 |
public function getKeyValueEntries()
{
return $this->keyValueEntries;
} | @return GoogleCloudApigeeV1KeyValueEntry[] | getKeyValueEntries | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListKeyValueEntriesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListKeyValueEntriesResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListKeyValueEntriesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListKeyValueEntriesResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListKeyValueEntriesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListKeyValueEntriesResponse.php | Apache-2.0 |
public function setResponse(GoogleCloudApigeeV1OptimizedStatsResponse $response)
{
$this->response = $response;
} | @param GoogleCloudApigeeV1OptimizedStatsResponse | setResponse | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OptimizedStats.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OptimizedStats.php | Apache-2.0 |
public function getResponse()
{
return $this->response;
} | @return GoogleCloudApigeeV1OptimizedStatsResponse | getResponse | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OptimizedStats.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1OptimizedStats.php | Apache-2.0 |
public function setSecurityIncidents($securityIncidents)
{
$this->securityIncidents = $securityIncidents;
} | @param GoogleCloudApigeeV1SecurityIncident[] | setSecurityIncidents | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse.php | Apache-2.0 |
public function getSecurityIncidents()
{
return $this->securityIncidents;
} | @return GoogleCloudApigeeV1SecurityIncident[] | getSecurityIncidents | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse.php | Apache-2.0 |
public function setCreatedAt($createdAt)
{
$this->createdAt = $createdAt;
} | @param string | setCreatedAt | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroup.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroup.php | Apache-2.0 |
public function getCreatedAt()
{
return $this->createdAt;
} | @return string | getCreatedAt | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroup.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroup.php | Apache-2.0 |
public function setHostnames($hostnames)
{
$this->hostnames = $hostnames;
} | @param string[] | setHostnames | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroup.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroup.php | Apache-2.0 |
public function getHostnames()
{
return $this->hostnames;
} | @return string[] | getHostnames | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroup.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroup.php | Apache-2.0 |
public function setLastModifiedAt($lastModifiedAt)
{
$this->lastModifiedAt = $lastModifiedAt;
} | @param string | setLastModifiedAt | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroup.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroup.php | Apache-2.0 |
public function getLastModifiedAt()
{
return $this->lastModifiedAt;
} | @return string | getLastModifiedAt | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroup.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroup.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroup.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroup.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroup.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroup.php | Apache-2.0 |
public function setState($state)
{
$this->state = $state;
} | @param string | setState | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroup.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroup.php | Apache-2.0 |
public function getState()
{
return $this->state;
} | @return string | getState | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroup.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1EnvironmentGroup.php | Apache-2.0 |
public function setEnabled($enabled)
{
$this->enabled = $enabled;
} | @param bool | setEnabled | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AdvancedApiOpsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AdvancedApiOpsConfig.php | Apache-2.0 |
public function getEnabled()
{
return $this->enabled;
} | @return bool | getEnabled | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AdvancedApiOpsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AdvancedApiOpsConfig.php | Apache-2.0 |
public function setLocation($location)
{
$this->location = $location;
} | @param string | setLocation | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ResourceConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ResourceConfig.php | Apache-2.0 |
public function getLocation()
{
return $this->location;
} | @return string | getLocation | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ResourceConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ResourceConfig.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ResourceConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ResourceConfig.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ResourceConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ResourceConfig.php | Apache-2.0 |
public function setAdvancedApiOpsConfig(GoogleCloudApigeeV1AdvancedApiOpsConfig $advancedApiOpsConfig)
{
$this->advancedApiOpsConfig = $advancedApiOpsConfig;
} | @param GoogleCloudApigeeV1AdvancedApiOpsConfig | setAdvancedApiOpsConfig | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AddonsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AddonsConfig.php | Apache-2.0 |
public function getAdvancedApiOpsConfig()
{
return $this->advancedApiOpsConfig;
} | @return GoogleCloudApigeeV1AdvancedApiOpsConfig | getAdvancedApiOpsConfig | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AddonsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AddonsConfig.php | Apache-2.0 |
public function setAnalyticsConfig(GoogleCloudApigeeV1AnalyticsConfig $analyticsConfig)
{
$this->analyticsConfig = $analyticsConfig;
} | @param GoogleCloudApigeeV1AnalyticsConfig | setAnalyticsConfig | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AddonsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AddonsConfig.php | Apache-2.0 |
public function getAnalyticsConfig()
{
return $this->analyticsConfig;
} | @return GoogleCloudApigeeV1AnalyticsConfig | getAnalyticsConfig | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AddonsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AddonsConfig.php | Apache-2.0 |
public function setApiSecurityConfig(GoogleCloudApigeeV1ApiSecurityConfig $apiSecurityConfig)
{
$this->apiSecurityConfig = $apiSecurityConfig;
} | @param GoogleCloudApigeeV1ApiSecurityConfig | setApiSecurityConfig | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AddonsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AddonsConfig.php | Apache-2.0 |
public function getApiSecurityConfig()
{
return $this->apiSecurityConfig;
} | @return GoogleCloudApigeeV1ApiSecurityConfig | getApiSecurityConfig | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AddonsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AddonsConfig.php | Apache-2.0 |
public function setConnectorsPlatformConfig(GoogleCloudApigeeV1ConnectorsPlatformConfig $connectorsPlatformConfig)
{
$this->connectorsPlatformConfig = $connectorsPlatformConfig;
} | @param GoogleCloudApigeeV1ConnectorsPlatformConfig | setConnectorsPlatformConfig | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AddonsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AddonsConfig.php | Apache-2.0 |
public function getConnectorsPlatformConfig()
{
return $this->connectorsPlatformConfig;
} | @return GoogleCloudApigeeV1ConnectorsPlatformConfig | getConnectorsPlatformConfig | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AddonsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AddonsConfig.php | Apache-2.0 |
public function setIntegrationConfig(GoogleCloudApigeeV1IntegrationConfig $integrationConfig)
{
$this->integrationConfig = $integrationConfig;
} | @param GoogleCloudApigeeV1IntegrationConfig | setIntegrationConfig | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AddonsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AddonsConfig.php | Apache-2.0 |
public function getIntegrationConfig()
{
return $this->integrationConfig;
} | @return GoogleCloudApigeeV1IntegrationConfig | getIntegrationConfig | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AddonsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AddonsConfig.php | Apache-2.0 |
public function setMonetizationConfig(GoogleCloudApigeeV1MonetizationConfig $monetizationConfig)
{
$this->monetizationConfig = $monetizationConfig;
} | @param GoogleCloudApigeeV1MonetizationConfig | setMonetizationConfig | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AddonsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AddonsConfig.php | Apache-2.0 |
public function getMonetizationConfig()
{
return $this->monetizationConfig;
} | @return GoogleCloudApigeeV1MonetizationConfig | getMonetizationConfig | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AddonsConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1AddonsConfig.php | Apache-2.0 |
public function setMessage($message)
{
$this->message = $message;
} | @param string | setMessage | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeleteCustomReportResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeleteCustomReportResponse.php | Apache-2.0 |
public function getMessage()
{
return $this->message;
} | @return string | getMessage | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeleteCustomReportResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1DeleteCustomReportResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSecurityReportsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1ListSecurityReportsResponse.php | Apache-2.0 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.