Skip to content

Commit 177f9dd

Browse files
committed
Updated Deploymentmanager.php
This change has been generated by a script that has detected changes in the discovery doc of the API. Check http://developers.google.com/discovery for more info.
1 parent f1214fd commit 177f9dd

File tree

1 file changed

+56
-56
lines changed

1 file changed

+56
-56
lines changed

src/Google/Service/Deploymentmanager.php

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -321,11 +321,11 @@ class Google_Service_Deploymentmanager_Deployments_Resource extends Google_Servi
321321
{
322322

323323
/**
324-
* Deletes a deployment and all of the resources in the deployment.
324+
* ! Deletes a deployment and all of the resources in the deployment.
325325
* (deployments.delete)
326326
*
327-
* @param string $project The project ID for this request.
328-
* @param string $deployment The name of the deployment for this request.
327+
* @param string $project ! The project ID for this request.
328+
* @param string $deployment ! The name of the deployment for this request.
329329
* @param array $optParams Optional parameters.
330330
* @return Google_Service_Deploymentmanager_Operation
331331
*/
@@ -337,10 +337,10 @@ public function delete($project, $deployment, $optParams = array())
337337
}
338338

339339
/**
340-
* Gets information about a specific deployment. (deployments.get)
340+
* ! Gets information about a specific deployment. (deployments.get)
341341
*
342-
* @param string $project The project ID for this request.
343-
* @param string $deployment The name of the deployment for this request.
342+
* @param string $project ! The project ID for this request.
343+
* @param string $deployment ! The name of the deployment for this request.
344344
* @param array $optParams Optional parameters.
345345
* @return Google_Service_Deploymentmanager_Deployment
346346
*/
@@ -352,10 +352,10 @@ public function get($project, $deployment, $optParams = array())
352352
}
353353

354354
/**
355-
* Creates a deployment and all of the resources described by the deployment
355+
* ! Creates a deployment and all of the resources described by the ! deployment
356356
* manifest. (deployments.insert)
357357
*
358-
* @param string $project The project ID for this request.
358+
* @param string $project ! The project ID for this request.
359359
* @param Google_Deployment $postBody
360360
* @param array $optParams Optional parameters.
361361
* @return Google_Service_Deploymentmanager_Operation
@@ -368,16 +368,16 @@ public function insert($project, Google_Service_Deploymentmanager_Deployment $po
368368
}
369369

370370
/**
371-
* Lists all deployments for a given project. (deployments.listDeployments)
371+
* ! Lists all deployments for a given project. (deployments.listDeployments)
372372
*
373-
* @param string $project The project ID for this request.
373+
* @param string $project ! The project ID for this request.
374374
* @param array $optParams Optional parameters.
375375
*
376-
* @opt_param string pageToken Specifies a nextPageToken returned by a previous
377-
* list request. This token can be used to request the next page of results from
378-
* a previous list request.
379-
* @opt_param int maxResults Maximum count of results to be returned. Acceptable
380-
* values are 0 to 100, inclusive. (Default: 50)
376+
* @opt_param string pageToken ! Specifies a nextPageToken returned by a
377+
* previous list request. This ! token can be used to request the next page of
378+
* results from a previous ! list request.
379+
* @opt_param int maxResults ! Maximum count of results to be returned. !
380+
* Acceptable values are 0 to 100, inclusive. (Default: 50)
381381
* @return Google_Service_Deploymentmanager_DeploymentsListResponse
382382
*/
383383
public function listDeployments($project, $optParams = array())
@@ -400,11 +400,11 @@ class Google_Service_Deploymentmanager_Manifests_Resource extends Google_Service
400400
{
401401

402402
/**
403-
* Gets information about a specific manifest. (manifests.get)
403+
* ! Gets information about a specific manifest. (manifests.get)
404404
*
405-
* @param string $project The project ID for this request.
406-
* @param string $deployment The name of the deployment for this request.
407-
* @param string $manifest The name of the manifest for this request.
405+
* @param string $project ! The project ID for this request.
406+
* @param string $deployment ! The name of the deployment for this request.
407+
* @param string $manifest ! The name of the manifest for this request.
408408
* @param array $optParams Optional parameters.
409409
* @return Google_Service_Deploymentmanager_Manifest
410410
*/
@@ -416,17 +416,17 @@ public function get($project, $deployment, $manifest, $optParams = array())
416416
}
417417

418418
/**
419-
* Lists all manifests for a given deployment. (manifests.listManifests)
419+
* ! Lists all manifests for a given deployment. (manifests.listManifests)
420420
*
421-
* @param string $project The project ID for this request.
422-
* @param string $deployment The name of the deployment for this request.
421+
* @param string $project ! The project ID for this request.
422+
* @param string $deployment ! The name of the deployment for this request.
423423
* @param array $optParams Optional parameters.
424424
*
425-
* @opt_param string pageToken Specifies a nextPageToken returned by a previous
426-
* list request. This token can be used to request the next page of results from
427-
* a previous list request.
428-
* @opt_param int maxResults Maximum count of results to be returned. Acceptable
429-
* values are 0 to 100, inclusive. (Default: 50)
425+
* @opt_param string pageToken ! Specifies a nextPageToken returned by a
426+
* previous list request. This ! token can be used to request the next page of
427+
* results from a previous ! list request.
428+
* @opt_param int maxResults ! Maximum count of results to be returned. !
429+
* Acceptable values are 0 to 100, inclusive. (Default: 50)
430430
* @return Google_Service_Deploymentmanager_ManifestsListResponse
431431
*/
432432
public function listManifests($project, $deployment, $optParams = array())
@@ -449,10 +449,10 @@ class Google_Service_Deploymentmanager_Operations_Resource extends Google_Servic
449449
{
450450

451451
/**
452-
* Gets information about a specific Operation. (operations.get)
452+
* ! Gets information about a specific Operation. (operations.get)
453453
*
454-
* @param string $project The project ID for this request.
455-
* @param string $operation The name of the operation for this request.
454+
* @param string $project ! The project ID for this request.
455+
* @param string $operation ! The name of the operation for this request.
456456
* @param array $optParams Optional parameters.
457457
* @return Google_Service_Deploymentmanager_Operation
458458
*/
@@ -464,16 +464,16 @@ public function get($project, $operation, $optParams = array())
464464
}
465465

