Skip to content

Commit cb0a786

Browse files
Regenerate lifesciences client
1 parent 306f699 commit cb0a786

14 files changed

+6
-124
lines changed

src/CloudLifeSciences/Action.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ class Action extends \Google\Collection
3636
* @var string
3737
*/
3838
public $containerName;
39-
/**
40-
* @var Secret
41-
*/
42-
public $credentials;
4339
protected $credentialsType = Secret::class;
4440
protected $credentialsDataType = '';
4541
/**
@@ -54,10 +50,6 @@ class Action extends \Google\Collection
5450
* @var bool
5551
*/
5652
public $enableFuse;
57-
/**
58-
* @var Secret
59-
*/
60-
public $encryptedEnvironment;
6153
protected $encryptedEnvironmentType = Secret::class;
6254
protected $encryptedEnvironmentDataType = '';
6355
/**
@@ -80,10 +72,6 @@ class Action extends \Google\Collection
8072
* @var string[]
8173
*/
8274
public $labels;
83-
/**
84-
* @var Mount[]
85-
*/
86-
public $mounts;
8775
protected $mountsType = Mount::class;
8876
protected $mountsDataType = 'array';
8977
/**

src/CloudLifeSciences/Event.php

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -19,72 +19,32 @@
1919

2020
class Event extends \Google\Model
2121
{
22-
/**
23-
* @var ContainerKilledEvent
24-
*/
25-
public $containerKilled;
2622
protected $containerKilledType = ContainerKilledEvent::class;
2723
protected $containerKilledDataType = '';
28-
/**
29-
* @var ContainerStartedEvent
30-
*/
31-
public $containerStarted;
3224
protected $containerStartedType = ContainerStartedEvent::class;
3325
protected $containerStartedDataType = '';
34-
/**
35-
* @var ContainerStoppedEvent
36-
*/
37-
public $containerStopped;
3826
protected $containerStoppedType = ContainerStoppedEvent::class;
3927
protected $containerStoppedDataType = '';
40-
/**
41-
* @var DelayedEvent
42-
*/
43-
public $delayed;
4428
protected $delayedType = DelayedEvent::class;
4529
protected $delayedDataType = '';
4630
/**
4731
* @var string
4832
*/
4933
public $description;
50-
/**
51-
* @var FailedEvent
52-
*/
53-
public $failed;
5434
protected $failedType = FailedEvent::class;
5535
protected $failedDataType = '';
56-
/**
57-
* @var PullStartedEvent
58-
*/
59-
public $pullStarted;
6036
protected $pullStartedType = PullStartedEvent::class;
6137
protected $pullStartedDataType = '';
62-
/**
63-
* @var PullStoppedEvent
64-
*/
65-
public $pullStopped;
6638
protected $pullStoppedType = PullStoppedEvent::class;
6739
protected $pullStoppedDataType = '';
6840
/**
6941
* @var string
7042
*/
7143
public $timestamp;
72-
/**
73-
* @var UnexpectedExitStatusEvent
74-
*/
75-
public $unexpectedExitStatus;
7644
protected $unexpectedExitStatusType = UnexpectedExitStatusEvent::class;
7745
protected $unexpectedExitStatusDataType = '';
78-
/**
79-
* @var WorkerAssignedEvent
80-
*/
81-
public $workerAssigned;
8246
protected $workerAssignedType = WorkerAssignedEvent::class;
8347
protected $workerAssignedDataType = '';
84-
/**
85-
* @var WorkerReleasedEvent
86-
*/
87-
public $workerReleased;
8848
protected $workerReleasedType = WorkerReleasedEvent::class;
8949
protected $workerReleasedDataType = '';
9050

