/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
GameServices
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/GameServices
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
AuditConfig.php
1532
0644
edit
dl
rm
AuditLogConfig.php
1824
0644
edit
dl
rm
AuthorizationLoggingOptions.php
1194
0644
edit
dl
rm
Binding.php
1939
0644
edit
dl
rm
CancelOperationRequest.php
874
0644
edit
dl
rm
CloudAuditOptions.php
1650
0644
edit
dl
rm
Condition.php
2036
0644
edit
dl
rm
CounterOptions.php
1739
0644
edit
dl
rm
CustomField.php
1317
0644
edit
dl
rm
DataAccessOptions.php
1115
0644
edit
dl
rm
DeployedClusterState.php
1550
0644
edit
dl
rm
DeployedFleet.php
2024
0644
edit
dl
rm
DeployedFleetAutoscaler.php
1824
0644
edit
dl
rm
DeployedFleetDetails.php
1683
0644
edit
dl
rm
DeployedFleetStatus.php
2068
0644
edit
dl
rm
Expr.php
1883
0644
edit
dl
rm
FetchDeploymentStateRequest.php
889
0644
edit
dl
rm
FetchDeploymentStateResponse.php
1607
0644
edit
dl
rm
FleetConfig.php
1345
0644
edit
dl
rm
GameServerCluster.php
3259
0644
edit
dl
rm
GameServerClusterConnectionInfo.php
1610
0644
edit
dl
rm
GameServerConfig.php
2951
0644
edit
dl
rm
GameServerConfigOverride.php
1553
0644
edit
dl
rm
GameServerDeployment.php
2426
0644
edit
dl
rm
GameServerDeploymentRollout.php
2832
0644
edit
dl
rm
GameservicesEmpty.php
859
0644
edit
dl
rm
GkeClusterReference.php
1121
0644
edit
dl
rm
KubernetesClusterState.php
2965
0644
edit
dl
rm
LabelSelector.php
1102
0644
edit
dl
rm
ListGameServerClustersResponse.php
1949
0644
edit
dl
rm
ListGameServerConfigsResponse.php
1935
0644
edit
dl
rm
ListGameServerDeploymentsResponse.php
1991
0644
edit
dl
rm
ListLocationsResponse.php
1532
0644
edit
dl
rm
ListOperationsResponse.php
1547
0644
edit
dl
rm
ListRealmsResponse.php
1781
0644
edit
dl
rm
Location.php
2145
0644
edit
dl
rm
LogConfig.php
1877
0644
edit
dl
rm
Operation.php
2103
0644
edit
dl
rm
OperationMetadata.php
3514
0644
edit
dl
rm
OperationStatus.php
1641
0644
edit
dl
rm
Policy.php
2274
0644
edit
dl
rm
PreviewCreateGameServerClusterResponse.php
1895
0644
edit
dl
rm
PreviewDeleteGameServerClusterResponse.php
1500
0644
edit
dl
rm
PreviewGameServerDeploymentRolloutResponse.php
1851
0644
edit
dl
rm
PreviewRealmUpdateResponse.php
1464
0644
edit
dl
rm
PreviewUpdateGameServerClusterResponse.php
1500
0644
edit
dl
rm
Realm.php
2643
0644
edit
dl
rm
RealmSelector.php
1147
0644
edit
dl
rm
Rule.php
2808
0644
edit
dl
rm
ScalingConfig.php
2114
0644
edit
dl
rm
Schedule.php
1930
0644
edit
dl
rm
SetIamPolicyRequest.php
1425
0644
edit
dl
rm
SpecSource.php
1419
0644
edit
dl
rm
Status.php
1611
0644
edit
dl
rm
TargetDetails.php
1995
0644
edit
dl
rm
TargetFleet.php
1407
0644
edit
dl
rm
TargetFleetAutoscaler.php
1437
0644
edit
dl
rm
TargetFleetDetails.php
1533
0644
edit
dl
rm
TargetState.php
1202
0644
edit
dl
rm
TestIamPermissionsRequest.php
1223
0644
edit
dl
rm
TestIamPermissionsResponse.php
1226
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/GameServices/Condition.php
(2036B)
<?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\GameServices; class Condition extends \Google\Collection { protected $collection_key = 'values'; /** * @var string */ public $iam; /** * @var string */ public $op; /** * @var string */ public $svc; /** * @var string */ public $sys; /** * @var string[] */ public $values; /** * @param string */ public function setIam($iam) { $this->iam = $iam; } /** * @return string */ public function getIam() { return $this->iam; } /** * @param string */ public function setOp($op) { $this->op = $op; } /** * @return string */ public function getOp() { return $this->op; } /** * @param string */ public function setSvc($svc) { $this->svc = $svc; } /** * @return string */ public function getSvc() { return $this->svc; } /** * @param string */ public function setSys($sys) { $this->sys = $sys; } /** * @return string */ public function getSys() { return $this->sys; } /** * @param string[] */ public function setValues($values) { $this->values = $values; } /** * @return string[] */ public function getValues() { return $this->values; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Condition::class, 'Google_Service_GameServices_Condition');
Save
cmd:
run