/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
Connectors
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Connectors
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
Action.php
1864
0644
edit
dl
rm
AuditConfig.php
1528
0644
edit
dl
rm
AuditLogConfig.php
1473
0644
edit
dl
rm
AuthConfig.php
3156
0644
edit
dl
rm
AuthConfigTemplate.php
1652
0644
edit
dl
rm
AuthorizationCodeLink.php
1394
0644
edit
dl
rm
Binding.php
1666
0644
edit
dl
rm
CancelOperationRequest.php
870
0644
edit
dl
rm
ConfigVariable.php
2205
0644
edit
dl
rm
ConfigVariableTemplate.php
3910
0644
edit
dl
rm
Connection.php
5410
0644
edit
dl
rm
ConnectionSchemaMetadata.php
1453
0644
edit
dl
rm
ConnectionStatus.php
1625
0644
edit
dl
rm
Connector.php
3647
0644
edit
dl
rm
ConnectorsEmpty.php
849
0644
edit
dl
rm
ConnectorsResource.php
1383
0644
edit
dl
rm
ConnectorVersion.php
5289
0644
edit
dl
rm
EgressControlConfig.php
1515
0644
edit
dl
rm
Entity.php
1308
0644
edit
dl
rm
EntityType.php
1396
0644
edit
dl
rm
EnumOption.php
1338
0644
edit
dl
rm
ExecuteActionRequest.php
1144
0644
edit
dl
rm
ExecuteActionResponse.php
1172
0644
edit
dl
rm
ExecuteSqlQueryRequest.php
1142
0644
edit
dl
rm
ExecuteSqlQueryResponse.php
1178
0644
edit
dl
rm
Expr.php
1879
0644
edit
dl
rm
ExtractionRule.php
1441
0644
edit
dl
rm
ExtractionRules.php
1276
0644
edit
dl
rm
Field.php
3010
0644
edit
dl
rm
InputParameter.php
2169
0644
edit
dl
rm
JwtClaims.php
1597
0644
edit
dl
rm
ListActionsResponse.php
1879
0644
edit
dl
rm
ListConnectionsResponse.php
1847
0644
edit
dl
rm
ListConnectorsResponse.php
1833
0644
edit
dl
rm
ListConnectorVersionsResponse.php
1931
0644
edit
dl
rm
ListEntitiesResponse.php
1510
0644
edit
dl
rm
ListEntityTypesResponse.php
1871
0644
edit
dl
rm
ListLocationsResponse.php
1528
0644
edit
dl
rm
ListOperationsResponse.php
1543
0644
edit
dl
rm
ListProvidersResponse.php
1819
0644
edit
dl
rm
ListRuntimeActionSchemasResponse.php
1693
0644
edit
dl
rm
ListRuntimeEntitySchemasResponse.php
1693
0644
edit
dl
rm
Location.php
2141
0644
edit
dl
rm
LockConfig.php
1325
0644
edit
dl
rm
Oauth2ClientCredentials.php
1467
0644
edit
dl
rm
Oauth2JwtBearer.php
1476
0644
edit
dl
rm
Operation.php
2099
0644
edit
dl
rm
OperationMetadata.php
2789
0644
edit
dl
rm
Policy.php
2002
0644
edit
dl
rm
Provider.php
3644
0644
edit
dl
rm
Query.php
2006
0644
edit
dl
rm
QueryParameter.php
1350
0644
edit
dl
rm
Reference.php
1300
0644
edit
dl
rm
ResultMetadata.php
1626
0644
edit
dl
rm
RoleGrant.php
2071
0644
edit
dl
rm
RuntimeActionSchema.php
1917
0644
edit
dl
rm
RuntimeConfig.php
3835
0644
edit
dl
rm
RuntimeEntitySchema.php
1437
0644
edit
dl
rm
Secret.php
1120
0644
edit
dl
rm
SetIamPolicyRequest.php
1421
0644
edit
dl
rm
Source.php
1354
0644
edit
dl
rm
SshPublicKey.php
2374
0644
edit
dl
rm
Status.php
1607
0644
edit
dl
rm
SupportedRuntimeFeatures.php
1673
0644
edit
dl
rm
TestIamPermissionsRequest.php
1219
0644
edit
dl
rm
TestIamPermissionsResponse.php
1222
0644
edit
dl
rm
UpdateEntitiesWithConditionsResponse.php
1178
0644
edit
dl
rm
UserPassword.php
1402
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Connectors/Reference.php
(1300B)
<?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\Connectors; class Reference extends \Google\Model { /** * @var string */ public $name; /** * @var string */ public $type; /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Reference::class, 'Google_Service_Connectors_Reference');
Save
cmd:
run