Nouveaux fichier suite maj librairies vendor
This commit is contained in:
30
vendor/google/apiclient-services/src/Google/Service/Pubsub/CreateSnapshotRequest.php
vendored
Normal file
30
vendor/google/apiclient-services/src/Google/Service/Pubsub/CreateSnapshotRequest.php
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_Pubsub_CreateSnapshotRequest extends Google_Model
|
||||
{
|
||||
public $subscription;
|
||||
|
||||
public function setSubscription($subscription)
|
||||
{
|
||||
$this->subscription = $subscription;
|
||||
}
|
||||
public function getSubscription()
|
||||
{
|
||||
return $this->subscription;
|
||||
}
|
||||
}
|
||||
47
vendor/google/apiclient-services/src/Google/Service/Pubsub/ListSnapshotsResponse.php
vendored
Normal file
47
vendor/google/apiclient-services/src/Google/Service/Pubsub/ListSnapshotsResponse.php
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_Pubsub_ListSnapshotsResponse extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'snapshots';
|
||||
public $nextPageToken;
|
||||
protected $snapshotsType = 'Google_Service_Pubsub_Snapshot';
|
||||
protected $snapshotsDataType = 'array';
|
||||
|
||||
public function setNextPageToken($nextPageToken)
|
||||
{
|
||||
$this->nextPageToken = $nextPageToken;
|
||||
}
|
||||
public function getNextPageToken()
|
||||
{
|
||||
return $this->nextPageToken;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Pubsub_Snapshot
|
||||
*/
|
||||
public function setSnapshots($snapshots)
|
||||
{
|
||||
$this->snapshots = $snapshots;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Pubsub_Snapshot
|
||||
*/
|
||||
public function getSnapshots()
|
||||
{
|
||||
return $this->snapshots;
|
||||
}
|
||||
}
|
||||
40
vendor/google/apiclient-services/src/Google/Service/Pubsub/ListTopicSnapshotsResponse.php
vendored
Normal file
40
vendor/google/apiclient-services/src/Google/Service/Pubsub/ListTopicSnapshotsResponse.php
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_Pubsub_ListTopicSnapshotsResponse extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'snapshots';
|
||||
public $nextPageToken;
|
||||
public $snapshots;
|
||||
|
||||
public function setNextPageToken($nextPageToken)
|
||||
{
|
||||
$this->nextPageToken = $nextPageToken;
|
||||
}
|
||||
public function getNextPageToken()
|
||||
{
|
||||
return $this->nextPageToken;
|
||||
}
|
||||
public function setSnapshots($snapshots)
|
||||
{
|
||||
$this->snapshots = $snapshots;
|
||||
}
|
||||
public function getSnapshots()
|
||||
{
|
||||
return $this->snapshots;
|
||||
}
|
||||
}
|
||||
49
vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsTopicsSnapshots.php
vendored
Normal file
49
vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsTopicsSnapshots.php
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
/**
|
||||
* The "snapshots" collection of methods.
|
||||
* Typical usage is:
|
||||
* <code>
|
||||
* $pubsubService = new Google_Service_Pubsub(...);
|
||||
* $snapshots = $pubsubService->snapshots;
|
||||
* </code>
|
||||
*/
|
||||
class Google_Service_Pubsub_Resource_ProjectsTopicsSnapshots extends Google_Service_Resource
|
||||
{
|
||||
/**
|
||||
* Lists the names of the snapshots on this topic. [ALPHA] This method is a part
|
||||
* of a closed Alpha API. (snapshots.listProjectsTopicsSnapshots)
|
||||
*
|
||||
* @param string $topic The name of the topic that snapshots are attached to.
|
||||
* Format is `projects/{project}/topics/{topic}`.
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string pageToken The value returned by the last
|
||||
* `ListTopicSnapshotsResponse`; indicates that this is a continuation of a
|
||||
* prior `ListTopicSnapshots` call, and that the system should return the next
|
||||
* page of data.
|
||||
* @opt_param int pageSize Maximum number of snapshot names to return.
|
||||
* @return Google_Service_Pubsub_ListTopicSnapshotsResponse
|
||||
*/
|
||||
public function listProjectsTopicsSnapshots($topic, $optParams = array())
|
||||
{
|
||||
$params = array('topic' => $topic);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('list', array($params), "Google_Service_Pubsub_ListTopicSnapshotsResponse");
|
||||
}
|
||||
}
|
||||
39
vendor/google/apiclient-services/src/Google/Service/Pubsub/SeekRequest.php
vendored
Normal file
39
vendor/google/apiclient-services/src/Google/Service/Pubsub/SeekRequest.php
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_Pubsub_SeekRequest extends Google_Model
|
||||
{
|
||||
public $snapshot;
|
||||
public $time;
|
||||
|
||||
public function setSnapshot($snapshot)
|
||||
{
|
||||
$this->snapshot = $snapshot;
|
||||
}
|
||||
public function getSnapshot()
|
||||
{
|
||||
return $this->snapshot;
|
||||
}
|
||||
public function setTime($time)
|
||||
{
|
||||
$this->time = $time;
|
||||
}
|
||||
public function getTime()
|
||||
{
|
||||
return $this->time;
|
||||
}
|
||||
}
|
||||
20
vendor/google/apiclient-services/src/Google/Service/Pubsub/SeekResponse.php
vendored
Normal file
20
vendor/google/apiclient-services/src/Google/Service/Pubsub/SeekResponse.php
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_Pubsub_SeekResponse extends Google_Model
|
||||
{
|
||||
}
|
||||
48
vendor/google/apiclient-services/src/Google/Service/Pubsub/Snapshot.php
vendored
Normal file
48
vendor/google/apiclient-services/src/Google/Service/Pubsub/Snapshot.php
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_Pubsub_Snapshot extends Google_Model
|
||||
{
|
||||
public $expireTime;
|
||||
public $name;
|
||||
public $topic;
|
||||
|
||||
public function setExpireTime($expireTime)
|
||||
{
|
||||
$this->expireTime = $expireTime;
|
||||
}
|
||||
public function getExpireTime()
|
||||
{
|
||||
return $this->expireTime;
|
||||
}
|
||||
public function setName($name)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
public function getName()
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
public function setTopic($topic)
|
||||
{
|
||||
$this->topic = $topic;
|
||||
}
|
||||
public function getTopic()
|
||||
{
|
||||
return $this->topic;
|
||||
}
|
||||
}
|
||||
46
vendor/google/apiclient-services/src/Google/Service/Pubsub/UpdateSnapshotRequest.php
vendored
Normal file
46
vendor/google/apiclient-services/src/Google/Service/Pubsub/UpdateSnapshotRequest.php
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_Pubsub_UpdateSnapshotRequest extends Google_Model
|
||||
{
|
||||
protected $snapshotType = 'Google_Service_Pubsub_Snapshot';
|
||||
protected $snapshotDataType = '';
|
||||
public $updateMask;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Pubsub_Snapshot
|
||||
*/
|
||||
public function setSnapshot(Google_Service_Pubsub_Snapshot $snapshot)
|
||||
{
|
||||
$this->snapshot = $snapshot;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Pubsub_Snapshot
|
||||
*/
|
||||
public function getSnapshot()
|
||||
{
|
||||
return $this->snapshot;
|
||||
}
|
||||
public function setUpdateMask($updateMask)
|
||||
{
|
||||
$this->updateMask = $updateMask;
|
||||
}
|
||||
public function getUpdateMask()
|
||||
{
|
||||
return $this->updateMask;
|
||||
}
|
||||
}
|
||||
46
vendor/google/apiclient-services/src/Google/Service/Pubsub/UpdateSubscriptionRequest.php
vendored
Normal file
46
vendor/google/apiclient-services/src/Google/Service/Pubsub/UpdateSubscriptionRequest.php
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_Pubsub_UpdateSubscriptionRequest extends Google_Model
|
||||
{
|
||||
protected $subscriptionType = 'Google_Service_Pubsub_Subscription';
|
||||
protected $subscriptionDataType = '';
|
||||
public $updateMask;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Pubsub_Subscription
|
||||
*/
|
||||
public function setSubscription(Google_Service_Pubsub_Subscription $subscription)
|
||||
{
|
||||
$this->subscription = $subscription;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Pubsub_Subscription
|
||||
*/
|
||||
public function getSubscription()
|
||||
{
|
||||
return $this->subscription;
|
||||
}
|
||||
public function setUpdateMask($updateMask)
|
||||
{
|
||||
$this->updateMask = $updateMask;
|
||||
}
|
||||
public function getUpdateMask()
|
||||
{
|
||||
return $this->updateMask;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user