/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
PubsubLite
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/PubsubLite
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
CancelOperationRequest.php
870
0644
edit
dl
rm
Capacity.php
1461
0644
edit
dl
rm
CommitCursorRequest.php
1414
0644
edit
dl
rm
CommitCursorResponse.php
864
0644
edit
dl
rm
ComputeHeadCursorRequest.php
1146
0644
edit
dl
rm
ComputeHeadCursorResponse.php
1195
0644
edit
dl
rm
ComputeMessageStatsRequest.php
1782
0644
edit
dl
rm
ComputeMessageStatsResponse.php
2116
0644
edit
dl
rm
ComputeTimeCursorRequest.php
1445
0644
edit
dl
rm
ComputeTimeCursorResponse.php
1163
0644
edit
dl
rm
Cursor.php
1071
0644
edit
dl
rm
DeliveryConfig.php
1186
0644
edit
dl
rm
ExportConfig.php
2087
0644
edit
dl
rm
ListOperationsResponse.php
1543
0644
edit
dl
rm
ListPartitionCursorsResponse.php
1633
0644
edit
dl
rm
ListReservationsResponse.php
1573
0644
edit
dl
rm
ListReservationTopicsResponse.php
1488
0644
edit
dl
rm
ListSubscriptionsResponse.php
1588
0644
edit
dl
rm
ListTopicsResponse.php
1483
0644
edit
dl
rm
ListTopicSubscriptionsResponse.php
1547
0644
edit
dl
rm
Operation.php
2099
0644
edit
dl
rm
OperationMetadata.php
1869
0644
edit
dl
rm
PartitionConfig.php
1630
0644
edit
dl
rm
PartitionCursor.php
1402
0644
edit
dl
rm
PubSubConfig.php
1082
0644
edit
dl
rm
PubsubliteEmpty.php
849
0644
edit
dl
rm
Reservation.php
1404
0644
edit
dl
rm
ReservationConfig.php
1209
0644
edit
dl
rm
RetentionConfig.php
1423
0644
edit
dl
rm
SeekSubscriptionRequest.php
1488
0644
edit
dl
rm
SeekSubscriptionResponse.php
876
0644
edit
dl
rm
Status.php
1607
0644
edit
dl
rm
Subscription.php
2050
0644
edit
dl
rm
TimeTarget.php
1387
0644
edit
dl
rm
Topic.php
2251
0644
edit
dl
rm
TopicPartitions.php
1154
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/PubsubLite/Subscription.php
(2050B)
<?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\PubsubLite; class Subscription extends \Google\Model { protected $deliveryConfigType = DeliveryConfig::class; protected $deliveryConfigDataType = ''; protected $exportConfigType = ExportConfig::class; protected $exportConfigDataType = ''; /** * @var string */ public $name; /** * @var string */ public $topic; /** * @param DeliveryConfig */ public function setDeliveryConfig(DeliveryConfig $deliveryConfig) { $this->deliveryConfig = $deliveryConfig; } /** * @return DeliveryConfig */ public function getDeliveryConfig() { return $this->deliveryConfig; } /** * @param ExportConfig */ public function setExportConfig(ExportConfig $exportConfig) { $this->exportConfig = $exportConfig; } /** * @return ExportConfig */ public function getExportConfig() { return $this->exportConfig; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setTopic($topic) { $this->topic = $topic; } /** * @return string */ public function getTopic() { return $this->topic; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Subscription::class, 'Google_Service_PubsubLite_Subscription');
Save
cmd:
run