/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
ServiceControl
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/ServiceControl
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
Api.php
1863
0644
edit
dl
rm
AttributeContext.php
3266
0644
edit
dl
rm
AuditLog.php
5839
0644
edit
dl
rm
Auth.php
2233
0644
edit
dl
rm
AuthenticationInfo.php
3602
0644
edit
dl
rm
AuthorizationInfo.php
2094
0644
edit
dl
rm
CheckRequest.php
2131
0644
edit
dl
rm
CheckResponse.php
1396
0644
edit
dl
rm
EsfMigrationServerOverride.php
1181
0644
edit
dl
rm
FirstPartyPrincipal.php
1488
0644
edit
dl
rm
OrgPolicyViolationInfo.php
2137
0644
edit
dl
rm
Peer.php
2078
0644
edit
dl
rm
PolicyViolationInfo.php
1345
0644
edit
dl
rm
ReportRequest.php
1559
0644
edit
dl
rm
ReportResponse.php
854
0644
edit
dl
rm
Request.php
3757
0644
edit
dl
rm
RequestMetadata.php
2554
0644
edit
dl
rm
ResourceInfo.php
2124
0644
edit
dl
rm
ResourceLocation.php
1572
0644
edit
dl
rm
Response.php
2104
0644
edit
dl
rm
ServiceAccountDelegationInfo.php
2093
0644
edit
dl
rm
ServicecontrolResource.php
3979
0644
edit
dl
rm
ServiceDelegationHistory.php
1648
0644
edit
dl
rm
ServiceMetadata.php
1759
0644
edit
dl
rm
SpanContext.php
1108
0644
edit
dl
rm
Status.php
1615
0644
edit
dl
rm
ThirdPartyPrincipal.php
1191
0644
edit
dl
rm
V2HttpRequest.php
5049
0644
edit
dl
rm
V2LogEntry.php
4743
0644
edit
dl
rm
V2LogEntryOperation.php
1815
0644
edit
dl
rm
V2LogEntrySourceLocation.php
1615
0644
edit
dl
rm
ViolationInfo.php
1984
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/ServiceControl/AuditLog.php
(5839B)
<?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\ServiceControl; class AuditLog extends \Google\Collection { protected $collection_key = 'authorizationInfo'; protected $authenticationInfoType = AuthenticationInfo::class; protected $authenticationInfoDataType = ''; protected $authorizationInfoType = AuthorizationInfo::class; protected $authorizationInfoDataType = 'array'; /** * @var array[] */ public $metadata; /** * @var string */ public $methodName; /** * @var string */ public $numResponseItems; protected $policyViolationInfoType = PolicyViolationInfo::class; protected $policyViolationInfoDataType = ''; /** * @var array[] */ public $request; protected $requestMetadataType = RequestMetadata::class; protected $requestMetadataDataType = ''; protected $resourceLocationType = ResourceLocation::class; protected $resourceLocationDataType = ''; /** * @var string */ public $resourceName; /** * @var array[] */ public $resourceOriginalState; /** * @var array[] */ public $response; /** * @var array[] */ public $serviceData; /** * @var string */ public $serviceName; protected $statusType = Status::class; protected $statusDataType = ''; /** * @param AuthenticationInfo */ public function setAuthenticationInfo(AuthenticationInfo $authenticationInfo) { $this->authenticationInfo = $authenticationInfo; } /** * @return AuthenticationInfo */ public function getAuthenticationInfo() { return $this->authenticationInfo; } /** * @param AuthorizationInfo[] */ public function setAuthorizationInfo($authorizationInfo) { $this->authorizationInfo = $authorizationInfo; } /** * @return AuthorizationInfo[] */ public function getAuthorizationInfo() { return $this->authorizationInfo; } /** * @param array[] */ public function setMetadata($metadata) { $this->metadata = $metadata; } /** * @return array[] */ public function getMetadata() { return $this->metadata; } /** * @param string */ public function setMethodName($methodName) { $this->methodName = $methodName; } /** * @return string */ public function getMethodName() { return $this->methodName; } /** * @param string */ public function setNumResponseItems($numResponseItems) { $this->numResponseItems = $numResponseItems; } /** * @return string */ public function getNumResponseItems() { return $this->numResponseItems; } /** * @param PolicyViolationInfo */ public function setPolicyViolationInfo(PolicyViolationInfo $policyViolationInfo) { $this->policyViolationInfo = $policyViolationInfo; } /** * @return PolicyViolationInfo */ public function getPolicyViolationInfo() { return $this->policyViolationInfo; } /** * @param array[] */ public function setRequest($request) { $this->request = $request; } /** * @return array[] */ public function getRequest() { return $this->request; } /** * @param RequestMetadata */ public function setRequestMetadata(RequestMetadata $requestMetadata) { $this->requestMetadata = $requestMetadata; } /** * @return RequestMetadata */ public function getRequestMetadata() { return $this->requestMetadata; } /** * @param ResourceLocation */ public function setResourceLocation(ResourceLocation $resourceLocation) { $this->resourceLocation = $resourceLocation; } /** * @return ResourceLocation */ public function getResourceLocation() { return $this->resourceLocation; } /** * @param string */ public function setResourceName($resourceName) { $this->resourceName = $resourceName; } /** * @return string */ public function getResourceName() { return $this->resourceName; } /** * @param array[] */ public function setResourceOriginalState($resourceOriginalState) { $this->resourceOriginalState = $resourceOriginalState; } /** * @return array[] */ public function getResourceOriginalState() { return $this->resourceOriginalState; } /** * @param array[] */ public function setResponse($response) { $this->response = $response; } /** * @return array[] */ public function getResponse() { return $this->response; } /** * @param array[] */ public function setServiceData($serviceData) { $this->serviceData = $serviceData; } /** * @return array[] */ public function getServiceData() { return $this->serviceData; } /** * @param string */ public function setServiceName($serviceName) { $this->serviceName = $serviceName; } /** * @return string */ public function getServiceName() { return $this->serviceName; } /** * @param Status */ public function setStatus(Status $status) { $this->status = $status; } /** * @return Status */ public function getStatus() { return $this->status; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AuditLog::class, 'Google_Service_ServiceControl_AuditLog');
Save
cmd:
run