Skip to content

Regenerate prod_tt_sasportal client #4419

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/SASPortalTesting/Resource/Customers.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class Customers extends \Google\Service\Resource
* @param string $name Required. The name of the customer.
* @param array $optParams Optional parameters.
* @return SasPortalCustomer
* @throws \Google\Service\Exception
*/
public function get($name, $optParams = [])
{
Expand All @@ -60,6 +61,7 @@ public function get($name, $optParams = [])
* @opt_param string pageToken A pagination token returned from a previous call
* to ListCustomers that indicates where this listing should continue from.
* @return SasPortalListCustomersResponse
* @throws \Google\Service\Exception
*/
public function listCustomers($optParams = [])
{
Expand All @@ -74,6 +76,7 @@ public function listCustomers($optParams = [])
*
* @param array $optParams Optional parameters.
* @return SasPortalListGcpProjectDeploymentsResponse
* @throws \Google\Service\Exception
*/
public function listGcpProjectDeployments($optParams = [])
{
Expand All @@ -86,6 +89,7 @@ public function listGcpProjectDeployments($optParams = [])
*
* @param array $optParams Optional parameters.
* @return SasPortalListLegacyOrganizationsResponse
* @throws \Google\Service\Exception
*/
public function listLegacyOrganizations($optParams = [])
{
Expand All @@ -102,6 +106,7 @@ public function listLegacyOrganizations($optParams = [])
* @param SasPortalMigrateOrganizationRequest $postBody
* @param array $optParams Optional parameters.
* @return SasPortalOperation
* @throws \Google\Service\Exception
*/
public function migrateOrganization(SasPortalMigrateOrganizationRequest $postBody, $optParams = [])
{
Expand All @@ -118,6 +123,7 @@ public function migrateOrganization(SasPortalMigrateOrganizationRequest $postBod
*
* @opt_param string updateMask Fields to be updated.
* @return SasPortalCustomer
* @throws \Google\Service\Exception
*/
public function patch($name, SasPortalCustomer $postBody, $optParams = [])
{
Expand All @@ -133,6 +139,7 @@ public function patch($name, SasPortalCustomer $postBody, $optParams = [])
* @param SasPortalProvisionDeploymentRequest $postBody
* @param array $optParams Optional parameters.
* @return SasPortalProvisionDeploymentResponse
* @throws \Google\Service\Exception
*/
public function provisionDeployment(SasPortalProvisionDeploymentRequest $postBody, $optParams = [])
{
Expand All @@ -149,6 +156,7 @@ public function provisionDeployment(SasPortalProvisionDeploymentRequest $postBod
* @param SasPortalSetupSasAnalyticsRequest $postBody
* @param array $optParams Optional parameters.
* @return SasPortalOperation
* @throws \Google\Service\Exception
*/
public function setupSasAnalytics(SasPortalSetupSasAnalyticsRequest $postBody, $optParams = [])
{
Expand Down
6 changes: 6 additions & 0 deletions src/SASPortalTesting/Resource/CustomersDeployments.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class CustomersDeployments extends \Google\Service\Resource
* @param SasPortalDeployment $postBody
* @param array $optParams Optional parameters.
* @return SasPortalDeployment
* @throws \Google\Service\Exception
*/
public function create($parent, SasPortalDeployment $postBody, $optParams = [])
{
Expand All @@ -54,6 +55,7 @@ public function create($parent, SasPortalDeployment $postBody, $optParams = [])
* @param string $name Required. The name of the deployment.
* @param array $optParams Optional parameters.
* @return SasPortalEmpty
* @throws \Google\Service\Exception
*/
public function delete($name, $optParams = [])
{
Expand All @@ -67,6 +69,7 @@ public function delete($name, $optParams = [])
* @param string $name Required. The name of the deployment.
* @param array $optParams Optional parameters.
* @return SasPortalDeployment
* @throws \Google\Service\Exception
*/
public function get($name, $optParams = [])
{
Expand All @@ -89,6 +92,7 @@ public function get($name, $optParams = [])
* @opt_param string pageToken A pagination token returned from a previous call
* to ListDeployments that indicates where this listing should continue from.
* @return SasPortalListDeploymentsResponse
* @throws \Google\Service\Exception
*/
public function listCustomersDeployments($parent, $optParams = [])
{
Expand All @@ -103,6 +107,7 @@ public function listCustomersDeployments($parent, $optParams = [])
* @param SasPortalMoveDeploymentRequest $postBody
* @param array $optParams Optional parameters.
* @return SasPortalOperation
* @throws \Google\Service\Exception
*/
public function move($name, SasPortalMoveDeploymentRequest $postBody, $optParams = [])
{
Expand All @@ -119,6 +124,7 @@ public function move($name, SasPortalMoveDeploymentRequest $postBody, $optParams
*
* @opt_param string updateMask Fields to be updated.
* @return SasPortalDeployment
* @throws \Google\Service\Exception
*/
public function patch($name, SasPortalDeployment $postBody, $optParams = [])
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class CustomersDeploymentsDevices extends \Google\Service\Resource
* @param SasPortalDevice $postBody
* @param array $optParams Optional parameters.
* @return SasPortalDevice
* @throws \Google\Service\Exception
*/
public function create($parent, SasPortalDevice $postBody, $optParams = [])
{
Expand All @@ -52,6 +53,7 @@ public function create($parent, SasPortalDevice $postBody, $optParams = [])
* @param SasPortalCreateSignedDeviceRequest $postBody
* @param array $optParams Optional parameters.
* @return SasPortalDevice
* @throws \Google\Service\Exception
*/
public function createSigned($parent, SasPortalCreateSignedDeviceRequest $postBody, $optParams = [])
{
Expand All @@ -75,6 +77,7 @@ public function createSigned($parent, SasPortalCreateSignedDeviceRequest $postBo
* @opt_param string pageToken A pagination token returned from a previous call
* to ListDevices that indicates where this listing should continue from.
* @return SasPortalListDevicesResponse
* @throws \Google\Service\Exception
*/
public function listCustomersDeploymentsDevices($parent, $optParams = [])
{
Expand Down
9 changes: 9 additions & 0 deletions src/SASPortalTesting/Resource/CustomersDevices.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class CustomersDevices extends \Google\Service\Resource
* @param SasPortalDevice $postBody
* @param array $optParams Optional parameters.
* @return SasPortalDevice
* @throws \Google\Service\Exception
*/
public function create($parent, SasPortalDevice $postBody, $optParams = [])
{
Expand All @@ -57,6 +58,7 @@ public function create($parent, SasPortalDevice $postBody, $optParams = [])
* @param SasPortalCreateSignedDeviceRequest $postBody
* @param array $optParams Optional parameters.
* @return SasPortalDevice
* @throws \Google\Service\Exception
*/
public function createSigned($parent, SasPortalCreateSignedDeviceRequest $postBody, $optParams = [])
{
Expand All @@ -70,6 +72,7 @@ public function createSigned($parent, SasPortalCreateSignedDeviceRequest $postBo
* @param string $name Required. The name of the device.
* @param array $optParams Optional parameters.
* @return SasPortalEmpty
* @throws \Google\Service\Exception
*/
public function delete($name, $optParams = [])
{
Expand All @@ -83,6 +86,7 @@ public function delete($name, $optParams = [])
* @param string $name Required. The name of the device.
* @param array $optParams Optional parameters.
* @return SasPortalDevice
* @throws \Google\Service\Exception
*/
public function get($name, $optParams = [])
{
Expand All @@ -105,6 +109,7 @@ public function get($name, $optParams = [])
* @opt_param string pageToken A pagination token returned from a previous call
* to ListDevices that indicates where this listing should continue from.
* @return SasPortalListDevicesResponse
* @throws \Google\Service\Exception
*/
public function listCustomersDevices($parent, $optParams = [])
{
Expand All @@ -119,6 +124,7 @@ public function listCustomersDevices($parent, $optParams = [])
* @param SasPortalMoveDeviceRequest $postBody
* @param array $optParams Optional parameters.
* @return SasPortalOperation
* @throws \Google\Service\Exception
*/
public function move($name, SasPortalMoveDeviceRequest $postBody, $optParams = [])
{
Expand All @@ -135,6 +141,7 @@ public function move($name, SasPortalMoveDeviceRequest $postBody, $optParams = [
*
* @opt_param string updateMask Fields to be updated.
* @return SasPortalDevice
* @throws \Google\Service\Exception
*/
public function patch($name, SasPortalDevice $postBody, $optParams = [])
{
Expand All @@ -149,6 +156,7 @@ public function patch($name, SasPortalDevice $postBody, $optParams = [])
* @param SasPortalSignDeviceRequest $postBody
* @param array $optParams Optional parameters.
* @return SasPortalEmpty
* @throws \Google\Service\Exception
*/
public function signDevice($name, SasPortalSignDeviceRequest $postBody, $optParams = [])
{
Expand All @@ -163,6 +171,7 @@ public function signDevice($name, SasPortalSignDeviceRequest $postBody, $optPara
* @param SasPortalUpdateSignedDeviceRequest $postBody
* @param array $optParams Optional parameters.
* @return SasPortalDevice
* @throws \Google\Service\Exception
*/
public function updateSigned($name, SasPortalUpdateSignedDeviceRequest $postBody, $optParams = [])
{
Expand Down
6 changes: 6 additions & 0 deletions src/SASPortalTesting/Resource/CustomersNodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class CustomersNodes extends \Google\Service\Resource
* @param SasPortalNode $postBody
* @param array $optParams Optional parameters.
* @return SasPortalNode
* @throws \Google\Service\Exception
*/
public function create($parent, SasPortalNode $postBody, $optParams = [])
{
Expand All @@ -54,6 +55,7 @@ public function create($parent, SasPortalNode $postBody, $optParams = [])
* @param string $name Required. The name of the node.
* @param array $optParams Optional parameters.
* @return SasPortalEmpty
* @throws \Google\Service\Exception
*/
public function delete($name, $optParams = [])
{
Expand All @@ -67,6 +69,7 @@ public function delete($name, $optParams = [])
* @param string $name Required. The name of the node.
* @param array $optParams Optional parameters.
* @return SasPortalNode
* @throws \Google\Service\Exception
*/
public function get($name, $optParams = [])
{
Expand All @@ -89,6 +92,7 @@ public function get($name, $optParams = [])
* @opt_param string pageToken A pagination token returned from a previous call
* to ListNodes that indicates where this listing should continue from.
* @return SasPortalListNodesResponse
* @throws \Google\Service\Exception
*/
public function listCustomersNodes($parent, $optParams = [])
{
Expand All @@ -103,6 +107,7 @@ public function listCustomersNodes($parent, $optParams = [])
* @param SasPortalMoveNodeRequest $postBody
* @param array $optParams Optional parameters.
* @return SasPortalOperation
* @throws \Google\Service\Exception
*/
public function move($name, SasPortalMoveNodeRequest $postBody, $optParams = [])
{
Expand All @@ -119,6 +124,7 @@ public function move($name, SasPortalMoveNodeRequest $postBody, $optParams = [])
*
* @opt_param string updateMask Fields to be updated.
* @return SasPortalNode
* @throws \Google\Service\Exception
*/
public function patch($name, SasPortalNode $postBody, $optParams = [])
{
Expand Down
2 changes: 2 additions & 0 deletions src/SASPortalTesting/Resource/CustomersNodesDeployments.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class CustomersNodesDeployments extends \Google\Service\Resource
* @param SasPortalDeployment $postBody
* @param array $optParams Optional parameters.
* @return SasPortalDeployment
* @throws \Google\Service\Exception
*/
public function create($parent, SasPortalDeployment $postBody, $optParams = [])
{
Expand All @@ -60,6 +61,7 @@ public function create($parent, SasPortalDeployment $postBody, $optParams = [])
* @opt_param string pageToken A pagination token returned from a previous call
* to ListDeployments that indicates where this listing should continue from.
* @return SasPortalListDeploymentsResponse
* @throws \Google\Service\Exception
*/
public function listCustomersNodesDeployments($parent, $optParams = [])
{
Expand Down
3 changes: 3 additions & 0 deletions src/SASPortalTesting/Resource/CustomersNodesDevices.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class CustomersNodesDevices extends \Google\Service\Resource
* @param SasPortalDevice $postBody
* @param array $optParams Optional parameters.
* @return SasPortalDevice
* @throws \Google\Service\Exception
*/
public function create($parent, SasPortalDevice $postBody, $optParams = [])
{
Expand All @@ -52,6 +53,7 @@ public function create($parent, SasPortalDevice $postBody, $optParams = [])
* @param SasPortalCreateSignedDeviceRequest $postBody
* @param array $optParams Optional parameters.
* @return SasPortalDevice
* @throws \Google\Service\Exception
*/
public function createSigned($parent, SasPortalCreateSignedDeviceRequest $postBody, $optParams = [])
{
Expand All @@ -74,6 +76,7 @@ public function createSigned($parent, SasPortalCreateSignedDeviceRequest $postBo
* @opt_param string pageToken A pagination token returned from a previous call
* to ListDevices that indicates where this listing should continue from.
* @return SasPortalListDevicesResponse
* @throws \Google\Service\Exception
*/
public function listCustomersNodesDevices($parent, $optParams = [])
{
Expand Down
2 changes: 2 additions & 0 deletions src/SASPortalTesting/Resource/CustomersNodesNodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class CustomersNodesNodes extends \Google\Service\Resource
* @param SasPortalNode $postBody
* @param array $optParams Optional parameters.
* @return SasPortalNode
* @throws \Google\Service\Exception
*/
public function create($parent, SasPortalNode $postBody, $optParams = [])
{
Expand All @@ -60,6 +61,7 @@ public function create($parent, SasPortalNode $postBody, $optParams = [])
* @opt_param string pageToken A pagination token returned from a previous call
* to ListNodes that indicates where this listing should continue from.
* @return SasPortalListNodesResponse
* @throws \Google\Service\Exception
*/
public function listCustomersNodesNodes($parent, $optParams = [])
{
Expand Down
1 change: 1 addition & 0 deletions src/SASPortalTesting/Resource/Deployments.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class Deployments extends \Google\Service\Resource
* @param string $name Required. The name of the deployment.
* @param array $optParams Optional parameters.
* @return SasPortalDeployment
* @throws \Google\Service\Exception
*/
public function get($name, $optParams = [])
{
Expand Down
6 changes: 6 additions & 0 deletions src/SASPortalTesting/Resource/DeploymentsDevices.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class DeploymentsDevices extends \Google\Service\Resource
* @param string $name Required. The name of the device.
* @param array $optParams Optional parameters.
* @return SasPortalEmpty
* @throws \Google\Service\Exception
*/
public function delete($name, $optParams = [])
{
Expand All @@ -53,6 +54,7 @@ public function delete($name, $optParams = [])
* @param string $name Required. The name of the device.
* @param array $optParams Optional parameters.
* @return SasPortalDevice
* @throws \Google\Service\Exception
*/
public function get($name, $optParams = [])
{
Expand All @@ -67,6 +69,7 @@ public function get($name, $optParams = [])
* @param SasPortalMoveDeviceRequest $postBody
* @param array $optParams Optional parameters.
* @return SasPortalOperation
* @throws \Google\Service\Exception
*/
public function move($name, SasPortalMoveDeviceRequest $postBody, $optParams = [])
{
Expand All @@ -83,6 +86,7 @@ public function move($name, SasPortalMoveDeviceRequest $postBody, $optParams = [
*
* @opt_param string updateMask Fields to be updated.
* @return SasPortalDevice
* @throws \Google\Service\Exception
*/
public function patch($name, SasPortalDevice $postBody, $optParams = [])
{
Expand All @@ -97,6 +101,7 @@ public function patch($name, SasPortalDevice $postBody, $optParams = [])
* @param SasPortalSignDeviceRequest $postBody
* @param array $optParams Optional parameters.
* @return SasPortalEmpty
* @throws \Google\Service\Exception
*/
public function signDevice($name, SasPortalSignDeviceRequest $postBody, $optParams = [])
{
Expand All @@ -111,6 +116,7 @@ public function signDevice($name, SasPortalSignDeviceRequest $postBody, $optPara
* @param SasPortalUpdateSignedDeviceRequest $postBody
* @param array $optParams Optional parameters.
* @return SasPortalDevice
* @throws \Google\Service\Exception
*/
public function updateSigned($name, SasPortalUpdateSignedDeviceRequest $postBody, $optParams = [])
{
Expand Down
2 changes: 2 additions & 0 deletions src/SASPortalTesting/Resource/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class Installer extends \Google\Service\Resource
* @param SasPortalGenerateSecretRequest $postBody
* @param array $optParams Optional parameters.
* @return SasPortalGenerateSecretResponse
* @throws \Google\Service\Exception
*/
public function generateSecret(SasPortalGenerateSecretRequest $postBody, $optParams = [])
{
Expand All @@ -53,6 +54,7 @@ public function generateSecret(SasPortalGenerateSecretRequest $postBody, $optPar
* @param SasPortalValidateInstallerRequest $postBody
* @param array $optParams Optional parameters.
* @return SasPortalValidateInstallerResponse
* @throws \Google\Service\Exception
*/
public function validate(SasPortalValidateInstallerRequest $postBody, $optParams = [])
{
Expand Down
1 change: 1 addition & 0 deletions src/SASPortalTesting/Resource/Nodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class Nodes extends \Google\Service\Resource
* @param string $name Required. The name of the node.
* @param array $optParams Optional parameters.
* @return SasPortalNode
* @throws \Google\Service\Exception
*/
public function get($name, $optParams = [])
{
Expand Down
Loading