/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
CloudWorkstations
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudWorkstations
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
Accelerator.php
1318
0644
edit
dl
rm
AuditConfig.php
1542
0644
edit
dl
rm
AuditLogConfig.php
1487
0644
edit
dl
rm
Binding.php
1680
0644
edit
dl
rm
CancelOperationRequest.php
884
0644
edit
dl
rm
Container.php
2403
0644
edit
dl
rm
CustomerEncryptionKey.php
1476
0644
edit
dl
rm
Expr.php
1893
0644
edit
dl
rm
GceConfidentialInstanceConfig.php
1281
0644
edit
dl
rm
GceInstance.php
4692
0644
edit
dl
rm
GceRegionalPersistentDisk.php
2244
0644
edit
dl
rm
GceShieldedInstanceConfig.php
1851
0644
edit
dl
rm
GenerateAccessTokenRequest.php
1400
0644
edit
dl
rm
GenerateAccessTokenResponse.php
1459
0644
edit
dl
rm
GoogleProtobufEmpty.php
875
0644
edit
dl
rm
Host.php
1174
0644
edit
dl
rm
ListOperationsResponse.php
1557
0644
edit
dl
rm
ListUsableWorkstationConfigsResponse.php
1984
0644
edit
dl
rm
ListUsableWorkstationsResponse.php
1894
0644
edit
dl
rm
ListWorkstationClustersResponse.php
1981
0644
edit
dl
rm
ListWorkstationConfigsResponse.php
1966
0644
edit
dl
rm
ListWorkstationsResponse.php
1876
0644
edit
dl
rm
Operation.php
2113
0644
edit
dl
rm
OperationMetadata.php
2803
0644
edit
dl
rm
PersistentDirectory.php
1496
0644
edit
dl
rm
Policy.php
2016
0644
edit
dl
rm
PrivateClusterConfig.php
2254
0644
edit
dl
rm
ReadinessCheck.php
1320
0644
edit
dl
rm
SetIamPolicyRequest.php
1435
0644
edit
dl
rm
StartWorkstationRequest.php
1406
0644
edit
dl
rm
Status.php
1621
0644
edit
dl
rm
StopWorkstationRequest.php
1403
0644
edit
dl
rm
TestIamPermissionsRequest.php
1233
0644
edit
dl
rm
TestIamPermissionsResponse.php
1236
0644
edit
dl
rm
Workstation.php
4186
0644
edit
dl
rm
WorkstationCluster.php
5407
0644
edit
dl
rm
WorkstationConfig.php
6824
0644
edit
dl
rm
WorkstationsEmpty.php
869
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudWorkstations/Host.php
(1174B)
<?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\CloudWorkstations; class Host extends \Google\Model { protected $gceInstanceType = GceInstance::class; protected $gceInstanceDataType = ''; /** * @param GceInstance */ public function setGceInstance(GceInstance $gceInstance) { $this->gceInstance = $gceInstance; } /** * @return GceInstance */ public function getGceInstance() { return $this->gceInstance; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Host::class, 'Google_Service_CloudWorkstations_Host');
Save
cmd:
run