Skip to content

Commit f82f631

Browse files
1 parent 0edfdb7 commit f82f631

38 files changed

+82
-104
lines changed

src/SASPortalTesting/Resource/Customers.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class Customers extends \Google\Service\Resource
4343
* @param string $name Required. The name of the customer.
4444
* @param array $optParams Optional parameters.
4545
* @return SasPortalCustomer
46+
* @throws \Google\Service\Exception
4647
*/
4748
public function get($name, $optParams = [])
4849
{
@@ -60,6 +61,7 @@ public function get($name, $optParams = [])
6061
* @opt_param string pageToken A pagination token returned from a previous call
6162
* to ListCustomers that indicates where this listing should continue from.
6263
* @return SasPortalListCustomersResponse
64+
* @throws \Google\Service\Exception
6365
*/
6466
public function listCustomers($optParams = [])
6567
{
@@ -74,6 +76,7 @@ public function listCustomers($optParams = [])
7476
*
7577
* @param array $optParams Optional parameters.
7678
* @return SasPortalListGcpProjectDeploymentsResponse
79+
* @throws \Google\Service\Exception
7780
*/
7881
public function listGcpProjectDeployments($optParams = [])
7982
{
@@ -86,6 +89,7 @@ public function listGcpProjectDeployments($optParams = [])
8689
*
8790
* @param array $optParams Optional parameters.
8891
* @return SasPortalListLegacyOrganizationsResponse
92+
* @throws \Google\Service\Exception
8993
*/
9094
public function listLegacyOrganizations($optParams = [])
9195
{
@@ -102,6 +106,7 @@ public function listLegacyOrganizations($optParams = [])
102106
* @param SasPortalMigrateOrganizationRequest $postBody
103107
* @param array $optParams Optional parameters.
104108
* @return SasPortalOperation
109+
* @throws \Google\Service\Exception
105110
*/
106111
public function migrateOrganization(SasPortalMigrateOrganizationRequest $postBody, $optParams = [])
107112
{
@@ -118,6 +123,7 @@ public function migrateOrganization(SasPortalMigrateOrganizationRequest $postBod
118123
*
119124
* @opt_param string updateMask Fields to be updated.
120125
* @return SasPortalCustomer
126+
* @throws \Google\Service\Exception
121127
*/
122128
public function patch($name, SasPortalCustomer $postBody, $optParams = [])
123129
{
@@ -133,6 +139,7 @@ public function patch($name, SasPortalCustomer $postBody, $optParams = [])
133139
* @param SasPortalProvisionDeploymentRequest $postBody
134140
* @param array $optParams Optional parameters.
135141
* @return SasPortalProvisionDeploymentResponse
142+
* @throws \Google\Service\Exception
136143
*/
137144
public function provisionDeployment(SasPortalProvisionDeploymentRequest $postBody, $optParams = [])
138145
{
@@ -149,6 +156,7 @@ public function provisionDeployment(SasPortalProvisionDeploymentRequest $postBod
149156
* @param SasPortalSetupSasAnalyticsRequest $postBody
150157
* @param array $optParams Optional parameters.
151158
* @return SasPortalOperation
159+
* @throws \Google\Service\Exception
152160
*/
153161
public function setupSasAnalytics(SasPortalSetupSasAnalyticsRequest $postBody, $optParams = [])
154162
{

src/SASPortalTesting/Resource/CustomersDeployments.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class CustomersDeployments extends \Google\Service\Resource
4141
* @param SasPortalDeployment $postBody
4242
* @param array $optParams Optional parameters.
4343
* @return SasPortalDeployment
44+
* @throws \Google\Service\Exception
4445
*/
4546
public function create($parent, SasPortalDeployment $postBody, $optParams = [])
4647
{
@@ -54,6 +55,7 @@ public function create($parent, SasPortalDeployment $postBody, $optParams = [])
5455
* @param string $name Required. The name of the deployment.
5556
* @param array $optParams Optional parameters.
5657
* @return SasPortalEmpty
58+
* @throws \Google\Service\Exception
5759
*/
5860
public function delete($name, $optParams = [])
5961
{
@@ -67,6 +69,7 @@ public function delete($name, $optParams = [])
6769
* @param string $name Required. The name of the deployment.
6870
* @param array $optParams Optional parameters.
6971
* @return SasPortalDeployment
72+
* @throws \Google\Service\Exception
7073
*/
7174
public function get($name, $optParams = [])
7275
{
@@ -89,6 +92,7 @@ public function get($name, $optParams = [])
8992
* @opt_param string pageToken A pagination token returned from a previous call
9093
* to ListDeployments that indicates where this listing should continue from.
9194
* @return SasPortalListDeploymentsResponse
95+
* @throws \Google\Service\Exception
9296
*/
9397
public function listCustomersDeployments($parent, $optParams = [])
9498
{
@@ -103,6 +107,7 @@ public function listCustomersDeployments($parent, $optParams = [])
103107
* @param SasPortalMoveDeploymentRequest $postBody
104108
* @param array $optParams Optional parameters.
105109
* @return SasPortalOperation
110+
* @throws \Google\Service\Exception
106111
*/
107112
public function move($name, SasPortalMoveDeploymentRequest $postBody, $optParams = [])
108113
{
@@ -119,6 +124,7 @@ public function move($name, SasPortalMoveDeploymentRequest $postBody, $optParams
119124
*
120125
* @opt_param string updateMask Fields to be updated.
121126
* @return SasPortalDeployment
127+
* @throws \Google\Service\Exception
122128
*/
123129
public function patch($name, SasPortalDeployment $postBody, $optParams = [])
124130
{

src/SASPortalTesting/Resource/CustomersDeploymentsDevices.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class CustomersDeploymentsDevices extends \Google\Service\Resource
3838
* @param SasPortalDevice $postBody
3939
* @param array $optParams Optional parameters.
4040
* @return SasPortalDevice
41+
* @throws \Google\Service\Exception
4142
*/
4243
public function create($parent, SasPortalDevice $postBody, $optParams = [])
4344
{
@@ -52,6 +53,7 @@ public function create($parent, SasPortalDevice $postBody, $optParams = [])
5253
* @param SasPortalCreateSignedDeviceRequest $postBody
5354
* @param array $optParams Optional parameters.
5455
* @return SasPortalDevice
56+
* @throws \Google\Service\Exception
5557
*/
5658
public function createSigned($parent, SasPortalCreateSignedDeviceRequest $postBody, $optParams = [])
5759
{
@@ -75,6 +77,7 @@ public function createSigned($parent, SasPortalCreateSignedDeviceRequest $postBo
7577
* @opt_param string pageToken A pagination token returned from a previous call
7678
* to ListDevices that indicates where this listing should continue from.
7779
* @return SasPortalListDevicesResponse
80+
* @throws \Google\Service\Exception
7881
*/
7982
public function listCustomersDeploymentsDevices($parent, $optParams = [])
8083
{

src/SASPortalTesting/Resource/CustomersDevices.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class CustomersDevices extends \Google\Service\Resource
4343
* @param SasPortalDevice $postBody
4444
* @param array $optParams Optional parameters.
4545
* @return SasPortalDevice
46+
* @throws \Google\Service\Exception
4647
*/
4748
public function create($parent, SasPortalDevice $postBody, $optParams = [])
4849
{
@@ -57,6 +58,7 @@ public function create($parent, SasPortalDevice $postBody, $optParams = [])
5758
* @param SasPortalCreateSignedDeviceRequest $postBody
5859
* @param array $optParams Optional parameters.
5960
* @return SasPortalDevice
61+
* @throws \Google\Service\Exception
6062
*/
6163
public function createSigned($parent, SasPortalCreateSignedDeviceRequest $postBody, $optParams = [])
6264
{
@@ -70,6 +72,7 @@ public function createSigned($parent, SasPortalCreateSignedDeviceRequest $postBo
7072
* @param string $name Required. The name of the device.
7173
* @param array $optParams Optional parameters.
7274
* @return SasPortalEmpty
75+
* @throws \Google\Service\Exception
7376
*/
7477
public function delete($name, $optParams = [])
7578
{
@@ -83,6 +86,7 @@ public function delete($name, $optParams = [])
8386
* @param string $name Required. The name of the device.
8487
* @param array $optParams Optional parameters.
8588
* @return SasPortalDevice
89+
* @throws \Google\Service\Exception
8690
*/
8791
public function get($name, $optParams = [])
8892
{
@@ -105,6 +109,7 @@ public function get($name, $optParams = [])
105109
* @opt_param string pageToken A pagination token returned from a previous call
106110
* to ListDevices that indicates where this listing should continue from.
107111
* @return SasPortalListDevicesResponse
112+
* @throws \Google\Service\Exception
108113
*/
109114
public function listCustomersDevices($parent, $optParams = [])
110115
{
@@ -119,6 +124,7 @@ public function listCustomersDevices($parent, $optParams = [])
119124
* @param SasPortalMoveDeviceRequest $postBody
120125
* @param array $optParams Optional parameters.
121126
* @return SasPortalOperation
127+
* @throws \Google\Service\Exception
122128
*/
123129
public function move($name, SasPortalMoveDeviceRequest $postBody, $optParams = [])
124130
{
@@ -135,6 +141,7 @@ public function move($name, SasPortalMoveDeviceRequest $postBody, $optParams = [
135141
*
136142
* @opt_param string updateMask Fields to be updated.
137143
* @return SasPortalDevice
144+
* @throws \Google\Service\Exception
138145
*/
139146
public function patch($name, SasPortalDevice $postBody, $optParams = [])
140147
{
@@ -149,6 +156,7 @@ public function patch($name, SasPortalDevice $postBody, $optParams = [])
149156
* @param SasPortalSignDeviceRequest $postBody
150157
* @param array $optParams Optional parameters.
151158
* @return SasPortalEmpty
159+
* @throws \Google\Service\Exception
152160
*/
153161
public function signDevice($name, SasPortalSignDeviceRequest $postBody, $optParams = [])
154162
{
@@ -163,6 +171,7 @@ public function signDevice($name, SasPortalSignDeviceRequest $postBody, $optPara
163171
* @param SasPortalUpdateSignedDeviceRequest $postBody
164172
* @param array $optParams Optional parameters.
165173
* @return SasPortalDevice
174+
* @throws \Google\Service\Exception
166175
*/
167176
public function updateSigned($name, SasPortalUpdateSignedDeviceRequest $postBody, $optParams = [])
168177
{

src/SASPortalTesting/Resource/CustomersNodes.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class CustomersNodes extends \Google\Service\Resource
4141
* @param SasPortalNode $postBody
4242
* @param array $optParams Optional parameters.
4343
* @return SasPortalNode
44+
* @throws \Google\Service\Exception
4445
*/
4546
public function create($parent, SasPortalNode $postBody, $optParams = [])
4647
{
@@ -54,6 +55,7 @@ public function create($parent, SasPortalNode $postBody, $optParams = [])
5455
* @param string $name Required. The name of the node.
5556
* @param array $optParams Optional parameters.
5657
* @return SasPortalEmpty
58+
* @throws \Google\Service\Exception
5759
*/
5860
public function delete($name, $optParams = [])
5961
{
@@ -67,6 +69,7 @@ public function delete($name, $optParams = [])
6769
* @param string $name Required. The name of the node.
6870
* @param array $optParams Optional parameters.
6971
* @return SasPortalNode
72+
* @throws \Google\Service\Exception
7073
*/
7174
public function get($name, $optParams = [])
7275
{
@@ -89,6 +92,7 @@ public function get($name, $optParams = [])
8992
* @opt_param string pageToken A pagination token returned from a previous call
9093
* to ListNodes that indicates where this listing should continue from.
9194
* @return SasPortalListNodesResponse
95+
* @throws \Google\Service\Exception
9296
*/
9397
public function listCustomersNodes($parent, $optParams = [])
9498
{
@@ -103,6 +107,7 @@ public function listCustomersNodes($parent, $optParams = [])
103107
* @param SasPortalMoveNodeRequest $postBody
104108
* @param array $optParams Optional parameters.
105109
* @return SasPortalOperation
110+
* @throws \Google\Service\Exception
106111
*/
107112
public function move($name, SasPortalMoveNodeRequest $postBody, $optParams = [])
108113
{
@@ -119,6 +124,7 @@ public function move($name, SasPortalMoveNodeRequest $postBody, $optParams = [])
119124
*
120125
* @opt_param string updateMask Fields to be updated.
121126
* @return SasPortalNode
127+
* @throws \Google\Service\Exception
122128
*/
123129
public function patch($name, SasPortalNode $postBody, $optParams = [])
124130
{

src/SASPortalTesting/Resource/CustomersNodesDeployments.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class CustomersNodesDeployments extends \Google\Service\Resource
3838
* @param SasPortalDeployment $postBody
3939
* @param array $optParams Optional parameters.
4040
* @return SasPortalDeployment
41+
* @throws \Google\Service\Exception
4142
*/
4243
public function create($parent, SasPortalDeployment $postBody, $optParams = [])
4344
{
@@ -60,6 +61,7 @@ public function create($parent, SasPortalDeployment $postBody, $optParams = [])
6061
* @opt_param string pageToken A pagination token returned from a previous call
6162
* to ListDeployments that indicates where this listing should continue from.
6263
* @return SasPortalListDeploymentsResponse
64+
* @throws \Google\Service\Exception
6365
*/
6466
public function listCustomersNodesDeployments($parent, $optParams = [])
6567
{

src/SASPortalTesting/Resource/CustomersNodesDevices.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class CustomersNodesDevices extends \Google\Service\Resource
3838
* @param SasPortalDevice $postBody
3939
* @param array $optParams Optional parameters.
4040
* @return SasPortalDevice
41+
* @throws \Google\Service\Exception
4142
*/
4243
public function create($parent, SasPortalDevice $postBody, $optParams = [])
4344
{
@@ -52,6 +53,7 @@ public function create($parent, SasPortalDevice $postBody, $optParams = [])
5253
* @param SasPortalCreateSignedDeviceRequest $postBody
5354
* @param array $optParams Optional parameters.
5455
* @return SasPortalDevice
56+
* @throws \Google\Service\Exception
5557
*/
5658
public function createSigned($parent, SasPortalCreateSignedDeviceRequest $postBody, $optParams = [])
5759
{
@@ -74,6 +76,7 @@ public function createSigned($parent, SasPortalCreateSignedDeviceRequest $postBo
7476
* @opt_param string pageToken A pagination token returned from a previous call
7577
* to ListDevices that indicates where this listing should continue from.
7678
* @return SasPortalListDevicesResponse
79+
* @throws \Google\Service\Exception
7780
*/
7881
public function listCustomersNodesDevices($parent, $optParams = [])
7982
{

src/SASPortalTesting/Resource/CustomersNodesNodes.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class CustomersNodesNodes extends \Google\Service\Resource
3838
* @param SasPortalNode $postBody
3939
* @param array $optParams Optional parameters.
4040
* @return SasPortalNode
41+
* @throws \Google\Service\Exception
4142
*/
4243
public function create($parent, SasPortalNode $postBody, $optParams = [])
4344
{
@@ -60,6 +61,7 @@ public function create($parent, SasPortalNode $postBody, $optParams = [])
6061
* @opt_param string pageToken A pagination token returned from a previous call
6162
* to ListNodes that indicates where this listing should continue from.
6263
* @return SasPortalListNodesResponse
64+
* @throws \Google\Service\Exception
6365
*/
6466
public function listCustomersNodesNodes($parent, $optParams = [])
6567
{

src/SASPortalTesting/Resource/Deployments.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class Deployments extends \Google\Service\Resource
3535
* @param string $name Required. The name of the deployment.
3636
* @param array $optParams Optional parameters.
3737
* @return SasPortalDeployment
38+
* @throws \Google\Service\Exception
3839
*/
3940
public function get($name, $optParams = [])
4041
{

src/SASPortalTesting/Resource/DeploymentsDevices.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class DeploymentsDevices extends \Google\Service\Resource
4040
* @param string $name Required. The name of the device.
4141
* @param array $optParams Optional parameters.
4242
* @return SasPortalEmpty
43+
* @throws \Google\Service\Exception
4344
*/
4445
public function delete($name, $optParams = [])
4546
{
@@ -53,6 +54,7 @@ public function delete($name, $optParams = [])
5354
* @param string $name Required. The name of the device.
5455
* @param array $optParams Optional parameters.
5556
* @return SasPortalDevice
57+
* @throws \Google\Service\Exception
5658
*/
5759
public function get($name, $optParams = [])
5860
{
@@ -67,6 +69,7 @@ public function get($name, $optParams = [])
6769
* @param SasPortalMoveDeviceRequest $postBody
6870
* @param array $optParams Optional parameters.
6971
* @return SasPortalOperation
72+
* @throws \Google\Service\Exception
7073
*/
7174
public function move($name, SasPortalMoveDeviceRequest $postBody, $optParams = [])
7275
{
@@ -83,6 +86,7 @@ public function move($name, SasPortalMoveDeviceRequest $postBody, $optParams = [
8386
*
8487
* @opt_param string updateMask Fields to be updated.
8588
* @return SasPortalDevice
89+
* @throws \Google\Service\Exception
8690
*/
8791
public function patch($name, SasPortalDevice $postBody, $optParams = [])
8892
{
@@ -97,6 +101,7 @@ public function patch($name, SasPortalDevice $postBody, $optParams = [])
97101
* @param SasPortalSignDeviceRequest $postBody
98102
* @param array $optParams Optional parameters.
99103
* @return SasPortalEmpty
104+
* @throws \Google\Service\Exception
100105
*/
101106
public function signDevice($name, SasPortalSignDeviceRequest $postBody, $optParams = [])
102107
{
@@ -111,6 +116,7 @@ public function signDevice($name, SasPortalSignDeviceRequest $postBody, $optPara
111116
* @param SasPortalUpdateSignedDeviceRequest $postBody
112117
* @param array $optParams Optional parameters.
113118
* @return SasPortalDevice
119+
* @throws \Google\Service\Exception
114120
*/
115121
public function updateSigned($name, SasPortalUpdateSignedDeviceRequest $postBody, $optParams = [])
116122
{

src/SASPortalTesting/Resource/Installer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class Installer extends \Google\Service\Resource
3939
* @param SasPortalGenerateSecretRequest $postBody
4040
* @param array $optParams Optional parameters.
4141
* @return SasPortalGenerateSecretResponse
42+
* @throws \Google\Service\Exception
4243
*/
4344
public function generateSecret(SasPortalGenerateSecretRequest $postBody, $optParams = [])
4445
{
@@ -53,6 +54,7 @@ public function generateSecret(SasPortalGenerateSecretRequest $postBody, $optPar
5354
* @param SasPortalValidateInstallerRequest $postBody
5455
* @param array $optParams Optional parameters.
5556
* @return SasPortalValidateInstallerResponse
57+
* @throws \Google\Service\Exception
5658
*/
5759
public function validate(SasPortalValidateInstallerRequest $postBody, $optParams = [])
5860
{

src/SASPortalTesting/Resource/Nodes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class Nodes extends \Google\Service\Resource
3535
* @param string $name Required. The name of the node.
3636
* @param array $optParams Optional parameters.
3737
* @return SasPortalNode
38+
* @throws \Google\Service\Exception
3839
*/
3940
public function get($name, $optParams = [])
4041
{

0 commit comments

Comments
 (0)