Skip to content

Commit 2e1fe04

Browse files
feat(trafficdirector): update the api
#### trafficdirector:v3 The following keys were added: - schemas.ClientConfig.properties.clientScope.type (Total Keys: 1)
1 parent acc8eb0 commit 2e1fe04

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/dyn/trafficdirector_v3.discovery.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ <h3>Method Details</h3>
239239
{
240240
&quot;config&quot;: [ # Client configs for the clients specified in the ClientStatusRequest.
241241
{ # All xds configs for a particular client.
242+
&quot;clientScope&quot;: &quot;A String&quot;, # For xDS clients, the scope in which the data is used. For example, gRPC indicates the data plane target or that the data is associated with gRPC server(s).
242243
&quot;genericXdsConfigs&quot;: [ # Represents generic xDS config and the exact config structure depends on the type URL (like Cluster if it is CDS)
243244
{ # GenericXdsConfig is used to specify the config status and the dump of any xDS resource identified by their type URL. It is the generalized version of the now deprecated ListenersConfigDump, ClustersConfigDump etc [#next-free-field: 10]
244245
&quot;clientStatus&quot;: &quot;A String&quot;, # Per xDS resource status from the view of a xDS client

googleapiclient/discovery_cache/documents/trafficdirector.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
}
129129
}
130130
},
131-
"revision": "20240129",
131+
"revision": "20240201",
132132
"rootUrl": "https://trafficdirector.googleapis.com/",
133133
"schemas": {
134134
"Address": {

googleapiclient/discovery_cache/documents/trafficdirector.v3.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
}
129129
}
130130
},
131-
"revision": "20240129",
131+
"revision": "20240201",
132132
"rootUrl": "https://trafficdirector.googleapis.com/",
133133
"schemas": {
134134
"Address": {
@@ -171,6 +171,10 @@
171171
"description": "All xds configs for a particular client.",
172172
"id": "ClientConfig",
173173
"properties": {
174+
"clientScope": {
175+
"description": "For xDS clients, the scope in which the data is used. For example, gRPC indicates the data plane target or that the data is associated with gRPC server(s).",
176+
"type": "string"
177+
},
174178
"genericXdsConfigs": {
175179
"description": "Represents generic xDS config and the exact config structure depends on the type URL (like Cluster if it is CDS)",
176180
"items": {

0 commit comments

Comments
 (0)