Skip to content

Commit de6bddd

Browse files
feat(servicenetworking): update the api
#### servicenetworking:v1 The following keys were added: - schemas.BackendRule.properties.loadBalancingPolicy.type (Total Keys: 1) #### servicenetworking:v1beta The following keys were added: - schemas.BackendRule.properties.loadBalancingPolicy.type (Total Keys: 1)
1 parent c0d2bb2 commit de6bddd

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

googleapiclient/discovery_cache/documents/servicenetworking.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@
10291029
}
10301030
}
10311031
},
1032-
"revision": "20250205",
1032+
"revision": "20250209",
10331033
"rootUrl": "https://servicenetworking.googleapis.com/",
10341034
"schemas": {
10351035
"AddDnsRecordSetMetadata": {
@@ -1437,6 +1437,10 @@
14371437
"description": "The JWT audience is used when generating a JWT ID token for the backend. This ID token will be added in the HTTP \"authorization\" header, and sent to the backend.",
14381438
"type": "string"
14391439
},
1440+
"loadBalancingPolicy": {
1441+
"description": "The load balancing policy used for connection to the application backend. Defined as an arbitrary string to accomondate custom load balancing policies supported by the underlying channel, but suggest most users use one of the standard policies, such as the default, \"RoundRobin\".",
1442+
"type": "string"
1443+
},
14401444
"minDeadline": {
14411445
"deprecated": true,
14421446
"description": "Deprecated, do not use.",

googleapiclient/discovery_cache/documents/servicenetworking.v1beta.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
}
308308
}
309309
},
310-
"revision": "20250205",
310+
"revision": "20250209",
311311
"rootUrl": "https://servicenetworking.googleapis.com/",
312312
"schemas": {
313313
"AddDnsRecordSetMetadata": {
@@ -604,6 +604,10 @@
604604
"description": "The JWT audience is used when generating a JWT ID token for the backend. This ID token will be added in the HTTP \"authorization\" header, and sent to the backend.",
605605
"type": "string"
606606
},
607+
"loadBalancingPolicy": {
608+
"description": "The load balancing policy used for connection to the application backend. Defined as an arbitrary string to accomondate custom load balancing policies supported by the underlying channel, but suggest most users use one of the standard policies, such as the default, \"RoundRobin\".",
609+
"type": "string"
610+
},
607611
"minDeadline": {
608612
"deprecated": true,
609613
"description": "Deprecated, do not use.",

0 commit comments

Comments
 (0)