466466
/**
467-
* Lists all Operations for a project. (operations.listOperations)
467+
* ! Lists all Operations for a project. (operations.listOperations)
468468
*
469-
* @param string $project The project ID for this request.
469+
* @param string $project ! The project ID for this request.
470470
* @param array $optParams Optional parameters.
471471
*
472-
* @opt_param string pageToken Specifies a nextPageToken returned by a previous
473-
* list request. This token can be used to request the next page of results from
474-
* a previous list request.
475-
* @opt_param int maxResults Maximum count of results to be returned. Acceptable
476-
* values are 0 to 100, inclusive. (Default: 50)
472+
* @opt_param string pageToken ! Specifies a nextPageToken returned by a
473+
* previous list request. This ! token can be used to request the next page of
474+
* results from a previous ! list request.
475+
* @opt_param int maxResults ! Maximum count of results to be returned. !
476+
* Acceptable values are 0 to 100, inclusive. (Default: 50)
477477
* @return Google_Service_Deploymentmanager_OperationsListResponse
478478
*/
479479
public function listOperations($project, $optParams = array())
@@ -496,11 +496,11 @@ class Google_Service_Deploymentmanager_Resources_Resource extends Google_Service
496496
{
497497

498498
/**
499-
* Gets information about a single resource. (resources.get)
499+
* ! Gets information about a single resource. (resources.get)
500500
*
501-
* @param string $project The project ID for this request.
502-
* @param string $deployment The name of the deployment for this request.
503-
* @param string $resource The name of the resource for this request.
501+
* @param string $project ! The project ID for this request.
502+
* @param string $deployment ! The name of the deployment for this request.
503+
* @param string $resource ! The name of the resource for this request.
504504
* @param array $optParams Optional parameters.
505505
* @return Google_Service_Deploymentmanager_DeploymentmanagerResource
506506
*/
@@ -512,17 +512,17 @@ public function get($project, $deployment, $resource, $optParams = array())
512512
}
513513

514514
/**
515-
* Lists all resources in a given deployment. (resources.listResources)
515+
* ! Lists all resources in a given deployment. (resources.listResources)
516516
*
517-
* @param string $project The project ID for this request.
518-
* @param string $deployment The name of the deployment for this request.
517+
* @param string $project ! The project ID for this request.
518+
* @param string $deployment ! The name of the deployment for this request.
519519
* @param array $optParams Optional parameters.
520520
*
521-
* @opt_param string pageToken Specifies a nextPageToken returned by a previous
522-
* list request. This token can be used to request the next page of results from
523-
* a previous list request.
524-
* @opt_param int maxResults Maximum count of results to be returned. Acceptable
525-
* values are 0 to 100, inclusive. (Default: 50)
521+
* @opt_param string pageToken ! Specifies a nextPageToken returned by a
522+
* previous list request. This ! token can be used to request the next page of
523+
* results from a previous ! list request.
524+
* @opt_param int maxResults ! Maximum count of results to be returned. !
525+
* Acceptable values are 0 to 100, inclusive. (Default: 50)
526526
* @return Google_Service_Deploymentmanager_ResourcesListResponse
527527
*/
528528
public function listResources($project, $deployment, $optParams = array())
@@ -545,16 +545,16 @@ class Google_Service_Deploymentmanager_Types_Resource extends Google_Service_Res
545545
{
546546

547547
/**
548-
* Lists all Types for Deployment Manager. (types.listTypes)
548+
* ! Lists all Types for Deployment Manager. (types.listTypes)
549549
*
550-
* @param string $project The project ID for this request.
550+
* @param string $project ! The project ID for this request.
551551
* @param array $optParams Optional parameters.
552552
*
553-
* @opt_param string pageToken Specifies a nextPageToken returned by a previous
554-
* list request. This token can be used to request the next page of results from
555-
* a previous list request.
556-
* @opt_param int maxResults Maximum count of results to be returned. Acceptable
557-
* values are 0 to 100, inclusive. (Default: 50)
553+
* @opt_param string pageToken ! Specifies a nextPageToken returned by a
554+
* previous list request. This ! token can be used to request the next page of
555+
* results from a previous ! list request.
556+
* @opt_param int maxResults ! Maximum count of results to be returned. !
557+
* Acceptable values are 0 to 100, inclusive. (Default: 50)
558558
* @return Google_Service_Deploymentmanager_TypesListResponse
559559
*/
560560
public function listTypes($project, $optParams = array())

0 commit comments

Comments
 (0)