src/CloudLifeSciences/ListLocationsResponse.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
class ListLocationsResponse extends \Google\Collection
2121
{
2222
protected $collection_key = 'locations';
23-
/**
24-
* @var Location[]
25-
*/
26-
public $locations;
2723
protected $locationsType = Location::class;
2824
protected $locationsDataType = 'array';
2925
/**

src/CloudLifeSciences/ListOperationsResponse.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ class ListOperationsResponse extends \Google\Collection
2424
* @var string
2525
*/
2626
public $nextPageToken;
27-
/**
28-
* @var Operation[]
29-
*/
30-
public $operations;
3127
protected $operationsType = Operation::class;
3228
protected $operationsDataType = 'array';
3329

src/CloudLifeSciences/Metadata.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,12 @@ class Metadata extends \Google\Collection
2828
* @var string
2929
*/
3030
public $endTime;
31-
/**
32-
* @var Event[]
33-
*/
34-
public $events;
3531
protected $eventsType = Event::class;
3632
protected $eventsDataType = 'array';
3733
/**
3834
* @var string[]
3935
*/
4036
public $labels;
41-
/**
42-
* @var Pipeline
43-
*/
44-
public $pipeline;
4537
protected $pipelineType = Pipeline::class;
4638
protected $pipelineDataType = '';
4739
/**

src/CloudLifeSciences/Operation.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ class Operation extends \Google\Model
2323
* @var bool
2424
*/
2525
public $done;
26-
/**
27-
* @var Status
28-
*/
29-
public $error;
3026
protected $errorType = Status::class;
3127
protected $errorDataType = '';
3228
/**

src/CloudLifeSciences/Pipeline.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,14 @@
2020
class Pipeline extends \Google\Collection
2121
{
2222
protected $collection_key = 'actions';
23-
/**
24-
* @var Action[]
25-
*/
26-
public $actions;
2723
protected $actionsType = Action::class;
2824
protected $actionsDataType = 'array';
29-
/**
30-
* @var Secret
31-
*/
32-
public $encryptedEnvironment;
3325
protected $encryptedEnvironmentType = Secret::class;
3426
protected $encryptedEnvironmentDataType = '';
3527
/**
3628
* @var string[]
3729
*/
3830
public $environment;
39-
/**
40-
* @var Resources
41-
*/
42-
public $resources;
4331
protected $resourcesType = Resources::class;
4432
protected $resourcesDataType = '';
4533
/**

src/CloudLifeSciences/Resource/ProjectsLocations.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class ProjectsLocations extends \Google\Service\Resource
3636
* @param string $name Resource name for the location.
3737
* @param array $optParams Optional parameters.
3838
* @return Location
39+
* @throws \Google\Service\Exception
3940
*/
4041
public function get($name, $optParams = [])
4142
{
@@ -59,6 +60,7 @@ public function get($name, $optParams = [])
5960
* @opt_param string pageToken A page token received from the `next_page_token`
6061
* field in the response. Send that page token to receive the subsequent page.
6162
* @return ListLocationsResponse
63+
* @throws \Google\Service\Exception
6264
*/
6365
public function listProjectsLocations($name, $optParams = [])
6466
{

src/CloudLifeSciences/Resource/ProjectsLocationsOperations.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ class ProjectsLocationsOperations extends \Google\Service\Resource
4545
* @param CancelOperationRequest $postBody
4646
* @param array $optParams Optional parameters.
4747
* @return LifesciencesEmpty
48+
* @throws \Google\Service\Exception
4849
*/
4950
public function cancel($name, CancelOperationRequest $postBody, $optParams = [])
5051
{
@@ -62,6 +63,7 @@ public function cancel($name, CancelOperationRequest $postBody, $optParams = [])
6263
* @param string $name The name of the operation resource.
6364
* @param array $optParams Optional parameters.
6465
* @return Operation
66+
* @throws \Google\Service\Exception
6567
*/
6668
public function get($name, $optParams = [])
6769
{
@@ -91,6 +93,7 @@ public function get($name, $optParams = [])
9193
* value is 256.
9294
* @opt_param string pageToken The standard list page token.
9395
* @return ListOperationsResponse
96+
* @throws \Google\Service\Exception
9497
*/
9598
public function listProjectsLocationsOperations($name, $optParams = [])
9699
{

src/CloudLifeSciences/Resource/ProjectsLocationsPipelines.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ class ProjectsLocationsPipelines extends \Google\Service\Resource
4848
* @param RunPipelineRequest $postBody
4949
* @param array $optParams Optional parameters.
5050
* @return Operation
51+
* @throws \Google\Service\Exception
5152
*/
5253
public function run($parent, RunPipelineRequest $postBody, $optParams = [])
5354
{

src/CloudLifeSciences/Resources.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ class Resources extends \Google\Collection
2424
* @var string[]
2525
*/
2626
public $regions;
27-
/**
28-
* @var VirtualMachine
29-
*/
30-
public $virtualMachine;
3127
protected $virtualMachineType = VirtualMachine::class;
3228
protected $virtualMachineDataType = '';
3329
/**

src/CloudLifeSciences/RunPipelineRequest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ class RunPipelineRequest extends \Google\Model
2323
* @var string[]
2424
*/
2525
public $labels;
26-
/**
27-
* @var Pipeline
28-
*/
29-
public $pipeline;
3026
protected $pipelineType = Pipeline::class;
3127
protected $pipelineDataType = '';
3228
/**

src/CloudLifeSciences/VirtualMachine.php

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
class VirtualMachine extends \Google\Collection
2121
{
2222
protected $collection_key = 'volumes';
23-
/**
24-
* @var Accelerator[]
25-
*/
26-
public $accelerators;
2723
protected $acceleratorsType = Accelerator::class;
2824
protected $acceleratorsDataType = 'array';
2925
/**
@@ -38,10 +34,6 @@ class VirtualMachine extends \Google\Collection
3834
* @var string
3935
*/
4036
public $cpuPlatform;
41-
/**
42-
* @var Disk[]
43-
*/
44-
public $disks;
4537
protected $disksType = Disk::class;
4638
protected $disksDataType = 'array';
4739
/**
@@ -60,10 +52,6 @@ class VirtualMachine extends \Google\Collection
6052
* @var string
6153
*/
6254
public $machineType;
63-
/**
64-
* @var Network
65-
*/
66-
public $network;
6755
protected $networkType = Network::class;
6856
protected $networkDataType = '';
6957
/**
@@ -78,16 +66,8 @@ class VirtualMachine extends \Google\Collection
7866
* @var string
7967
*/
8068
public $reservation;
81-
/**
82-
* @var ServiceAccount
83-
*/
84-
public $serviceAccount;
8569
protected $serviceAccountType = ServiceAccount::class;
8670
protected $serviceAccountDataType = '';
87-
/**
88-
* @var Volume[]
89-
*/
90-
public $volumes;
9171
protected $volumesType = Volume::class;
9272
protected $volumesDataType = 'array';
9373

src/CloudLifeSciences/Volume.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,10 @@
1919

2020
class Volume extends \Google\Model
2121
{
22-
/**
23-
* @var ExistingDisk
24-
*/
25-
public $existingDisk;
2622
protected $existingDiskType = ExistingDisk::class;
2723
protected $existingDiskDataType = '';
28-
/**
29-
* @var NFSMount
30-
*/
31-
public $nfsMount;
3224
protected $nfsMountType = NFSMount::class;
3325
protected $nfsMountDataType = '';
34-
/**
35-
* @var PersistentDisk
36-
*/
37-
public $persistentDisk;
3826
protected $persistentDiskType = PersistentDisk::class;
3927
protected $persistentDiskDataType = '';
4028
/**

0 commit comments

Comments
 (0)