Home
last modified time | relevance | path

Searched refs:Snapshot (Results 1 – 25 of 42) sorted by path

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/
H A DListSnapshotsResponse.php27 protected $snapshotsType = Snapshot::class;
45 * @param Snapshot[]
52 * @return Snapshot[]
H A DSnapshot.php20 class Snapshot extends \Google\Model class
134 class_alias(Snapshot::class, 'Google_Service_CloudFilestore_Snapshot');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/Resource/
H A DProjectsLocationsInstancesSnapshots.php22 use Google\Service\CloudFilestore\Snapshot; alias
40 * @param Snapshot $postBody
49 public function create($parent, Snapshot $postBody, $optParams = [])
77 * @return Snapshot
83 return $this->call('get', [$params], Snapshot::class);
114 * @param Snapshot $postBody
121 public function patch($name, Snapshot $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DDisks.php28 use Google\Service\Compute\Snapshot; alias
142 * @param Snapshot $postBody
159 public function createSnapshot($project, $zone, $disk, Snapshot $postBody, $optParams = [])
H A DRegionDisks.php29 use Google\Service\Compute\Snapshot; alias
81 * @param Snapshot $postBody
96 public function createSnapshot($project, $region, $disk, Snapshot $postBody, $optParams = [])
H A DSnapshots.php24 use Google\Service\Compute\Snapshot; alias
75 * @return Snapshot
81 return $this->call('get', [$params], Snapshot::class);
108 * @param Snapshot $postBody
123 public function insert($project, Snapshot $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DSnapshot.php20 class Snapshot extends \Google\Collection class
455 class_alias(Snapshot::class, 'Google_Service_Compute_Snapshot');
H A DSnapshotList.php27 protected $itemsType = Snapshot::class;
59 * @param Snapshot[]
66 * @return Snapshot[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DListSnapshotsResponse.php23 protected $snapshotsType = Snapshot::class;
27 * @param Snapshot[]
34 * @return Snapshot[]
H A DSnapshot.php20 class Snapshot extends \Google\Collection class
205 class_alias(Snapshot::class, 'Google_Service_Dataflow_Snapshot');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/Resource/
H A DProjectsJobs.php23 use Google\Service\Dataflow\Snapshot; alias
174 * @return Snapshot
180 return $this->call('snapshot', [$params], Snapshot::class);
H A DProjectsLocationsJobs.php24 use Google\Service\Dataflow\Snapshot; alias
177 * @return Snapshot
183 return $this->call('snapshot', [$params], Snapshot::class);
H A DProjectsLocationsSnapshots.php22 use Google\Service\Dataflow\Snapshot; alias
58 * @return Snapshot
64 return $this->call('get', [$params], Snapshot::class);
H A DProjectsSnapshots.php21 use Google\Service\Dataflow\Snapshot; alias
42 * @return Snapshot
48 return $this->call('get', [$params], Snapshot::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/Resource/
H A DSnapshots.php20 use Google\Service\Games\Snapshot; alias
41 * @return Snapshot
47 return $this->call('get', [$params], Snapshot::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DSnapshot.php20 class Snapshot extends \Google\Model class
222 class_alias(Snapshot::class, 'Google_Service_Games_Snapshot');
H A DSnapshotListResponse.php23 protected $itemsType = Snapshot::class;
35 * @param Snapshot[]
42 * @return Snapshot[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/
H A DListSnapshotsResponse.php27 protected $snapshotsType = Snapshot::class;
45 * @param Snapshot[]
52 * @return Snapshot[]
H A DSnapshot.php20 class Snapshot extends \Google\Model class
98 class_alias(Snapshot::class, 'Google_Service_Pubsub_Snapshot');
H A DUpdateSnapshotRequest.php22 protected $snapshotType = Snapshot::class;
30 * @param Snapshot
32 public function setSnapshot(Snapshot $snapshot)
37 * @return Snapshot
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/Resource/
H A DProjectsSnapshots.php25 use Google\Service\Pubsub\Snapshot; alias
64 * @return Snapshot
70 return $this->call('create', [$params], Snapshot::class);
103 * @return Snapshot
109 return $this->call('get', [$params], Snapshot::class);
173 * @return Snapshot
179 return $this->call('patch', [$params], Snapshot::class);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md384 - Add 'verbose' param to Snapshot\Get whitelist [[b70b933]](http://github.com/elasticsearch/elasticsearch-php/commit/b70b933)
H A DREADME.md27 - [Snapshot lifecycle management](https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshot-lifecycle-management-api.html)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/
H A DCleanupRepository.php17 namespace Elasticsearch\Endpoints\Snapshot;
H A DCloneSnapshot.php17 namespace Elasticsearch\Endpoints\Snapshot;

12