/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
Logging
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Logging
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
BigQueryDataset.php
1113
0644
edit
dl
rm
BigQueryOptions.php
1601
0644
edit
dl
rm
BucketMetadata.php
2484
0644
edit
dl
rm
BucketOptions.php
1939
0644
edit
dl
rm
CancelOperationRequest.php
864
0644
edit
dl
rm
CmekSettings.php
1988
0644
edit
dl
rm
CopyLogEntriesMetadata.php
2885
0644
edit
dl
rm
CopyLogEntriesRequest.php
1627
0644
edit
dl
rm
CopyLogEntriesResponse.php
1218
0644
edit
dl
rm
CreateBucketRequest.php
1661
0644
edit
dl
rm
CreateLinkRequest.php
1605
0644
edit
dl
rm
DeleteLinkRequest.php
1084
0644
edit
dl
rm
Explicit.php
1024
0644
edit
dl
rm
Exponential.php
1488
0644
edit
dl
rm
HttpRequest.php
5029
0644
edit
dl
rm
IndexConfig.php
1611
0644
edit
dl
rm
LabelDescriptor.php
1623
0644
edit
dl
rm
Linear.php
1431
0644
edit
dl
rm
Link.php
2299
0644
edit
dl
rm
LinkMetadata.php
2430
0644
edit
dl
rm
ListBucketsResponse.php
1501
0644
edit
dl
rm
ListExclusionsResponse.php
1546
0644
edit
dl
rm
ListLinksResponse.php
1462
0644
edit
dl
rm
ListLocationsResponse.php
1522
0644
edit
dl
rm
ListLogEntriesRequest.php
2524
0644
edit
dl
rm
ListLogEntriesResponse.php
1507
0644
edit
dl
rm
ListLogMetricsResponse.php
1510
0644
edit
dl
rm
ListLogsResponse.php
1459
0644
edit
dl
rm
ListMonitoredResourceDescriptorsResponse.php
1726
0644
edit
dl
rm
ListOperationsResponse.php
1537
0644
edit
dl
rm
ListSinksResponse.php
1471
0644
edit
dl
rm
ListViewsResponse.php
1471
0644
edit
dl
rm
Location.php
2135
0644
edit
dl
rm
LocationMetadata.php
1180
0644
edit
dl
rm
LogBucket.php
4123
0644
edit
dl
rm
LogEntry.php
6184
0644
edit
dl
rm
LogEntryOperation.php
1795
0644
edit
dl
rm
LogEntrySourceLocation.php
1595
0644
edit
dl
rm
LogExclusion.php
2408
0644
edit
dl
rm
LoggingEmpty.php
834
0644
edit
dl
rm
LogLine.php
1971
0644
edit
dl
rm
LogMetric.php
4321
0644
edit
dl
rm
LogSink.php
4399
0644
edit
dl
rm
LogSplit.php
1556
0644
edit
dl
rm
LogView.php
2137
0644
edit
dl
rm
MetricDescriptor.php
4053
0644
edit
dl
rm
MetricDescriptorMetadata.php
1727
0644
edit
dl
rm
MonitoredResource.php
1338
0644
edit
dl
rm
MonitoredResourceDescriptor.php
2554
0644
edit
dl
rm
MonitoredResourceMetadata.php
1449
0644
edit
dl
rm
Operation.php
2093
0644
edit
dl
rm
RequestLog.php
9950
0644
edit
dl
rm
Settings.php
2676
0644
edit
dl
rm
SourceLocation.php
1599
0644
edit
dl
rm
SourceReference.php
1396
0644
edit
dl
rm
Status.php
1601
0644
edit
dl
rm
SuppressionInfo.php
1394
0644
edit
dl
rm
TableFieldSchema.php
1824
0644
edit
dl
rm
TableSchema.php
1192
0644
edit
dl
rm
TailLogEntriesRequest.php
1755
0644
edit
dl
rm
TailLogEntriesResponse.php
1602
0644
edit
dl
rm
UndeleteBucketRequest.php
861
0644
edit
dl
rm
UpdateBucketRequest.php
1661
0644
edit
dl
rm
WriteLogEntriesRequest.php
2602
0644
edit
dl
rm
WriteLogEntriesResponse.php
867
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Logging/RequestLog.php
(9950B)
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\Logging; class RequestLog extends \Google\Collection { protected $collection_key = 'sourceReference'; /** * @var string */ public $appEngineRelease; /** * @var string */ public $appId; public $cost; /** * @var string */ public $endTime; /** * @var bool */ public $finished; /** * @var bool */ public $first; /** * @var string */ public $host; /** * @var string */ public $httpVersion; /** * @var string */ public $instanceId; /** * @var int */ public $instanceIndex; /** * @var string */ public $ip; /** * @var string */ public $latency; protected $lineType = LogLine::class; protected $lineDataType = 'array'; /** * @var string */ public $megaCycles; /** * @var string */ public $method; /** * @var string */ public $moduleId; /** * @var string */ public $nickname; /** * @var string */ public $pendingTime; /** * @var string */ public $referrer; /** * @var string */ public $requestId; /** * @var string */ public $resource; /** * @var string */ public $responseSize; protected $sourceReferenceType = SourceReference::class; protected $sourceReferenceDataType = 'array'; /** * @var string */ public $spanId; /** * @var string */ public $startTime; /** * @var int */ public $status; /** * @var string */ public $taskName; /** * @var string */ public $taskQueueName; /** * @var string */ public $traceId; /** * @var bool */ public $traceSampled; /** * @var string */ public $urlMapEntry; /** * @var string */ public $userAgent; /** * @var string */ public $versionId; /** * @var bool */ public $wasLoadingRequest; /** * @param string */ public function setAppEngineRelease($appEngineRelease) { $this->appEngineRelease = $appEngineRelease; } /** * @return string */ public function getAppEngineRelease() { return $this->appEngineRelease; } /** * @param string */ public function setAppId($appId) { $this->appId = $appId; } /** * @return string */ public function getAppId() { return $this->appId; } public function setCost($cost) { $this->cost = $cost; } public function getCost() { return $this->cost; } /** * @param string */ public function setEndTime($endTime) { $this->endTime = $endTime; } /** * @return string */ public function getEndTime() { return $this->endTime; } /** * @param bool */ public function setFinished($finished) { $this->finished = $finished; } /** * @return bool */ public function getFinished() { return $this->finished; } /** * @param bool */ public function setFirst($first) { $this->first = $first; } /** * @return bool */ public function getFirst() { return $this->first; } /** * @param string */ public function setHost($host) { $this->host = $host; } /** * @return string */ public function getHost() { return $this->host; } /** * @param string */ public function setHttpVersion($httpVersion) { $this->httpVersion = $httpVersion; } /** * @return string */ public function getHttpVersion() { return $this->httpVersion; } /** * @param string */ public function setInstanceId($instanceId) { $this->instanceId = $instanceId; } /** * @return string */ public function getInstanceId() { return $this->instanceId; } /** * @param int */ public function setInstanceIndex($instanceIndex) { $this->instanceIndex = $instanceIndex; } /** * @return int */ public function getInstanceIndex() { return $this->instanceIndex; } /** * @param string */ public function setIp($ip) { $this->ip = $ip; } /** * @return string */ public function getIp() { return $this->ip; } /** * @param string */ public function setLatency($latency) { $this->latency = $latency; } /** * @return string */ public function getLatency() { return $this->latency; } /** * @param LogLine[] */ public function setLine($line) { $this->line = $line; } /** * @return LogLine[] */ public function getLine() { return $this->line; } /** * @param string */ public function setMegaCycles($megaCycles) { $this->megaCycles = $megaCycles; } /** * @return string */ public function getMegaCycles() { return $this->megaCycles; } /** * @param string */ public function setMethod($method) { $this->method = $method; } /** * @return string */ public function getMethod() { return $this->method; } /** * @param string */ public function setModuleId($moduleId) { $this->moduleId = $moduleId; } /** * @return string */ public function getModuleId() { return $this->moduleId; } /** * @param string */ public function setNickname($nickname) { $this->nickname = $nickname; } /** * @return string */ public function getNickname() { return $this->nickname; } /** * @param string */ public function setPendingTime($pendingTime) { $this->pendingTime = $pendingTime; } /** * @return string */ public function getPendingTime() { return $this->pendingTime; } /** * @param string */ public function setReferrer($referrer) { $this->referrer = $referrer; } /** * @return string */ public function getReferrer() { return $this->referrer; } /** * @param string */ public function setRequestId($requestId) { $this->requestId = $requestId; } /** * @return string */ public function getRequestId() { return $this->requestId; } /** * @param string */ public function setResource($resource) { $this->resource = $resource; } /** * @return string */ public function getResource() { return $this->resource; } /** * @param string */ public function setResponseSize($responseSize) { $this->responseSize = $responseSize; } /** * @return string */ public function getResponseSize() { return $this->responseSize; } /** * @param SourceReference[] */ public function setSourceReference($sourceReference) { $this->sourceReference = $sourceReference; } /** * @return SourceReference[] */ public function getSourceReference() { return $this->sourceReference; } /** * @param string */ public function setSpanId($spanId) { $this->spanId = $spanId; } /** * @return string */ public function getSpanId() { return $this->spanId; } /** * @param string */ public function setStartTime($startTime) { $this->startTime = $startTime; } /** * @return string */ public function getStartTime() { return $this->startTime; } /** * @param int */ public function setStatus($status) { $this->status = $status; } /** * @return int */ public function getStatus() { return $this->status; } /** * @param string */ public function setTaskName($taskName) { $this->taskName = $taskName; } /** * @return string */ public function getTaskName() { return $this->taskName; } /** * @param string */ public function setTaskQueueName($taskQueueName) { $this->taskQueueName = $taskQueueName; } /** * @return string */ public function getTaskQueueName() { return $this->taskQueueName; } /** * @param string */ public function setTraceId($traceId) { $this->traceId = $traceId; } /** * @return string */ public function getTraceId() { return $this->traceId; } /** * @param bool */ public function setTraceSampled($traceSampled) { $this->traceSampled = $traceSampled; } /** * @return bool */ public function getTraceSampled() { return $this->traceSampled; } /** * @param string */ public function setUrlMapEntry($urlMapEntry) { $this->urlMapEntry = $urlMapEntry; } /** * @return string */ public function getUrlMapEntry() { return $this->urlMapEntry; } /** * @param string */ public function setUserAgent($userAgent) { $this->userAgent = $userAgent; } /** * @return string */ public function getUserAgent() { return $this->userAgent; } /** * @param string */ public function setVersionId($versionId) { $this->versionId = $versionId; } /** * @return string */ public function getVersionId() { return $this->versionId; } /** * @param bool */ public function setWasLoadingRequest($wasLoadingRequest) { $this->wasLoadingRequest = $wasLoadingRequest; } /** * @return bool */ public function getWasLoadingRequest() { return $this->wasLoadingRequest; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RequestLog::class, 'Google_Service_Logging_RequestLog');
Save
cmd:
run