/
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/Peer.php
(2078B)
<?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 Peer extends \Google\Model { /** * @var string */ public $ip; /** * @var string[] */ public $labels; /** * @var string */ public $port; /** * @var string */ public $principal; /** * @var string */ public $regionCode; /** * @param string */ public function setIp($ip) { $this->ip = $ip; } /** * @return string */ public function getIp() { return $this->ip; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param string */ public function setPort($port) { $this->port = $port; } /** * @return string */ public function getPort() { return $this->port; } /** * @param string */ public function setPrincipal($principal) { $this->principal = $principal; } /** * @return string */ public function getPrincipal() { return $this->principal; } /** * @param string */ public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } /** * @return string */ public function getRegionCode() { return $this->regionCode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Peer::class, 'Google_Service_ServiceControl_Peer');
Save
cmd:
run