/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
ApigeeRegistry
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/ApigeeRegistry
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
Api.php
3692
0644
edit
dl
rm
ApiDeployment.php
4959
0644
edit
dl
rm
ApigeeregistryEmpty.php
869
0644
edit
dl
rm
ApiSpec.php
4659
0644
edit
dl
rm
ApiVersion.php
3262
0644
edit
dl
rm
Artifact.php
3184
0644
edit
dl
rm
Binding.php
1674
0644
edit
dl
rm
Build.php
1600
0644
edit
dl
rm
CancelOperationRequest.php
878
0644
edit
dl
rm
Config.php
1376
0644
edit
dl
rm
Expr.php
1887
0644
edit
dl
rm
HttpBody.php
1682
0644
edit
dl
rm
Instance.php
2708
0644
edit
dl
rm
ListApiDeploymentRevisionsResponse.php
1635
0644
edit
dl
rm
ListApiDeploymentsResponse.php
1611
0644
edit
dl
rm
ListApiSpecRevisionsResponse.php
1545
0644
edit
dl
rm
ListApiSpecsResponse.php
1521
0644
edit
dl
rm
ListApisResponse.php
1461
0644
edit
dl
rm
ListApiVersionsResponse.php
1566
0644
edit
dl
rm
ListArtifactsResponse.php
1536
0644
edit
dl
rm
ListLocationsResponse.php
1536
0644
edit
dl
rm
ListOperationsResponse.php
1551
0644
edit
dl
rm
Location.php
2149
0644
edit
dl
rm
Operation.php
2107
0644
edit
dl
rm
OperationMetadata.php
2797
0644
edit
dl
rm
Policy.php
1662
0644
edit
dl
rm
RollbackApiDeploymentRequest.php
1173
0644
edit
dl
rm
RollbackApiSpecRequest.php
1155
0644
edit
dl
rm
SetIamPolicyRequest.php
1153
0644
edit
dl
rm
Status.php
1615
0644
edit
dl
rm
TagApiDeploymentRevisionRequest.php
1133
0644
edit
dl
rm
TagApiSpecRevisionRequest.php
1115
0644
edit
dl
rm
TestIamPermissionsRequest.php
1227
0644
edit
dl
rm
TestIamPermissionsResponse.php
1230
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/ApigeeRegistry/Artifact.php
(3184B)
<?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\ApigeeRegistry; class Artifact extends \Google\Model { /** * @var string[] */ public $annotations; /** * @var string */ public $contents; /** * @var string */ public $createTime; /** * @var string */ public $hash; /** * @var string[] */ public $labels; /** * @var string */ public $mimeType; /** * @var string */ public $name; /** * @var int */ public $sizeBytes; /** * @var string */ public $updateTime; /** * @param string[] */ public function setAnnotations($annotations) { $this->annotations = $annotations; } /** * @return string[] */ public function getAnnotations() { return $this->annotations; } /** * @param string */ public function setContents($contents) { $this->contents = $contents; } /** * @return string */ public function getContents() { return $this->contents; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setHash($hash) { $this->hash = $hash; } /** * @return string */ public function getHash() { return $this->hash; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param string */ public function setMimeType($mimeType) { $this->mimeType = $mimeType; } /** * @return string */ public function getMimeType() { return $this->mimeType; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param int */ public function setSizeBytes($sizeBytes) { $this->sizeBytes = $sizeBytes; } /** * @return int */ public function getSizeBytes() { return $this->sizeBytes; } /** * @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(Artifact::class, 'Google_Service_ApigeeRegistry_Artifact');
Save
cmd:
run