Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2577342

Browse files
committedSep 25, 2023
feat(networksecurity): update the api
#### networksecurity:v1beta1 The following keys were added: - schemas.FirewallEndpoint.properties.billingProjectId.type (Total Keys: 1)
1 parent ddbf59a commit 2577342

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
 

‎docs/dyn/networksecurity_v1beta1.organizations.locations.firewallEndpoints.html

+4
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ <h3>Method Details</h3>
114114
&quot;associatedNetworks&quot;: [ # Output only. List of networks that are associated with this endpoint in the local zone. This is a projection of the FirewallEndpointAssociations pointing at this endpoint. A network will only appear in this list after traffic routing is fully configured. Format: projects/{project}/global/networks/{name}.
115115
&quot;A String&quot;,
116116
],
117+
&quot;billingProjectId&quot;: &quot;A String&quot;, # Optional. Project to bill on endpoint uptime usage.
117118
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time stamp
118119
&quot;labels&quot;: { # Optional. Labels as key value pairs
119120
&quot;a_key&quot;: &quot;A String&quot;,
@@ -209,6 +210,7 @@ <h3>Method Details</h3>
209210
&quot;associatedNetworks&quot;: [ # Output only. List of networks that are associated with this endpoint in the local zone. This is a projection of the FirewallEndpointAssociations pointing at this endpoint. A network will only appear in this list after traffic routing is fully configured. Format: projects/{project}/global/networks/{name}.
210211
&quot;A String&quot;,
211212
],
213+
&quot;billingProjectId&quot;: &quot;A String&quot;, # Optional. Project to bill on endpoint uptime usage.
212214
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time stamp
213215
&quot;labels&quot;: { # Optional. Labels as key value pairs
214216
&quot;a_key&quot;: &quot;A String&quot;,
@@ -244,6 +246,7 @@ <h3>Method Details</h3>
244246
&quot;associatedNetworks&quot;: [ # Output only. List of networks that are associated with this endpoint in the local zone. This is a projection of the FirewallEndpointAssociations pointing at this endpoint. A network will only appear in this list after traffic routing is fully configured. Format: projects/{project}/global/networks/{name}.
245247
&quot;A String&quot;,
246248
],
249+
&quot;billingProjectId&quot;: &quot;A String&quot;, # Optional. Project to bill on endpoint uptime usage.
247250
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time stamp
248251
&quot;labels&quot;: { # Optional. Labels as key value pairs
249252
&quot;a_key&quot;: &quot;A String&quot;,
@@ -288,6 +291,7 @@ <h3>Method Details</h3>
288291
&quot;associatedNetworks&quot;: [ # Output only. List of networks that are associated with this endpoint in the local zone. This is a projection of the FirewallEndpointAssociations pointing at this endpoint. A network will only appear in this list after traffic routing is fully configured. Format: projects/{project}/global/networks/{name}.
289292
&quot;A String&quot;,
290293
],
294+
&quot;billingProjectId&quot;: &quot;A String&quot;, # Optional. Project to bill on endpoint uptime usage.
291295
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time stamp
292296
&quot;labels&quot;: { # Optional. Labels as key value pairs
293297
&quot;a_key&quot;: &quot;A String&quot;,

‎googleapiclient/discovery_cache/documents/networksecurity.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2474,7 +2474,7 @@
24742474
}
24752475
}
24762476
},
2477-
"revision": "20230911",
2477+
"revision": "20230918",
24782478
"rootUrl": "https://networksecurity.googleapis.com/",
24792479
"schemas": {
24802480
"AddAddressGroupItemsRequest": {

‎googleapiclient/discovery_cache/documents/networksecurity.v1beta1.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -3162,7 +3162,7 @@
31623162
}
31633163
}
31643164
},
3165-
"revision": "20230911",
3165+
"revision": "20230918",
31663166
"rootUrl": "https://networksecurity.googleapis.com/",
31673167
"schemas": {
31683168
"AddAddressGroupItemsRequest": {
@@ -3458,6 +3458,10 @@
34583458
"readOnly": true,
34593459
"type": "array"
34603460
},
3461+
"billingProjectId": {
3462+
"description": "Optional. Project to bill on endpoint uptime usage.",
3463+
"type": "string"
3464+
},
34613465
"createTime": {
34623466
"description": "Output only. Create time stamp",
34633467
"format": "google-datetime",

0 commit comments

Comments
 (0)
Please sign in to comment.