Skip to content

Commit 9864caa

Browse files
1 parent 778d204 commit 9864caa

5 files changed

Lines changed: 557 additions & 0 deletions

File tree

src/StorageBatchOperations.php

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class StorageBatchOperations extends \Google\Service
4040

4141
public $projects_locations;
4242
public $projects_locations_jobs;
43+
public $projects_locations_jobs_bucketOperations;
4344
public $projects_locations_operations;
4445
public $rootUrlTemplate;
4546

@@ -151,6 +152,10 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
151152
'type' => 'string',
152153
'required' => true,
153154
],
155+
'force' => [
156+
'location' => 'query',
157+
'type' => 'boolean',
158+
],
154159
'requestId' => [
155160
'location' => 'query',
156161
'type' => 'string',
@@ -196,6 +201,52 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
196201
]
197202
]
198203
);
204+
$this->projects_locations_jobs_bucketOperations = new StorageBatchOperations\Resource\ProjectsLocationsJobsBucketOperations(
205+
$this,
206+
$this->serviceName,
207+
'bucketOperations',
208+
[
209+
'methods' => [
210+
'get' => [
211+
'path' => 'v1/{+name}',
212+
'httpMethod' => 'GET',
213+
'parameters' => [
214+
'name' => [
215+
'location' => 'path',
216+
'type' => 'string',
217+
'required' => true,
218+
],
219+
],
220+
],'list' => [
221+
'path' => 'v1/{+parent}/bucketOperations',
222+
'httpMethod' => 'GET',
223+
'parameters' => [
224+
'parent' => [
225+
'location' => 'path',
226+
'type' => 'string',
227+
'required' => true,
228+
],
229+
'filter' => [
230+
'location' => 'query',
231+
'type' => 'string',
232+
],
233+
'orderBy' => [
234+
'location' => 'query',
235+
'type' => 'string',
236+
],
237+
'pageSize' => [
238+
'location' => 'query',
239+
'type' => 'integer',
240+
],
241+
'pageToken' => [
242+
'location' => 'query',
243+
'type' => 'string',
244+
],
245+
],
246+
],
247+
]
248+
]
249+
);
199250
$this->projects_locations_operations = new StorageBatchOperations\Resource\ProjectsLocationsOperations(
200251
$this,
201252
$this->serviceName,

0 commit comments

Comments
 (0)