Skip to content

Commit 349fb29

Browse files
feat(apigee): update the api
#### apigee:v1 The following keys were added: - schemas.GoogleCloudApigeeV1DeploymentGroupConfig.properties.deploymentGroupType.type (Total Keys: 1)
1 parent 732c1a0 commit 349fb29

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

docs/dyn/apigee_v1.organizations.environments.html

+1
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ <h3>Method Details</h3>
488488
},
489489
&quot;deploymentGroups&quot;: [ # List of deployment groups in the environment.
490490
{ # DeploymentGroupConfig represents a deployment group that should be present in a particular environment.
491+
&quot;deploymentGroupType&quot;: &quot;A String&quot;, # Type of the deployment group, which will be either Standard or Extensible.
491492
&quot;name&quot;: &quot;A String&quot;, # Name of the deployment group in the following format: `organizations/{org}/environments/{env}/deploymentGroups/{group}`.
492493
&quot;revisionId&quot;: &quot;A String&quot;, # Revision number which can be used by the runtime to detect if the deployment group has changed between two versions.
493494
&quot;uid&quot;: &quot;A String&quot;, # Unique ID. The ID will only change if the deployment group is deleted and recreated.

docs/dyn/apigee_v1.organizations.operations.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>Instance Methods</h2>
8282
<p class="firstline">Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.</p>
8383
<p class="toc_element">
8484
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
85-
<p class="firstline">Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.</p>
85+
<p class="firstline">Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.</p>
8686
<p class="toc_element">
8787
<code><a href="#list_next">list_next()</a></code></p>
8888
<p class="firstline">Retrieves the next page of results.</p>
@@ -129,7 +129,7 @@ <h3>Method Details</h3>
129129

130130
<div class="method">
131131
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
132-
<pre>Lists operations that match the specified filter in the request. If the server doesn&#x27;t support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `&quot;/v1/{name=users/*}/operations&quot;` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.
132+
<pre>Lists operations that match the specified filter in the request. If the server doesn&#x27;t support this method, it returns `UNIMPLEMENTED`.
133133

134134
Args:
135135
name: string, The name of the operation&#x27;s parent resource. (required)

googleapiclient/discovery_cache/documents/apigee.v1.json

+16-2
Original file line numberDiff line numberDiff line change
@@ -7820,7 +7820,7 @@
78207820
]
78217821
},
78227822
"list": {
7823-
"description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `\"/v1/{name=users/*}/operations\"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.",
7823+
"description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
78247824
"flatPath": "v1/organizations/{organizationsId}/operations",
78257825
"httpMethod": "GET",
78267826
"id": "apigee.organizations.operations.list",
@@ -8744,7 +8744,7 @@
87448744
}
87458745
}
87468746
},
8747-
"revision": "20230303",
8747+
"revision": "20230317",
87488748
"rootUrl": "https://apigee.googleapis.com/",
87498749
"schemas": {
87508750
"EdgeConfigstoreBundleBadBundle": {
@@ -10631,6 +10631,20 @@
1063110631
"description": "DeploymentGroupConfig represents a deployment group that should be present in a particular environment.",
1063210632
"id": "GoogleCloudApigeeV1DeploymentGroupConfig",
1063310633
"properties": {
10634+
"deploymentGroupType": {
10635+
"description": "Type of the deployment group, which will be either Standard or Extensible.",
10636+
"enum": [
10637+
"DEPLOYMENT_GROUP_TYPE_UNSPECIFIED",
10638+
"STANDARD",
10639+
"EXTENSIBLE"
10640+
],
10641+
"enumDescriptions": [
10642+
"Unspecified type",
10643+
"Standard type",
10644+
"Extensible Type"
10645+
],
10646+
"type": "string"
10647+
},
1063410648
"name": {
1063510649
"description": "Name of the deployment group in the following format: `organizations/{org}/environments/{env}/deploymentGroups/{group}`.",
1063610650
"type": "string"

0 commit comments

Comments
 (0)