/
var
/
www
/
flurhymez
/
vendor
/
google
/
apiclient-services
/
src
/
DataprocMetastore
/
/var/www/flurhymez/vendor/google/apiclient-services/src/DataprocMetastore
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
AuditConfig.php
1542
0644
edit
dl
rm
AuditLogConfig.php
1487
0644
edit
dl
rm
Backup.php
2872
0644
edit
dl
rm
Binding.php
1680
0644
edit
dl
rm
Consumer.php
1402
0644
edit
dl
rm
DatabaseDump.php
1931
0644
edit
dl
rm
DataCatalogConfig.php
1119
0644
edit
dl
rm
DataplexConfig.php
1194
0644
edit
dl
rm
EncryptionConfig.php
1115
0644
edit
dl
rm
ExportMetadataRequest.php
1815
0644
edit
dl
rm
Expr.php
1893
0644
edit
dl
rm
HiveMetastoreConfig.php
2145
0644
edit
dl
rm
HiveMetastoreVersion.php
1397
0644
edit
dl
rm
KerberosConfig.php
1731
0644
edit
dl
rm
Lake.php
1065
0644
edit
dl
rm
ListBackupsResponse.php
1805
0644
edit
dl
rm
ListLocationsResponse.php
1542
0644
edit
dl
rm
ListMetadataImportsResponse.php
1917
0644
edit
dl
rm
ListOperationsResponse.php
1557
0644
edit
dl
rm
ListServicesResponse.php
1819
0644
edit
dl
rm
Location.php
2155
0644
edit
dl
rm
LocationMetadata.php
1455
0644
edit
dl
rm
MaintenanceWindow.php
1399
0644
edit
dl
rm
MetadataExport.php
2269
0644
edit
dl
rm
MetadataImport.php
2781
0644
edit
dl
rm
MetadataIntegration.php
1670
0644
edit
dl
rm
MetadataManagementActivity.php
1629
0644
edit
dl
rm
MetastoreEmpty.php
860
0644
edit
dl
rm
NetworkConfig.php
1221
0644
edit
dl
rm
Operation.php
2113
0644
edit
dl
rm
OperationMetadata.php
2803
0644
edit
dl
rm
Policy.php
2016
0644
edit
dl
rm
Restore.php
2342
0644
edit
dl
rm
RestoreServiceRequest.php
1682
0644
edit
dl
rm
Secret.php
1120
0644
edit
dl
rm
Service.php
6829
0644
edit
dl
rm
SetIamPolicyRequest.php
1435
0644
edit
dl
rm
Status.php
1621
0644
edit
dl
rm
TestIamPermissionsRequest.php
1233
0644
edit
dl
rm
TestIamPermissionsResponse.php
1236
0644
edit
dl
rm
Edit:
/var/www/flurhymez/vendor/google/apiclient-services/src/DataprocMetastore/Service.php
(6829B)
<?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\DataprocMetastore; class Service extends \Google\Model { /** * @var string */ public $artifactGcsUri; /** * @var string */ public $createTime; protected $encryptionConfigType = EncryptionConfig::class; protected $encryptionConfigDataType = ''; /** * @var string */ public $endpointUri; protected $hiveMetastoreConfigType = HiveMetastoreConfig::class; protected $hiveMetastoreConfigDataType = ''; /** * @var string[] */ public $labels; protected $maintenanceWindowType = MaintenanceWindow::class; protected $maintenanceWindowDataType = ''; protected $metadataIntegrationType = MetadataIntegration::class; protected $metadataIntegrationDataType = ''; protected $metadataManagementActivityType = MetadataManagementActivity::class; protected $metadataManagementActivityDataType = ''; /** * @var string */ public $name; /** * @var string */ public $network; protected $networkConfigType = NetworkConfig::class; protected $networkConfigDataType = ''; /** * @var int */ public $port; /** * @var string */ public $releaseChannel; /** * @var string */ public $state; /** * @var string */ public $stateMessage; /** * @var string */ public $tier; /** * @var string */ public $uid; /** * @var string */ public $updateTime; /** * @param string */ public function setArtifactGcsUri($artifactGcsUri) { $this->artifactGcsUri = $artifactGcsUri; } /** * @return string */ public function getArtifactGcsUri() { return $this->artifactGcsUri; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param EncryptionConfig */ public function setEncryptionConfig(EncryptionConfig $encryptionConfig) { $this->encryptionConfig = $encryptionConfig; } /** * @return EncryptionConfig */ public function getEncryptionConfig() { return $this->encryptionConfig; } /** * @param string */ public function setEndpointUri($endpointUri) { $this->endpointUri = $endpointUri; } /** * @return string */ public function getEndpointUri() { return $this->endpointUri; } /** * @param HiveMetastoreConfig */ public function setHiveMetastoreConfig(HiveMetastoreConfig $hiveMetastoreConfig) { $this->hiveMetastoreConfig = $hiveMetastoreConfig; } /** * @return HiveMetastoreConfig */ public function getHiveMetastoreConfig() { return $this->hiveMetastoreConfig; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param MaintenanceWindow */ public function setMaintenanceWindow(MaintenanceWindow $maintenanceWindow) { $this->maintenanceWindow = $maintenanceWindow; } /** * @return MaintenanceWindow */ public function getMaintenanceWindow() { return $this->maintenanceWindow; } /** * @param MetadataIntegration */ public function setMetadataIntegration(MetadataIntegration $metadataIntegration) { $this->metadataIntegration = $metadataIntegration; } /** * @return MetadataIntegration */ public function getMetadataIntegration() { return $this->metadataIntegration; } /** * @param MetadataManagementActivity */ public function setMetadataManagementActivity(MetadataManagementActivity $metadataManagementActivity) { $this->metadataManagementActivity = $metadataManagementActivity; } /** * @return MetadataManagementActivity */ public function getMetadataManagementActivity() { return $this->metadataManagementActivity; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setNetwork($network) { $this->network = $network; } /** * @return string */ public function getNetwork() { return $this->network; } /** * @param NetworkConfig */ public function setNetworkConfig(NetworkConfig $networkConfig) { $this->networkConfig = $networkConfig; } /** * @return NetworkConfig */ public function getNetworkConfig() { return $this->networkConfig; } /** * @param int */ public function setPort($port) { $this->port = $port; } /** * @return int */ public function getPort() { return $this->port; } /** * @param string */ public function setReleaseChannel($releaseChannel) { $this->releaseChannel = $releaseChannel; } /** * @return string */ public function getReleaseChannel() { return $this->releaseChannel; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } /** * @param string */ public function setStateMessage($stateMessage) { $this->stateMessage = $stateMessage; } /** * @return string */ public function getStateMessage() { return $this->stateMessage; } /** * @param string */ public function setTier($tier) { $this->tier = $tier; } /** * @return string */ public function getTier() { return $this->tier; } /** * @param string */ public function setUid($uid) { $this->uid = $uid; } /** * @return string */ public function getUid() { return $this->uid; } /** * @param string */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Service::class, 'Google_Service_DataprocMetastore_Service');
Save
cmd:
run