/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
Eventarc
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Eventarc
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
AuditConfig.php
1524
0644
edit
dl
rm
AuditLogConfig.php
1469
0644
edit
dl
rm
Binding.php
1662
0644
edit
dl
rm
Channel.php
3229
0644
edit
dl
rm
ChannelConnection.php
2431
0644
edit
dl
rm
CloudRun.php
1562
0644
edit
dl
rm
Destination.php
1947
0644
edit
dl
rm
EventarcEmpty.php
839
0644
edit
dl
rm
EventFilter.php
1606
0644
edit
dl
rm
EventType.php
2132
0644
edit
dl
rm
Expr.php
1875
0644
edit
dl
rm
FilteringAttribute.php
2003
0644
edit
dl
rm
GKE.php
2085
0644
edit
dl
rm
GoogleChannelConfig.php
1665
0644
edit
dl
rm
GoogleLongrunningCancelOperationRequest.php
917
0644
edit
dl
rm
GoogleLongrunningListOperationsResponse.php
1641
0644
edit
dl
rm
GoogleLongrunningOperation.php
2182
0644
edit
dl
rm
GoogleRpcStatus.php
1630
0644
edit
dl
rm
HttpEndpoint.php
1390
0644
edit
dl
rm
ListChannelConnectionsResponse.php
1941
0644
edit
dl
rm
ListChannelsResponse.php
1801
0644
edit
dl
rm
ListLocationsResponse.php
1524
0644
edit
dl
rm
ListProvidersResponse.php
1815
0644
edit
dl
rm
ListTriggersResponse.php
1801
0644
edit
dl
rm
Location.php
2137
0644
edit
dl
rm
OperationMetadata.php
2785
0644
edit
dl
rm
Policy.php
1998
0644
edit
dl
rm
Provider.php
1717
0644
edit
dl
rm
Pubsub.php
1350
0644
edit
dl
rm
SetIamPolicyRequest.php
1417
0644
edit
dl
rm
StateCondition.php
1332
0644
edit
dl
rm
TestIamPermissionsRequest.php
1215
0644
edit
dl
rm
TestIamPermissionsResponse.php
1218
0644
edit
dl
rm
Transport.php
1111
0644
edit
dl
rm
Trigger.php
4628
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Eventarc/Destination.php
(1947B)
<?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\Eventarc; class Destination extends \Google\Model { /** * @var string */ public $cloudFunction; protected $cloudRunType = CloudRun::class; protected $cloudRunDataType = ''; protected $gkeType = GKE::class; protected $gkeDataType = ''; /** * @var string */ public $workflow; /** * @param string */ public function setCloudFunction($cloudFunction) { $this->cloudFunction = $cloudFunction; } /** * @return string */ public function getCloudFunction() { return $this->cloudFunction; } /** * @param CloudRun */ public function setCloudRun(CloudRun $cloudRun) { $this->cloudRun = $cloudRun; } /** * @return CloudRun */ public function getCloudRun() { return $this->cloudRun; } /** * @param GKE */ public function setGke(GKE $gke) { $this->gke = $gke; } /** * @return GKE */ public function getGke() { return $this->gke; } /** * @param string */ public function setWorkflow($workflow) { $this->workflow = $workflow; } /** * @return string */ public function getWorkflow() { return $this->workflow; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Destination::class, 'Google_Service_Eventarc_Destination');
Save
cmd:
run