/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
Pubsub
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Pubsub
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
AcknowledgeRequest.php
1150
0644
edit
dl
rm
AvroConfig.php
1118
0644
edit
dl
rm
BigQueryConfig.php
2229
0644
edit
dl
rm
Binding.php
1658
0644
edit
dl
rm
CloudStorageConfig.php
3155
0644
edit
dl
rm
CommitSchemaRequest.php
1137
0644
edit
dl
rm
CreateSnapshotRequest.php
1404
0644
edit
dl
rm
DeadLetterPolicy.php
1486
0644
edit
dl
rm
DetachSubscriptionResponse.php
874
0644
edit
dl
rm
ExpirationPolicy.php
1072
0644
edit
dl
rm
Expr.php
1871
0644
edit
dl
rm
ListSchemaRevisionsResponse.php
1514
0644
edit
dl
rm
ListSchemasResponse.php
1490
0644
edit
dl
rm
ListSnapshotsResponse.php
1520
0644
edit
dl
rm
ListSubscriptionsResponse.php
1580
0644
edit
dl
rm
ListTopicSnapshotsResponse.php
1495
0644
edit
dl
rm
ListTopicsResponse.php
1475
0644
edit
dl
rm
ListTopicSubscriptionsResponse.php
1539
0644
edit
dl
rm
MessageStoragePolicy.php
1308
0644
edit
dl
rm
ModifyAckDeadlineRequest.php
1491
0644
edit
dl
rm
ModifyPushConfigRequest.php
1197
0644
edit
dl
rm
NoWrapper.php
1115
0644
edit
dl
rm
OidcToken.php
1425
0644
edit
dl
rm
Policy.php
1646
0644
edit
dl
rm
PublishRequest.php
1208
0644
edit
dl
rm
PublishResponse.php
1173
0644
edit
dl
rm
PubsubEmpty.php
829
0644
edit
dl
rm
PubsubMessage.php
2187
0644
edit
dl
rm
PubsubWrapper.php
835
0644
edit
dl
rm
PullRequest.php
1423
0644
edit
dl
rm
PullResponse.php
1280
0644
edit
dl
rm
PushConfig.php
2404
0644
edit
dl
rm
ReceivedMessage.php
1704
0644
edit
dl
rm
RetryPolicy.php
1438
0644
edit
dl
rm
RollbackSchemaRequest.php
1136
0644
edit
dl
rm
Schema.php
2167
0644
edit
dl
rm
SchemaSettings.php
1964
0644
edit
dl
rm
SeekRequest.php
1326
0644
edit
dl
rm
SeekResponse.php
832
0644
edit
dl
rm
SetIamPolicyRequest.php
1137
0644
edit
dl
rm
Snapshot.php
1826
0644
edit
dl
rm
Subscription.php
6754
0644
edit
dl
rm
TestIamPermissionsRequest.php
1211
0644
edit
dl
rm
TestIamPermissionsResponse.php
1214
0644
edit
dl
rm
TextConfig.php
826
0644
edit
dl
rm
Topic.php
3064
0644
edit
dl
rm
UpdateSnapshotRequest.php
1443
0644
edit
dl
rm
UpdateSubscriptionRequest.php
1503
0644
edit
dl
rm
UpdateTopicRequest.php
1398
0644
edit
dl
rm
ValidateMessageRequest.php
1897
0644
edit
dl
rm
ValidateMessageResponse.php
865
0644
edit
dl
rm
ValidateSchemaRequest.php
1143
0644
edit
dl
rm
ValidateSchemaResponse.php
862
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Pubsub/Policy.php
(1646B)
<?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\Pubsub; class Policy extends \Google\Collection { protected $collection_key = 'bindings'; protected $bindingsType = Binding::class; protected $bindingsDataType = 'array'; /** * @var string */ public $etag; /** * @var int */ public $version; /** * @param Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Binding[] */ public function getBindings() { return $this->bindings; } /** * @param string */ public function setEtag($etag) { $this->etag = $etag; } /** * @return string */ public function getEtag() { return $this->etag; } /** * @param int */ public function setVersion($version) { $this->version = $version; } /** * @return int */ public function getVersion() { return $this->version; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Policy::class, 'Google_Service_Pubsub_Policy');
Save
cmd:
run