Skip to content

Commit 3af2749

Browse files
1 parent b88b83f commit 3af2749

8 files changed

Lines changed: 54 additions & 36 deletions

src/Logging/Resource/BillingAccountsLocations.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ public function get($name, $optParams = [])
5252
* applicable.
5353
* @param array $optParams Optional parameters.
5454
*
55-
* @opt_param string extraLocationTypes Optional. Do not use this field. It is
56-
* unsupported and is ignored unless explicitly documented otherwise. This is
57-
* primarily for internal usage.
55+
* @opt_param string extraLocationTypes Optional. Unless explicitly documented
56+
* otherwise, don't use this unsupported field which is primarily intended for
57+
* internal usage.
5858
* @opt_param string filter A filter to narrow down results to a preferred
5959
* subset. The filtering language accepts strings like "displayName=tokyo", and
6060
* is documented in more detail in AIP-160 (https://google.aip.dev/160).

src/Logging/Resource/FoldersLocations.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ public function get($name, $optParams = [])
5252
* applicable.
5353
* @param array $optParams Optional parameters.
5454
*
55-
* @opt_param string extraLocationTypes Optional. Do not use this field. It is
56-
* unsupported and is ignored unless explicitly documented otherwise. This is
57-
* primarily for internal usage.
55+
* @opt_param string extraLocationTypes Optional. Unless explicitly documented
56+
* otherwise, don't use this unsupported field which is primarily intended for
57+
* internal usage.
5858
* @opt_param string filter A filter to narrow down results to a preferred
5959
* subset. The filtering language accepts strings like "displayName=tokyo", and
6060
* is documented in more detail in AIP-160 (https://google.aip.dev/160).

src/Logging/Resource/FoldersLocationsLogScopes.php

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ class FoldersLocationsLogScopes extends \Google\Service\Resource
3434
/**
3535
* Creates a log scope. (logScopes.create)
3636
*
37-
* @param string $parent Required. The parent project in which to create the log
38-
* scope "projects/[PROJECT_ID]/locations/[LOCATION_ID]" For
39-
* example:"projects/my-project/locations/global"
37+
* @param string $parent Required. The parent resource in which to create the
38+
* log scope: "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
39+
* "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
40+
* "folders/[FOLDER_ID]/locations/[LOCATION_ID]" For example:"projects/my-
41+
* project/locations/global"
4042
* @param LogScope $postBody
4143
* @param array $optParams Optional parameters.
4244
*
@@ -57,8 +59,10 @@ public function create($parent, LogScope $postBody, $optParams = [])
5759
* Deletes a log scope. (logScopes.delete)
5860
*
5961
* @param string $name Required. The resource name of the log scope to delete:
60-
* "projects/[PROJECT_ID]/locations/[LOCATION_ID]/logScopes/[LOG_SCOPE_ID]" For
61-
* example:"projects/my-project/locations/global/logScopes/my-log-scope"
62+
* "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
63+
* "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
64+
* "folders/[FOLDER_ID]/locations/[LOCATION_ID]" For example:"projects/my-
65+
* project/locations/global/logScopes/my-log-scope"
6266
* @param array $optParams Optional parameters.
6367
* @return LoggingEmpty
6468
* @throws \Google\Service\Exception
@@ -73,8 +77,10 @@ public function delete($name, $optParams = [])
7377
* Gets a log scope. (logScopes.get)
7478
*
7579
* @param string $name Required. The resource name of the log scope:
76-
* "projects/[PROJECT_ID]/locations/[LOCATION_ID]/logScopes/[LOG_SCOPE_ID]" For
77-
* example:"projects/my-project/locations/global/logScopes/my-log-scope"
80+
* "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
81+
* "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
82+
* "folders/[FOLDER_ID]/locations/[LOCATION_ID]" For example:"projects/my-
83+
* project/locations/global/logScopes/my-log-scope"
7884
* @param array $optParams Optional parameters.
7985
* @return LogScope
8086
* @throws \Google\Service\Exception

src/Logging/Resource/Locations.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ public function get($name, $optParams = [])
5252
* applicable.
5353
* @param array $optParams Optional parameters.
5454
*
55-
* @opt_param string extraLocationTypes Optional. Do not use this field. It is
56-
* unsupported and is ignored unless explicitly documented otherwise. This is
57-
* primarily for internal usage.
55+
* @opt_param string extraLocationTypes Optional. Unless explicitly documented
56+
* otherwise, don't use this unsupported field which is primarily intended for
57+
* internal usage.
5858
* @opt_param string filter A filter to narrow down results to a preferred
5959
* subset. The filtering language accepts strings like "displayName=tokyo", and
6060
* is documented in more detail in AIP-160 (https://google.aip.dev/160).

src/Logging/Resource/OrganizationsLocations.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ public function get($name, $optParams = [])
5252
* applicable.
5353
* @param array $optParams Optional parameters.
5454
*
55-
* @opt_param string extraLocationTypes Optional. Do not use this field. It is
56-
* unsupported and is ignored unless explicitly documented otherwise. This is
57-
* primarily for internal usage.
55+
* @opt_param string extraLocationTypes Optional. Unless explicitly documented
56+
* otherwise, don't use this unsupported field which is primarily intended for
57+
* internal usage.
5858
* @opt_param string filter A filter to narrow down results to a preferred
5959
* subset. The filtering language accepts strings like "displayName=tokyo", and
6060
* is documented in more detail in AIP-160 (https://google.aip.dev/160).

src/Logging/Resource/OrganizationsLocationsLogScopes.php

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ class OrganizationsLocationsLogScopes extends \Google\Service\Resource
3434
/**
3535
* Creates a log scope. (logScopes.create)
3636
*
37-
* @param string $parent Required. The parent project in which to create the log
38-
* scope "projects/[PROJECT_ID]/locations/[LOCATION_ID]" For
39-
* example:"projects/my-project/locations/global"
37+
* @param string $parent Required. The parent resource in which to create the
38+
* log scope: "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
39+
* "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
40+
* "folders/[FOLDER_ID]/locations/[LOCATION_ID]" For example:"projects/my-
41+
* project/locations/global"
4042
* @param LogScope $postBody
4143
* @param array $optParams Optional parameters.
4244
*
@@ -57,8 +59,10 @@ public function create($parent, LogScope $postBody, $optParams = [])
5759
* Deletes a log scope. (logScopes.delete)
5860
*
5961
* @param string $name Required. The resource name of the log scope to delete:
60-
* "projects/[PROJECT_ID]/locations/[LOCATION_ID]/logScopes/[LOG_SCOPE_ID]" For
61-
* example:"projects/my-project/locations/global/logScopes/my-log-scope"
62+
* "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
63+
* "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
64+
* "folders/[FOLDER_ID]/locations/[LOCATION_ID]" For example:"projects/my-
65+
* project/locations/global/logScopes/my-log-scope"
6266
* @param array $optParams Optional parameters.
6367
* @return LoggingEmpty
6468
* @throws \Google\Service\Exception
@@ -73,8 +77,10 @@ public function delete($name, $optParams = [])
7377
* Gets a log scope. (logScopes.get)
7478
*
7579
* @param string $name Required. The resource name of the log scope:
76-
* "projects/[PROJECT_ID]/locations/[LOCATION_ID]/logScopes/[LOG_SCOPE_ID]" For
77-
* example:"projects/my-project/locations/global/logScopes/my-log-scope"
80+
* "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
81+
* "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
82+
* "folders/[FOLDER_ID]/locations/[LOCATION_ID]" For example:"projects/my-
83+
* project/locations/global/logScopes/my-log-scope"
7884
* @param array $optParams Optional parameters.
7985
* @return LogScope
8086
* @throws \Google\Service\Exception

src/Logging/Resource/ProjectsLocations.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ public function get($name, $optParams = [])
5252
* applicable.
5353
* @param array $optParams Optional parameters.
5454
*
55-
* @opt_param string extraLocationTypes Optional. Do not use this field. It is
56-
* unsupported and is ignored unless explicitly documented otherwise. This is
57-
* primarily for internal usage.
55+
* @opt_param string extraLocationTypes Optional. Unless explicitly documented
56+
* otherwise, don't use this unsupported field which is primarily intended for
57+
* internal usage.
5858
* @opt_param string filter A filter to narrow down results to a preferred
5959
* subset. The filtering language accepts strings like "displayName=tokyo", and
6060
* is documented in more detail in AIP-160 (https://google.aip.dev/160).

src/Logging/Resource/ProjectsLocationsLogScopes.php

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ class ProjectsLocationsLogScopes extends \Google\Service\Resource
3434
/**
3535
* Creates a log scope. (logScopes.create)
3636
*
37-
* @param string $parent Required. The parent project in which to create the log
38-
* scope "projects/[PROJECT_ID]/locations/[LOCATION_ID]" For
39-
* example:"projects/my-project/locations/global"
37+
* @param string $parent Required. The parent resource in which to create the
38+
* log scope: "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
39+
* "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
40+
* "folders/[FOLDER_ID]/locations/[LOCATION_ID]" For example:"projects/my-
41+
* project/locations/global"
4042
* @param LogScope $postBody
4143
* @param array $optParams Optional parameters.
4244
*
@@ -57,8 +59,10 @@ public function create($parent, LogScope $postBody, $optParams = [])
5759
* Deletes a log scope. (logScopes.delete)
5860
*
5961
* @param string $name Required. The resource name of the log scope to delete:
60-
* "projects/[PROJECT_ID]/locations/[LOCATION_ID]/logScopes/[LOG_SCOPE_ID]" For
61-
* example:"projects/my-project/locations/global/logScopes/my-log-scope"
62+
* "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
63+
* "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
64+
* "folders/[FOLDER_ID]/locations/[LOCATION_ID]" For example:"projects/my-
65+
* project/locations/global/logScopes/my-log-scope"
6266
* @param array $optParams Optional parameters.
6367
* @return LoggingEmpty
6468
* @throws \Google\Service\Exception
@@ -73,8 +77,10 @@ public function delete($name, $optParams = [])
7377
* Gets a log scope. (logScopes.get)
7478
*
7579
* @param string $name Required. The resource name of the log scope:
76-
* "projects/[PROJECT_ID]/locations/[LOCATION_ID]/logScopes/[LOG_SCOPE_ID]" For
77-
* example:"projects/my-project/locations/global/logScopes/my-log-scope"
80+
* "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
81+
* "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
82+
* "folders/[FOLDER_ID]/locations/[LOCATION_ID]" For example:"projects/my-
83+
* project/locations/global/logScopes/my-log-scope"
7884
* @param array $optParams Optional parameters.
7985
* @return LogScope
8086
* @throws \Google\Service\Exception

0 commit comments

Comments
 (0)