Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Aug 3, 2022
1 parent 25d6750 commit 9802e71
Show file tree
Hide file tree
Showing 14,733 changed files with 25,975 additions and 2,176,872 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 4 additions & 4 deletions AccessApproval/src/V1/AccessApprovalSettings.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 27 additions & 36 deletions AccessApproval/src/V1/Gapic/AccessApprovalGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -608,10 +608,9 @@ public function __construct(array $options = [])
* @type Timestamp $expireTime
* The expiration time of this approval.
* @type RetrySettings|array $retrySettings
* Retry settings to use for this call. Can be a
* {@see Google\ApiCore\RetrySettings} object, or an associative array of retry
* settings parameters. See the documentation on
* {@see Google\ApiCore\RetrySettings} for example usage.
* Retry settings to use for this call. Can be a {@see RetrySettings} object, or an
* associative array of retry settings parameters. See the documentation on
* {@see RetrySettings} for example usage.
* }
*
* @return \Google\Cloud\AccessApproval\V1\ApprovalRequest
Expand Down Expand Up @@ -660,10 +659,9 @@ public function approveApprovalRequest(array $optionalArgs = [])
* @type string $name
* Name of the AccessApprovalSettings to delete.
* @type RetrySettings|array $retrySettings
* Retry settings to use for this call. Can be a
* {@see Google\ApiCore\RetrySettings} object, or an associative array of retry
* settings parameters. See the documentation on
* {@see Google\ApiCore\RetrySettings} for example usage.
* Retry settings to use for this call. Can be a {@see RetrySettings} object, or an
* associative array of retry settings parameters. See the documentation on
* {@see RetrySettings} for example usage.
* }
*
* @throws ApiException if the remote call fails
Expand Down Expand Up @@ -710,10 +708,9 @@ public function deleteAccessApprovalSettings(array $optionalArgs = [])
* @type string $name
* Name of the ApprovalRequest to dismiss.
* @type RetrySettings|array $retrySettings
* Retry settings to use for this call. Can be a
* {@see Google\ApiCore\RetrySettings} object, or an associative array of retry
* settings parameters. See the documentation on
* {@see Google\ApiCore\RetrySettings} for example usage.
* Retry settings to use for this call. Can be a {@see RetrySettings} object, or an
* associative array of retry settings parameters. See the documentation on
* {@see RetrySettings} for example usage.
* }
*
* @return \Google\Cloud\AccessApproval\V1\ApprovalRequest
Expand Down Expand Up @@ -754,10 +751,9 @@ public function dismissApprovalRequest(array $optionalArgs = [])
* @type string $name
* Name of the AccessApprovalServiceAccount to retrieve.
* @type RetrySettings|array $retrySettings
* Retry settings to use for this call. Can be a
* {@see Google\ApiCore\RetrySettings} object, or an associative array of retry
* settings parameters. See the documentation on
* {@see Google\ApiCore\RetrySettings} for example usage.
* Retry settings to use for this call. Can be a {@see RetrySettings} object, or an
* associative array of retry settings parameters. See the documentation on
* {@see RetrySettings} for example usage.
* }
*
* @return \Google\Cloud\AccessApproval\V1\AccessApprovalServiceAccount
Expand Down Expand Up @@ -798,10 +794,9 @@ public function getAccessApprovalServiceAccount(array $optionalArgs = [])
* The name of the AccessApprovalSettings to retrieve.
* Format: "{projects|folders|organizations}/{id}/accessApprovalSettings"
* @type RetrySettings|array $retrySettings
* Retry settings to use for this call. Can be a
* {@see Google\ApiCore\RetrySettings} object, or an associative array of retry
* settings parameters. See the documentation on
* {@see Google\ApiCore\RetrySettings} for example usage.
* Retry settings to use for this call. Can be a {@see RetrySettings} object, or an
* associative array of retry settings parameters. See the documentation on
* {@see RetrySettings} for example usage.
* }
*
* @return \Google\Cloud\AccessApproval\V1\AccessApprovalSettings
Expand Down Expand Up @@ -843,10 +838,9 @@ public function getAccessApprovalSettings(array $optionalArgs = [])
* Format:
* "{projects|folders|organizations}/{id}/approvalRequests/{approval_request}"
* @type RetrySettings|array $retrySettings
* Retry settings to use for this call. Can be a
* {@see Google\ApiCore\RetrySettings} object, or an associative array of retry
* settings parameters. See the documentation on
* {@see Google\ApiCore\RetrySettings} for example usage.
* Retry settings to use for this call. Can be a {@see RetrySettings} object, or an
* associative array of retry settings parameters. See the documentation on
* {@see RetrySettings} for example usage.
* }
*
* @return \Google\Cloud\AccessApproval\V1\ApprovalRequest
Expand Down Expand Up @@ -893,10 +887,9 @@ public function getApprovalRequest(array $optionalArgs = [])
* @type string $name
* Name of the ApprovalRequest to invalidate.
* @type RetrySettings|array $retrySettings
* Retry settings to use for this call. Can be a
* {@see Google\ApiCore\RetrySettings} object, or an associative array of retry
* settings parameters. See the documentation on
* {@see Google\ApiCore\RetrySettings} for example usage.
* Retry settings to use for this call. Can be a {@see RetrySettings} object, or an
* associative array of retry settings parameters. See the documentation on
* {@see RetrySettings} for example usage.
* }
*
* @return \Google\Cloud\AccessApproval\V1\ApprovalRequest
Expand Down Expand Up @@ -973,10 +966,9 @@ public function invalidateApprovalRequest(array $optionalArgs = [])
* of values will be returned. Any page token used here must have
* been generated by a previous call to the API.
* @type RetrySettings|array $retrySettings
* Retry settings to use for this call. Can be a
* {@see Google\ApiCore\RetrySettings} object, or an associative array of retry
* settings parameters. See the documentation on
* {@see Google\ApiCore\RetrySettings} for example usage.
* Retry settings to use for this call. Can be a {@see RetrySettings} object, or an
* associative array of retry settings parameters. See the documentation on
* {@see RetrySettings} for example usage.
* }
*
* @return \Google\ApiCore\PagedListResponse
Expand Down Expand Up @@ -1040,10 +1032,9 @@ public function listApprovalRequests(array $optionalArgs = [])
* If this field is left unset, only the notification_emails field will be
* updated.
* @type RetrySettings|array $retrySettings
* Retry settings to use for this call. Can be a
* {@see Google\ApiCore\RetrySettings} object, or an associative array of retry
* settings parameters. See the documentation on
* {@see Google\ApiCore\RetrySettings} for example usage.
* Retry settings to use for this call. Can be a {@see RetrySettings} object, or an
* associative array of retry settings parameters. See the documentation on
* {@see RetrySettings} for example usage.
* }
*
* @return \Google\Cloud\AccessApproval\V1\AccessApprovalSettings
Expand Down
4 changes: 2 additions & 2 deletions AccessApproval/src/V1/ListApprovalRequestsResponse.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9802e71

Please sign in to comment.