Skip to content

Commit 35b0eb8

Browse files
Regenerate apigee client (#6535)
Co-authored-by: Brent Shaffer <betterbrent@google.com>
1 parent 790bb0f commit 35b0eb8

7 files changed

+24
-24
lines changed

src/Apigee/Resource/OrganizationsAppgroupsAppsKeys.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ class OrganizationsAppgroupsAppsKeys extends \Google\Service\Resource
3939
* KBs each. **Note**: When creating the consumer key and secret, an association
4040
* to API products will not be made. Therefore, you should not specify the
4141
* associated API products in your request. Instead, use the
42-
* ProductizeAppGroupAppKey API to make the association after the consumer key
43-
* and secret are created. If a consumer key and secret already exist, you can
44-
* keep them or delete them using the DeleteAppGroupAppKey API. (keys.create)
42+
* UpdateAppGroupAppKey API to make the association after the consumer key and
43+
* secret are created. If a consumer key and secret already exist, you can keep
44+
* them or delete them using the DeleteAppGroupAppKey API. (keys.create)
4545
*
4646
* @param string $parent Required. Parent of the AppGroup app key. Use the
4747
* following structure in your request:
@@ -95,10 +95,10 @@ public function get($name, $optParams = [])
9595
/**
9696
* Adds an API product to an AppGroupAppKey, enabling the app that holds the key
9797
* to access the API resources bundled in the API product. In addition, you can
98-
* add attributes to the AppGroupAppKey. This API replaces the existing
99-
* attributes with those specified in the request. Include or exclude any
100-
* existing attributes that you want to retain or delete, respectively. You can
101-
* use the same key to access all API products associated with the app.
98+
* add attributes and scopes to the AppGroupAppKey. This API replaces the
99+
* existing attributes with those specified in the request. Include or exclude
100+
* any existing attributes that you want to retain or delete, respectively. You
101+
* can use the same key to access all API products associated with the app.
102102
* (keys.updateAppGroupAppKey)
103103
*
104104
* @param string $name Required. Name of the AppGroup app key. Use the following

src/Apigee/Resource/OrganizationsDevelopersAppsKeys.php

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,13 @@ public function replaceDeveloperAppKey($name, GoogleCloudApigeeV1DeveloperAppKey
122122
/**
123123
* Adds an API product to a developer app key, enabling the app that holds the
124124
* key to access the API resources bundled in the API product. In addition, you
125-
* can add attributes to a developer app key. This API replaces the existing
126-
* attributes with those specified in the request. Include or exclude any
127-
* existing attributes that you want to retain or delete, respectively. You can
128-
* use the same key to access all API products associated with the app.
125+
* can add attributes and scopes associated with the API product to the
126+
* developer app key. The status of the key can be updated via "action" Query
127+
* Parameter. None of the other fields can be updated via this API. This API
128+
* replaces the existing attributes with those specified in the request. Include
129+
* or exclude any existing attributes that you want to retain or delete,
130+
* respectively. None of the other fields can be updated. You can use the same
131+
* key to access all API products associated with the app.
129132
* (keys.updateDeveloperAppKey)
130133
*
131134
* @param string $name Name of the developer app key. Use the following

src/Apigee/Resource/OrganizationsEnvironmentsKeystoresAliases.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ public function getCertificate($name, $optParams = [])
141141
return $this->call('getCertificate', [$params], GoogleApiHttpBody::class);
142142
}
143143
/**
144-
* Updates the certificate in an alias. (aliases.update)
144+
* Updates the certificate in an alias. The updated certificate must be in PEM-
145+
* or DER-encoded X.509 format. (aliases.update)
145146
*
146147
* @param string $name Required. Name of the alias. Use the following format in
147148
* your request:

src/Apigee/Resource/OrganizationsEnvironmentsOptimizedStats.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ class OrganizationsEnvironmentsOptimizedStats extends \Google\Service\Resource
4949
* fact tables which will be expensive.
5050
* @opt_param string filter Filter that enables you to drill-down on specific
5151
* dimension values.
52-
* @opt_param string limit Maximum number of result items to return. The default
53-
* and maximum value that can be returned is 14400.
52+
* @opt_param string limit Maximum number of result items to return.
5453
* @opt_param string offset Offset value. Use `offset` with `limit` to enable
5554
* pagination of results. For example, to display results 11-20, set limit to
5655
* `10` and offset to `10`.
@@ -61,7 +60,7 @@ class OrganizationsEnvironmentsOptimizedStats extends \Google\Service\Resource
6160
* @opt_param bool sonar Routes the query to API Monitoring for the last hour.
6261
* @opt_param string sort Flag that specifies whether the sort order should be
6362
* ascending or descending. Valid values include `DESC` and `ASC`.
64-
* @opt_param string sortby Comma-separated list of columns to sort the final
63+
* @opt_param string sortby Comma-separated list of metrics to sort the final
6564
* result.
6665
* @opt_param string timeRange Required. Time interval for the interactive
6766
* query. Time range is specified in GMT as `start~end`. For example:

src/Apigee/Resource/OrganizationsEnvironmentsStats.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ class OrganizationsEnvironmentsStats extends \Google\Service\Resource
5353
* fact tables which will be expensive.
5454
* @opt_param string filter Filter that enables you to drill down on specific
5555
* dimension values.
56-
* @opt_param string limit Maximum number of result items to return. The default
57-
* and maximum value that can be returned is 14400.
56+
* @opt_param string limit Maximum number of result items to return.
5857
* @opt_param string offset Offset value. Use `offset` with `limit` to enable
5958
* pagination of results. For example, to display results 11-20, set limit to
6059
* `10` and offset to `10`.
@@ -65,7 +64,7 @@ class OrganizationsEnvironmentsStats extends \Google\Service\Resource
6564
* @opt_param bool sonar Routes the query to API Monitoring for the last hour.
6665
* @opt_param string sort Flag that specifies whether the sort order should be
6766
* ascending or descending. Valid values include: `DESC` and `ASC`.
68-
* @opt_param string sortby Comma-separated list of columns to sort the final
67+
* @opt_param string sortby Comma-separated list of metrics to sort the final
6968
* result.
7069
* @opt_param string timeRange Time interval for the interactive query. Time
7170
* range is specified in GMT as `start~end`. For example: `04/15/2017

src/Apigee/Resource/OrganizationsHostStats.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ class OrganizationsHostStats extends \Google\Service\Resource
5151
* interactive query will be executed.
5252
* @opt_param string filter Flag that enables drill-down on specific dimension
5353
* values.
54-
* @opt_param string limit Maximum number of result items to return. The default
55-
* and maximum value that can be returned is 14400.
54+
* @opt_param string limit Maximum number of result items to return.
5655
* @opt_param string offset Offset value. Use `offset` with `limit` to enable
5756
* pagination of results. For example, to display results 11-20, set limit to
5857
* `10` and offset to `10`.
@@ -62,7 +61,7 @@ class OrganizationsHostStats extends \Google\Service\Resource
6261
* `sum(message_count),sum(error_count)`
6362
* @opt_param string sort Flag that specifies if the sort order should be
6463
* ascending or descending. Valid values are `DESC` and `ASC`.
65-
* @opt_param string sortby Comma-separated list of columns to sort the final
64+
* @opt_param string sortby Comma-separated list of metrics to sort the final
6665
* result.
6766
* @opt_param string timeRange Time interval for the interactive query. Time
6867
* range is specified in GMT as `start~end`. For example: `04/15/2017

src/Apigee/Resource/OrganizationsOptimizedHostStats.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ class OrganizationsOptimizedHostStats extends \Google\Service\Resource
4747
* interactive query will be executed.
4848
* @opt_param string filter Filter that enables you to drill-down on specific
4949
* dimension values.
50-
* @opt_param string limit Maximum number of result items to return. The default
51-
* and maximum value that can be returned is 14400.
50+
* @opt_param string limit Maximum number of result items to return.
5251
* @opt_param string offset Offset value. Use `offset` with `limit` to enable
5352
* pagination of results. For example, to display results 11-20, set limit to
5453
* `10` and offset to `10`.
@@ -58,7 +57,7 @@ class OrganizationsOptimizedHostStats extends \Google\Service\Resource
5857
* example: `sum(message_count),sum(error_count)`
5958
* @opt_param string sort Flag that specifies whether the sort order should be
6059
* ascending or descending. Valid values include `DESC` and `ASC`.
61-
* @opt_param string sortby Comma-separated list of columns used to sort the
60+
* @opt_param string sortby Comma-separated list of metrics used to sort the
6261
* final result.
6362
* @opt_param string timeRange Required. Time interval for the interactive
6463
* query. Time range is specified in GMT as `start~end`. For example:

0 commit comments

Comments
 (0)