Skip to content

Commit 59348e4

Browse files
feat(apigee): update the api
#### apigee:v1 The following keys were added: - schemas.GoogleCloudApigeeV1Instance.properties.runtimeVersion (Total Keys: 2) - schemas.GoogleCloudApigeeV1TargetServerConfig.properties.enabled.type (Total Keys: 1)
1 parent f390769 commit 59348e4

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

docs/dyn/apigee_v1.organizations.environments.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,7 @@ <h3>Method Details</h3>
483483
&quot;sequenceNumber&quot;: &quot;A String&quot;, # DEPRECATED: Use revision_id.
484484
&quot;targets&quot;: [ # List of target servers in the environment. Disabled target servers are not displayed.
485485
{
486+
&quot;enabled&quot;: True or False, # Whether the target server is enabled. An empty/omitted value for this field should be interpreted as true.
486487
&quot;host&quot;: &quot;A String&quot;, # Host name of the target server.
487488
&quot;name&quot;: &quot;A String&quot;, # Target server revision name in the following format: `organizations/{org}/environments/{env}/targetservers/{targetserver}/revisions/{rev}`
488489
&quot;port&quot;: 42, # Port number for the target server.

docs/dyn/apigee_v1.organizations.instances.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ <h3>Method Details</h3>
139139
&quot;name&quot;: &quot;A String&quot;, # Required. Resource ID of the instance. Values must match the regular expression `^a-z{0,30}[a-z\d]$`.
140140
&quot;peeringCidrRange&quot;: &quot;A String&quot;, # Optional. Size of the CIDR block range that will be reserved by the instance. PAID organizations support `SLASH_16` to `SLASH_20` and defaults to `SLASH_16`. Evaluation organizations support only `SLASH_23`.
141141
&quot;port&quot;: &quot;A String&quot;, # Output only. Port number of the exposed Apigee endpoint.
142+
&quot;runtimeVersion&quot;: &quot;A String&quot;, # Output only. Version of the runtime system running in the instance. The runtime system is the set of components that serve the API Proxy traffic in your Environments.
142143
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the instance. Values other than `ACTIVE` means the resource is not ready to use.
143144
}
144145

@@ -231,6 +232,7 @@ <h3>Method Details</h3>
231232
&quot;name&quot;: &quot;A String&quot;, # Required. Resource ID of the instance. Values must match the regular expression `^a-z{0,30}[a-z\d]$`.
232233
&quot;peeringCidrRange&quot;: &quot;A String&quot;, # Optional. Size of the CIDR block range that will be reserved by the instance. PAID organizations support `SLASH_16` to `SLASH_20` and defaults to `SLASH_16`. Evaluation organizations support only `SLASH_23`.
233234
&quot;port&quot;: &quot;A String&quot;, # Output only. Port number of the exposed Apigee endpoint.
235+
&quot;runtimeVersion&quot;: &quot;A String&quot;, # Output only. Version of the runtime system running in the instance. The runtime system is the set of components that serve the API Proxy traffic in your Environments.
234236
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the instance. Values other than `ACTIVE` means the resource is not ready to use.
235237
}</pre>
236238
</div>
@@ -264,6 +266,7 @@ <h3>Method Details</h3>
264266
&quot;name&quot;: &quot;A String&quot;, # Required. Resource ID of the instance. Values must match the regular expression `^a-z{0,30}[a-z\d]$`.
265267
&quot;peeringCidrRange&quot;: &quot;A String&quot;, # Optional. Size of the CIDR block range that will be reserved by the instance. PAID organizations support `SLASH_16` to `SLASH_20` and defaults to `SLASH_16`. Evaluation organizations support only `SLASH_23`.
266268
&quot;port&quot;: &quot;A String&quot;, # Output only. Port number of the exposed Apigee endpoint.
269+
&quot;runtimeVersion&quot;: &quot;A String&quot;, # Output only. Version of the runtime system running in the instance. The runtime system is the set of components that serve the API Proxy traffic in your Environments.
267270
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the instance. Values other than `ACTIVE` means the resource is not ready to use.
268271
},
269272
],
@@ -305,6 +308,7 @@ <h3>Method Details</h3>
305308
&quot;name&quot;: &quot;A String&quot;, # Required. Resource ID of the instance. Values must match the regular expression `^a-z{0,30}[a-z\d]$`.
306309
&quot;peeringCidrRange&quot;: &quot;A String&quot;, # Optional. Size of the CIDR block range that will be reserved by the instance. PAID organizations support `SLASH_16` to `SLASH_20` and defaults to `SLASH_16`. Evaluation organizations support only `SLASH_23`.
307310
&quot;port&quot;: &quot;A String&quot;, # Output only. Port number of the exposed Apigee endpoint.
311+
&quot;runtimeVersion&quot;: &quot;A String&quot;, # Output only. Version of the runtime system running in the instance. The runtime system is the set of components that serve the API Proxy traffic in your Environments.
308312
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the instance. Values other than `ACTIVE` means the resource is not ready to use.
309313
}
310314

googleapiclient/discovery_cache/documents/apigee.v1.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7302,7 +7302,7 @@
73027302
}
73037303
}
73047304
},
7305-
"revision": "20210819",
7305+
"revision": "20210826",
73067306
"rootUrl": "https://apigee.googleapis.com/",
73077307
"schemas": {
73087308
"EdgeConfigstoreBundleBadBundle": {
@@ -9869,6 +9869,11 @@
98699869
"readOnly": true,
98709870
"type": "string"
98719871
},
9872+
"runtimeVersion": {
9873+
"description": "Output only. Version of the runtime system running in the instance. The runtime system is the set of components that serve the API Proxy traffic in your Environments.",
9874+
"readOnly": true,
9875+
"type": "string"
9876+
},
98729877
"state": {
98739878
"description": "Output only. State of the instance. Values other than `ACTIVE` means the resource is not ready to use.",
98749879
"enum": [
@@ -12116,6 +12121,10 @@
1211612121
"GoogleCloudApigeeV1TargetServerConfig": {
1211712122
"id": "GoogleCloudApigeeV1TargetServerConfig",
1211812123
"properties": {
12124+
"enabled": {
12125+
"description": "Whether the target server is enabled. An empty/omitted value for this field should be interpreted as true.",
12126+
"type": "boolean"
12127+
},
1211912128
"host": {
1212012129
"description": "Host name of the target server.",
1212112130
"type": "string"

0 commit comments

Comments
 (0)