Skip to content

Commit

Permalink
Regenerate logging client (#5340)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Jul 11, 2024
1 parent e9bdfc9 commit 9a5c2ea
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 3 deletions.
16 changes: 16 additions & 0 deletions src/Logging.php
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,10 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
'type' => 'string',
'required' => true,
],
'filter' => [
'location' => 'query',
'type' => 'string',
],
'pageSize' => [
'location' => 'query',
'type' => 'integer',
Expand Down Expand Up @@ -1579,6 +1583,10 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
'type' => 'string',
'required' => true,
],
'filter' => [
'location' => 'query',
'type' => 'string',
],
'pageSize' => [
'location' => 'query',
'type' => 'integer',
Expand Down Expand Up @@ -2825,6 +2833,10 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
'type' => 'string',
'required' => true,
],
'filter' => [
'location' => 'query',
'type' => 'string',
],
'pageSize' => [
'location' => 'query',
'type' => 'integer',
Expand Down Expand Up @@ -3601,6 +3613,10 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
'type' => 'string',
'required' => true,
],
'filter' => [
'location' => 'query',
'type' => 'string',
],
'pageSize' => [
'location' => 'query',
'type' => 'integer',
Expand Down
10 changes: 10 additions & 0 deletions src/Logging/Resource/BillingAccountsLocationsSavedQueries.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,16 @@ public function get($name, $optParams = [])
* can be used for LOCATION_ID, for example: "projects/my-project/locations/-"
* @param array $optParams Optional parameters.
*
* @opt_param string filter Optional. Specifies the type ("Logging" or
* "OpsAnalytics") and the visibility (PRIVATE or SHARED) of the saved queries
* to list. If provided, the filter must contain either the type function or a
* visibility token, or both. If both are chosen, they can be placed in any
* order, but they must be joined by the AND operator or the empty character.The
* two supported type function calls are: type("Logging")
* type("OpsAnalytics")The two supported visibility tokens are: visibility =
* PRIVATE visibility = SHAREDFor example:type("Logging") AND visibility =
* PRIVATE visibility=SHARED type("OpsAnalytics") type("OpsAnalytics)"
* visibility = PRIVATE visibility = SHARED
* @opt_param int pageSize Optional. The maximum number of results to return
* from this request.Non-positive values are ignored. The presence of
* nextPageToken in the response indicates that more results might be available.
Expand Down
2 changes: 1 addition & 1 deletion src/Logging/Resource/Folders.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function getSettings($name, $optParams = [])
* information. (folders.updateSettings)
*
* @param string $name Required. The resource name for the settings to update.
* "organizations/[ORGANIZATION_ID]/settings" For
* "organizations/[ORGANIZATION_ID]/settings" "folders/[FOLDER_ID]/settings" For
* example:"organizations/12345/settings"
* @param Settings $postBody
* @param array $optParams Optional parameters.
Expand Down
10 changes: 10 additions & 0 deletions src/Logging/Resource/FoldersLocationsSavedQueries.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,16 @@ public function get($name, $optParams = [])
* can be used for LOCATION_ID, for example: "projects/my-project/locations/-"
* @param array $optParams Optional parameters.
*
* @opt_param string filter Optional. Specifies the type ("Logging" or
* "OpsAnalytics") and the visibility (PRIVATE or SHARED) of the saved queries
* to list. If provided, the filter must contain either the type function or a
* visibility token, or both. If both are chosen, they can be placed in any
* order, but they must be joined by the AND operator or the empty character.The
* two supported type function calls are: type("Logging")
* type("OpsAnalytics")The two supported visibility tokens are: visibility =
* PRIVATE visibility = SHAREDFor example:type("Logging") AND visibility =
* PRIVATE visibility=SHARED type("OpsAnalytics") type("OpsAnalytics)"
* visibility = PRIVATE visibility = SHARED
* @opt_param int pageSize Optional. The maximum number of results to return
* from this request.Non-positive values are ignored. The presence of
* nextPageToken in the response indicates that more results might be available.
Expand Down
2 changes: 1 addition & 1 deletion src/Logging/Resource/Organizations.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function updateCmekSettings($name, CmekSettings $postBody, $optParams = [
* information. (organizations.updateSettings)
*
* @param string $name Required. The resource name for the settings to update.
* "organizations/[ORGANIZATION_ID]/settings" For
* "organizations/[ORGANIZATION_ID]/settings" "folders/[FOLDER_ID]/settings" For
* example:"organizations/12345/settings"
* @param Settings $postBody
* @param array $optParams Optional parameters.
Expand Down
10 changes: 10 additions & 0 deletions src/Logging/Resource/OrganizationsLocationsSavedQueries.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,16 @@ public function get($name, $optParams = [])
* can be used for LOCATION_ID, for example: "projects/my-project/locations/-"
* @param array $optParams Optional parameters.
*
* @opt_param string filter Optional. Specifies the type ("Logging" or
* "OpsAnalytics") and the visibility (PRIVATE or SHARED) of the saved queries
* to list. If provided, the filter must contain either the type function or a
* visibility token, or both. If both are chosen, they can be placed in any
* order, but they must be joined by the AND operator or the empty character.The
* two supported type function calls are: type("Logging")
* type("OpsAnalytics")The two supported visibility tokens are: visibility =
* PRIVATE visibility = SHAREDFor example:type("Logging") AND visibility =
* PRIVATE visibility=SHARED type("OpsAnalytics") type("OpsAnalytics)"
* visibility = PRIVATE visibility = SHARED
* @opt_param int pageSize Optional. The maximum number of results to return
* from this request.Non-positive values are ignored. The presence of
* nextPageToken in the response indicates that more results might be available.
Expand Down
10 changes: 10 additions & 0 deletions src/Logging/Resource/ProjectsLocationsSavedQueries.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,16 @@ public function get($name, $optParams = [])
* can be used for LOCATION_ID, for example: "projects/my-project/locations/-"
* @param array $optParams Optional parameters.
*
* @opt_param string filter Optional. Specifies the type ("Logging" or
* "OpsAnalytics") and the visibility (PRIVATE or SHARED) of the saved queries
* to list. If provided, the filter must contain either the type function or a
* visibility token, or both. If both are chosen, they can be placed in any
* order, but they must be joined by the AND operator or the empty character.The
* two supported type function calls are: type("Logging")
* type("OpsAnalytics")The two supported visibility tokens are: visibility =
* PRIVATE visibility = SHAREDFor example:type("Logging") AND visibility =
* PRIVATE visibility=SHARED type("OpsAnalytics") type("OpsAnalytics)"
* visibility = PRIVATE visibility = SHARED
* @opt_param int pageSize Optional. The maximum number of results to return
* from this request.Non-positive values are ignored. The presence of
* nextPageToken in the response indicates that more results might be available.
Expand Down
2 changes: 1 addition & 1 deletion src/Logging/Resource/V2.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function updateCmekSettings($name, CmekSettings $postBody, $optParams = [
* information. (v2.updateSettings)
*
* @param string $name Required. The resource name for the settings to update.
* "organizations/[ORGANIZATION_ID]/settings" For
* "organizations/[ORGANIZATION_ID]/settings" "folders/[FOLDER_ID]/settings" For
* example:"organizations/12345/settings"
* @param Settings $postBody
* @param array $optParams Optional parameters.
Expand Down

0 comments on commit 9a5c2ea

Please sign in to comment.