1{
2 "auth": {
3 "oauth2": {
4 "scopes": {
5 "https://www.googleapis.com/auth/cloud-platform": {
6 "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
7 }
8 }
9 }
10 },
11 "basePath": "",
12 "baseUrl": "https://trafficdirector.googleapis.com/",
13 "batchPath": "batch",
14 "canonicalName": "Traffic Director Service",
15 "description": "",
16 "discoveryVersion": "v1",
17 "documentationLink": "https://cloud.google.com/traffic-director",
18 "fullyEncodeReservedExpansion": true,
19 "icons": {
20 "x16": "http://www.google.com/images/icons/product/search-16.gif",
21 "x32": "http://www.google.com/images/icons/product/search-32.gif"
22 },
23 "id": "trafficdirector:v3",
24 "kind": "discovery#restDescription",
25 "mtlsRootUrl": "https://trafficdirector.mtls.googleapis.com/",
26 "name": "trafficdirector",
27 "ownerDomain": "google.com",
28 "ownerName": "Google",
29 "parameters": {
30 "$.xgafv": {
31 "description": "V1 error format.",
32 "enum": [
33 "1",
34 "2"
35 ],
36 "enumDescriptions": [
37 "v1 error format",
38 "v2 error format"
39 ],
40 "location": "query",
41 "type": "string"
42 },
43 "access_token": {
44 "description": "OAuth access token.",
45 "location": "query",
46 "type": "string"
47 },
48 "alt": {
49 "default": "json",
50 "description": "Data format for response.",
51 "enum": [
52 "json",
53 "media",
54 "proto"
55 ],
56 "enumDescriptions": [
57 "Responses with Content-Type of application/json",
58 "Media download with context-dependent Content-Type",
59 "Responses with Content-Type of application/x-protobuf"
60 ],
61 "location": "query",
62 "type": "string"
63 },
64 "callback": {
65 "description": "JSONP",
66 "location": "query",
67 "type": "string"
68 },
69 "fields": {
70 "description": "Selector specifying which fields to include in a partial response.",
71 "location": "query",
72 "type": "string"
73 },
74 "key": {
75 "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
76 "location": "query",
77 "type": "string"
78 },
79 "oauth_token": {
80 "description": "OAuth 2.0 token for the current user.",
81 "location": "query",
82 "type": "string"
83 },
84 "prettyPrint": {
85 "default": "true",
86 "description": "Returns response with indentations and line breaks.",
87 "location": "query",
88 "type": "boolean"
89 },
90 "quotaUser": {
91 "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
92 "location": "query",
93 "type": "string"
94 },
95 "uploadType": {
96 "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
97 "location": "query",
98 "type": "string"
99 },
100 "upload_protocol": {
101 "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
102 "location": "query",
103 "type": "string"
104 }
105 },
106 "protocol": "rest",
107 "resources": {
108 "discovery": {
109 "methods": {
110 "client_status": {
111 "description": "",
112 "flatPath": "v3/discovery:client_status",
113 "httpMethod": "POST",
114 "id": "trafficdirector.discovery.client_status",
115 "parameterOrder": [],
116 "parameters": {},
117 "path": "v3/discovery:client_status",
118 "request": {
119 "$ref": "ClientStatusRequest"
120 },
121 "response": {
122 "$ref": "ClientStatusResponse"
123 },
124 "scopes": [
125 "https://www.googleapis.com/auth/cloud-platform"
126 ]
127 }
128 }
129 }
130 },
131 "revision": "20240322",
132 "rootUrl": "https://trafficdirector.googleapis.com/",
133 "schemas": {
134 "Address": {
135 "description": "Addresses specify either a logical or physical address and port, which are used to tell Envoy where to bind/listen, connect to upstream and find management servers.",
136 "id": "Address",
137 "properties": {
138 "envoyInternalAddress": {
139 "$ref": "EnvoyInternalAddress",
140 "description": "Specifies a user-space address handled by :ref:`internal listeners `."
141 },
142 "pipe": {
143 "$ref": "Pipe"
144 },
145 "socketAddress": {
146 "$ref": "SocketAddress"
147 }
148 },
149 "type": "object"
150 },
151 "BuildVersion": {
152 "description": "BuildVersion combines SemVer version of extension with free-form build information (i.e. 'alpha', 'private-build') as a set of strings.",
153 "id": "BuildVersion",
154 "properties": {
155 "metadata": {
156 "additionalProperties": {
157 "description": "Properties of the object.",
158 "type": "any"
159 },
160 "description": "Free-form build information. Envoy defines several well known keys in the source/common/version/version.h file",
161 "type": "object"
162 },
163 "version": {
164 "$ref": "SemanticVersion",
165 "description": "SemVer version of extension."
166 }
167 },
168 "type": "object"
169 },
170 "ClientConfig": {
171 "description": "All xds configs for a particular client.",
172 "id": "ClientConfig",
173 "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 },
178 "genericXdsConfigs": {
179 "description": "Represents generic xDS config and the exact config structure depends on the type URL (like Cluster if it is CDS)",
180 "items": {
181 "$ref": "GenericXdsConfig"
182 },
183 "type": "array"
184 },
185 "node": {
186 "$ref": "Node",
187 "description": "Node for a particular client."
188 },
189 "xdsConfig": {
190 "deprecated": true,
191 "description": "This field is deprecated in favor of generic_xds_configs which is much simpler and uniform in structure.",
192 "items": {
193 "$ref": "PerXdsConfig"
194 },
195 "type": "array"
196 }
197 },
198 "type": "object"
199 },
200 "ClientStatusRequest": {
201 "description": "Request for client status of clients identified by a list of NodeMatchers.",
202 "id": "ClientStatusRequest",
203 "properties": {
204 "excludeResourceContents": {
205 "description": "If true, the server will not include the resource contents in the response (i.e., the generic_xds_configs.xds_config field will not be populated). [#not-implemented-hide:]",
206 "type": "boolean"
207 },
208 "node": {
209 "$ref": "Node",
210 "description": "The node making the csds request."
211 },
212 "nodeMatchers": {
213 "description": "Management server can use these match criteria to identify clients. The match follows OR semantics.",
214 "items": {
215 "$ref": "NodeMatcher"
216 },
217 "type": "array"
218 }
219 },
220 "type": "object"
221 },
222 "ClientStatusResponse": {
223 "id": "ClientStatusResponse",
224 "properties": {
225 "config": {
226 "description": "Client configs for the clients specified in the ClientStatusRequest.",
227 "items": {
228 "$ref": "ClientConfig"
229 },
230 "type": "array"
231 }
232 },
233 "type": "object"
234 },
235 "ClustersConfigDump": {
236 "description": "Envoy's cluster manager fills this message with all currently known clusters. Cluster configuration information can be used to recreate an Envoy configuration by populating all clusters as static clusters or by returning them in a CDS response.",
237 "id": "ClustersConfigDump",
238 "properties": {
239 "dynamicActiveClusters": {
240 "description": "The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.",
241 "items": {
242 "$ref": "DynamicCluster"
243 },
244 "type": "array"
245 },
246 "dynamicWarmingClusters": {
247 "description": "The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.",
248 "items": {
249 "$ref": "DynamicCluster"
250 },
251 "type": "array"
252 },
253 "staticClusters": {
254 "description": "The statically loaded cluster configs.",
255 "items": {
256 "$ref": "StaticCluster"
257 },
258 "type": "array"
259 },
260 "versionInfo": {
261 "description": "This is the :ref:`version_info ` in the last processed CDS discovery response. If there are only static bootstrap clusters, this field will be \"\".",
262 "type": "string"
263 }
264 },
265 "type": "object"
266 },
267 "ContextParams": {
268 "description": "Additional parameters that can be used to select resource variants. These include any global context parameters, per-resource type client feature capabilities and per-resource type functional attributes. All per-resource type attributes will be `xds.resource.` prefixed and some of these are documented below: `xds.resource.listening_address`: The value is \"IP:port\" (e.g. \"10.1.1.3:8080\") which is the listening address of a Listener. Used in a Listener resource query.",
269 "id": "ContextParams",
270 "properties": {
271 "params": {
272 "additionalProperties": {
273 "type": "string"
274 },
275 "type": "object"
276 }
277 },
278 "type": "object"
279 },
280 "DoubleMatcher": {
281 "description": "Specifies the way to match a double value.",
282 "id": "DoubleMatcher",
283 "properties": {
284 "exact": {
285 "description": "If specified, the input double value must be equal to the value specified here.",
286 "format": "double",
287 "type": "number"
288 },
289 "range": {
290 "$ref": "DoubleRange",
291 "description": "If specified, the input double value must be in the range specified here. Note: The range is using half-open interval semantics [start, end)."
292 }
293 },
294 "type": "object"
295 },
296 "DoubleRange": {
297 "description": "Specifies the double start and end of the range using half-open interval semantics [start, end).",
298 "id": "DoubleRange",
299 "properties": {
300 "end": {
301 "description": "end of the range (exclusive)",
302 "format": "double",
303 "type": "number"
304 },
305 "start": {
306 "description": "start of the range (inclusive)",
307 "format": "double",
308 "type": "number"
309 }
310 },
311 "type": "object"
312 },
313 "DynamicCluster": {
314 "description": "Describes a dynamically loaded cluster via the CDS API. [#next-free-field: 6]",
315 "id": "DynamicCluster",
316 "properties": {
317 "clientStatus": {
318 "description": "The client status of this resource. [#not-implemented-hide:]",
319 "enum": [
320 "UNKNOWN",
321 "REQUESTED",
322 "DOES_NOT_EXIST",
323 "ACKED",
324 "NACKED"
325 ],
326 "enumDescriptions": [
327 "Resource status is not available/unknown.",
328 "Client requested this resource but hasn't received any update from management server. The client will not fail requests, but will queue them until update arrives or the client times out waiting for the resource.",
329 "This resource has been requested by the client but has either not been delivered by the server or was previously delivered by the server and then subsequently removed from resources provided by the server. For more information, please refer to the :ref:`\"Knowing When a Requested Resource Does Not Exist\" ` section.",
330 "Client received this resource and replied with ACK.",
331 "Client received this resource and replied with NACK."
332 ],
333 "type": "string"
334 },
335 "cluster": {
336 "additionalProperties": {
337 "description": "Properties of the object. Contains field @type with type URL.",
338 "type": "any"
339 },
340 "description": "The cluster config.",
341 "type": "object"
342 },
343 "errorState": {
344 "$ref": "UpdateFailureState",
345 "description": "Set if the last update failed, cleared after the next successful update. The ``error_state`` field contains the rejected version of this particular resource along with the reason and timestamp. For successfully updated or acknowledged resource, this field should be empty. [#not-implemented-hide:]"
346 },
347 "lastUpdated": {
348 "description": "The timestamp when the Cluster was last updated.",
349 "format": "google-datetime",
350 "type": "string"
351 },
352 "versionInfo": {
353 "description": "This is the per-resource version information. This version is currently taken from the :ref:`version_info ` field at the time that the cluster was loaded. In the future, discrete per-cluster versions may be supported by the API.",
354 "type": "string"
355 }
356 },
357 "type": "object"
358 },
359 "DynamicEndpointConfig": {
360 "description": "[#next-free-field: 6]",
361 "id": "DynamicEndpointConfig",
362 "properties": {
363 "clientStatus": {
364 "description": "The client status of this resource. [#not-implemented-hide:]",
365 "enum": [
366 "UNKNOWN",
367 "REQUESTED",
368 "DOES_NOT_EXIST",
369 "ACKED",
370 "NACKED"
371 ],
372 "enumDescriptions": [
373 "Resource status is not available/unknown.",
374 "Client requested this resource but hasn't received any update from management server. The client will not fail requests, but will queue them until update arrives or the client times out waiting for the resource.",
375 "This resource has been requested by the client but has either not been delivered by the server or was previously delivered by the server and then subsequently removed from resources provided by the server. For more information, please refer to the :ref:`\"Knowing When a Requested Resource Does Not Exist\" ` section.",
376 "Client received this resource and replied with ACK.",
377 "Client received this resource and replied with NACK."
378 ],
379 "type": "string"
380 },
381 "endpointConfig": {
382 "additionalProperties": {
383 "description": "Properties of the object. Contains field @type with type URL.",
384 "type": "any"
385 },
386 "description": "The endpoint config.",
387 "type": "object"
388 },
389 "errorState": {
390 "$ref": "UpdateFailureState",
391 "description": "Set if the last update failed, cleared after the next successful update. The ``error_state`` field contains the rejected version of this particular resource along with the reason and timestamp. For successfully updated or acknowledged resource, this field should be empty. [#not-implemented-hide:]"
392 },
393 "lastUpdated": {
394 "description": "[#not-implemented-hide:] The timestamp when the Endpoint was last updated.",
395 "format": "google-datetime",
396 "type": "string"
397 },
398 "versionInfo": {
399 "description": "[#not-implemented-hide:] This is the per-resource version information. This version is currently taken from the :ref:`version_info ` field at the time that the endpoint configuration was loaded.",
400 "type": "string"
401 }
402 },
403 "type": "object"
404 },
405 "DynamicListener": {
406 "description": "Describes a dynamically loaded listener via the LDS API. [#next-free-field: 7]",
407 "id": "DynamicListener",
408 "properties": {
409 "activeState": {
410 "$ref": "DynamicListenerState",
411 "description": "The listener state for any active listener by this name. These are listeners that are available to service data plane traffic."
412 },
413 "clientStatus": {
414 "description": "The client status of this resource. [#not-implemented-hide:]",
415 "enum": [
416 "UNKNOWN",
417 "REQUESTED",
418 "DOES_NOT_EXIST",
419 "ACKED",
420 "NACKED"
421 ],
422 "enumDescriptions": [
423 "Resource status is not available/unknown.",
424 "Client requested this resource but hasn't received any update from management server. The client will not fail requests, but will queue them until update arrives or the client times out waiting for the resource.",
425 "This resource has been requested by the client but has either not been delivered by the server or was previously delivered by the server and then subsequently removed from resources provided by the server. For more information, please refer to the :ref:`\"Knowing When a Requested Resource Does Not Exist\" ` section.",
426 "Client received this resource and replied with ACK.",
427 "Client received this resource and replied with NACK."
428 ],
429 "type": "string"
430 },
431 "drainingState": {
432 "$ref": "DynamicListenerState",
433 "description": "The listener state for any draining listener by this name. These are listeners that are currently undergoing draining in preparation to stop servicing data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the draining listeners should generally be discarded."
434 },
435 "errorState": {
436 "$ref": "UpdateFailureState",
437 "description": "Set if the last update failed, cleared after the next successful update. The ``error_state`` field contains the rejected version of this particular resource along with the reason and timestamp. For successfully updated or acknowledged resource, this field should be empty."
438 },
439 "name": {
440 "description": "The name or unique id of this listener, pulled from the DynamicListenerState config.",
441 "type": "string"
442 },
443 "warmingState": {
444 "$ref": "DynamicListenerState",
445 "description": "The listener state for any warming listener by this name. These are listeners that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming listeners should generally be discarded."
446 }
447 },
448 "type": "object"
449 },
450 "DynamicListenerState": {
451 "id": "DynamicListenerState",
452 "properties": {
453 "lastUpdated": {
454 "description": "The timestamp when the Listener was last successfully updated.",
455 "format": "google-datetime",
456 "type": "string"
457 },
458 "listener": {
459 "additionalProperties": {
460 "description": "Properties of the object. Contains field @type with type URL.",
461 "type": "any"
462 },
463 "description": "The listener config.",
464 "type": "object"
465 },
466 "versionInfo": {
467 "description": "This is the per-resource version information. This version is currently taken from the :ref:`version_info ` field at the time that the listener was loaded. In the future, discrete per-listener versions may be supported by the API.",
468 "type": "string"
469 }
470 },
471 "type": "object"
472 },
473 "DynamicRouteConfig": {
474 "description": "[#next-free-field: 6]",
475 "id": "DynamicRouteConfig",
476 "properties": {
477 "clientStatus": {
478 "description": "The client status of this resource. [#not-implemented-hide:]",
479 "enum": [
480 "UNKNOWN",
481 "REQUESTED",
482 "DOES_NOT_EXIST",
483 "ACKED",
484 "NACKED"
485 ],
486 "enumDescriptions": [
487 "Resource status is not available/unknown.",
488 "Client requested this resource but hasn't received any update from management server. The client will not fail requests, but will queue them until update arrives or the client times out waiting for the resource.",
489 "This resource has been requested by the client but has either not been delivered by the server or was previously delivered by the server and then subsequently removed from resources provided by the server. For more information, please refer to the :ref:`\"Knowing When a Requested Resource Does Not Exist\" ` section.",
490 "Client received this resource and replied with ACK.",
491 "Client received this resource and replied with NACK."
492 ],
493 "type": "string"
494 },
495 "errorState": {
496 "$ref": "UpdateFailureState",
497 "description": "Set if the last update failed, cleared after the next successful update. The ``error_state`` field contains the rejected version of this particular resource along with the reason and timestamp. For successfully updated or acknowledged resource, this field should be empty. [#not-implemented-hide:]"
498 },
499 "lastUpdated": {
500 "description": "The timestamp when the Route was last updated.",
501 "format": "google-datetime",
502 "type": "string"
503 },
504 "routeConfig": {
505 "additionalProperties": {
506 "description": "Properties of the object. Contains field @type with type URL.",
507 "type": "any"
508 },
509 "description": "The route config.",
510 "type": "object"
511 },
512 "versionInfo": {
513 "description": "This is the per-resource version information. This version is currently taken from the :ref:`version_info ` field at the time that the route configuration was loaded.",
514 "type": "string"
515 }
516 },
517 "type": "object"
518 },
519 "DynamicScopedRouteConfigs": {
520 "description": "[#next-free-field: 7]",
521 "id": "DynamicScopedRouteConfigs",
522 "properties": {
523 "clientStatus": {
524 "description": "The client status of this resource. [#not-implemented-hide:]",
525 "enum": [
526 "UNKNOWN",
527 "REQUESTED",
528 "DOES_NOT_EXIST",
529 "ACKED",
530 "NACKED"
531 ],
532 "enumDescriptions": [
533 "Resource status is not available/unknown.",
534 "Client requested this resource but hasn't received any update from management server. The client will not fail requests, but will queue them until update arrives or the client times out waiting for the resource.",
535 "This resource has been requested by the client but has either not been delivered by the server or was previously delivered by the server and then subsequently removed from resources provided by the server. For more information, please refer to the :ref:`\"Knowing When a Requested Resource Does Not Exist\" ` section.",
536 "Client received this resource and replied with ACK.",
537 "Client received this resource and replied with NACK."
538 ],
539 "type": "string"
540 },
541 "errorState": {
542 "$ref": "UpdateFailureState",
543 "description": "Set if the last update failed, cleared after the next successful update. The ``error_state`` field contains the rejected version of this particular resource along with the reason and timestamp. For successfully updated or acknowledged resource, this field should be empty. [#not-implemented-hide:]"
544 },
545 "lastUpdated": {
546 "description": "The timestamp when the scoped route config set was last updated.",
547 "format": "google-datetime",
548 "type": "string"
549 },
550 "name": {
551 "description": "The name assigned to the scoped route configurations.",
552 "type": "string"
553 },
554 "scopedRouteConfigs": {
555 "description": "The scoped route configurations.",
556 "items": {
557 "additionalProperties": {
558 "description": "Properties of the object. Contains field @type with type URL.",
559 "type": "any"
560 },
561 "type": "object"
562 },
563 "type": "array"
564 },
565 "versionInfo": {
566 "description": "This is the per-resource version information. This version is currently taken from the :ref:`version_info ` field at the time that the scoped routes configuration was loaded.",
567 "type": "string"
568 }
569 },
570 "type": "object"
571 },
572 "EndpointsConfigDump": {
573 "description": "Envoy's admin fill this message with all currently known endpoints. Endpoint configuration information can be used to recreate an Envoy configuration by populating all endpoints as static endpoints or by returning them in an EDS response.",
574 "id": "EndpointsConfigDump",
575 "properties": {
576 "dynamicEndpointConfigs": {
577 "description": "The dynamically loaded endpoint configs.",
578 "items": {
579 "$ref": "DynamicEndpointConfig"
580 },
581 "type": "array"
582 },
583 "staticEndpointConfigs": {
584 "description": "The statically loaded endpoint configs.",
585 "items": {
586 "$ref": "StaticEndpointConfig"
587 },
588 "type": "array"
589 }
590 },
591 "type": "object"
592 },
593 "EnvoyInternalAddress": {
594 "description": "The address represents an envoy internal listener. [#comment: ",
595 "id": "EnvoyInternalAddress",
596 "properties": {
597 "endpointId": {
598 "description": "Specifies an endpoint identifier to distinguish between multiple endpoints for the same internal listener in a single upstream pool. Only used in the upstream addresses for tracking changes to individual endpoints. This, for example, may be set to the final destination IP for the target internal listener.",
599 "type": "string"
600 },
601 "serverListenerName": {
602 "description": "Specifies the :ref:`name ` of the internal listener.",
603 "type": "string"
604 }
605 },
606 "type": "object"
607 },
608 "Extension": {
609 "description": "Version and identification for an Envoy extension. [#next-free-field: 7]",
610 "id": "Extension",
611 "properties": {
612 "category": {
613 "description": "Category of the extension. Extension category names use reverse DNS notation. For instance \"envoy.filters.listener\" for Envoy's built-in listener filters or \"com.acme.filters.http\" for HTTP filters from acme.com vendor. [#comment:",
614 "type": "string"
615 },
616 "disabled": {
617 "description": "Indicates that the extension is present but was disabled via dynamic configuration.",
618 "type": "boolean"
619 },
620 "name": {
621 "description": "This is the name of the Envoy filter as specified in the Envoy configuration, e.g. envoy.filters.http.router, com.acme.widget.",
622 "type": "string"
623 },
624 "typeDescriptor": {
625 "deprecated": true,
626 "description": "[#not-implemented-hide:] Type descriptor of extension configuration proto. [#comment:",
627 "type": "string"
628 },
629 "typeUrls": {
630 "description": "Type URLs of extension configuration protos.",
631 "items": {
632 "type": "string"
633 },
634 "type": "array"
635 },
636 "version": {
637 "$ref": "BuildVersion",
638 "description": "The version is a property of the extension and maintained independently of other extensions and the Envoy API. This field is not set when extension did not provide version information."
639 }
640 },
641 "type": "object"
642 },
643 "GenericXdsConfig": {
644 "description": "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]",
645 "id": "GenericXdsConfig",
646 "properties": {
647 "clientStatus": {
648 "description": "Per xDS resource status from the view of a xDS client",
649 "enum": [
650 "UNKNOWN",
651 "REQUESTED",
652 "DOES_NOT_EXIST",
653 "ACKED",
654 "NACKED"
655 ],
656 "enumDescriptions": [
657 "Resource status is not available/unknown.",
658 "Client requested this resource but hasn't received any update from management server. The client will not fail requests, but will queue them until update arrives or the client times out waiting for the resource.",
659 "This resource has been requested by the client but has either not been delivered by the server or was previously delivered by the server and then subsequently removed from resources provided by the server. For more information, please refer to the :ref:`\"Knowing When a Requested Resource Does Not Exist\" ` section.",
660 "Client received this resource and replied with ACK.",
661 "Client received this resource and replied with NACK."
662 ],
663 "type": "string"
664 },
665 "configStatus": {
666 "description": "Per xDS resource config status. It is generated by management servers. It will not be present if the CSDS server is an xDS client.",
667 "enum": [
668 "UNKNOWN",
669 "SYNCED",
670 "NOT_SENT",
671 "STALE",
672 "ERROR"
673 ],
674 "enumDescriptions": [
675 "Status info is not available/unknown.",
676 "Management server has sent the config to client and received ACK.",
677 "Config is not sent.",
678 "Management server has sent the config to client but hasn’t received ACK/NACK.",
679 "Management server has sent the config to client but received NACK. The attached config dump will be the latest config (the rejected one), since it is the persisted version in the management server."
680 ],
681 "type": "string"
682 },
683 "errorState": {
684 "$ref": "UpdateFailureState",
685 "description": "Set if the last update failed, cleared after the next successful update. The *error_state* field contains the rejected version of this particular resource along with the reason and timestamp. For successfully updated or acknowledged resource, this field should be empty. [#not-implemented-hide:]"
686 },
687 "isStaticResource": {
688 "description": "Is static resource is true if it is specified in the config supplied through the file at the startup.",
689 "type": "boolean"
690 },
691 "lastUpdated": {
692 "description": "Timestamp when the xDS resource was last updated",
693 "format": "google-datetime",
694 "type": "string"
695 },
696 "name": {
697 "description": "Name of the xDS resource",
698 "type": "string"
699 },
700 "typeUrl": {
701 "description": "Type_url represents the fully qualified name of xDS resource type like envoy.v3.Cluster, envoy.v3.ClusterLoadAssignment etc.",
702 "type": "string"
703 },
704 "versionInfo": {
705 "description": "This is the :ref:`version_info ` in the last processed xDS discovery response. If there are only static bootstrap listeners, this field will be \"\"",
706 "type": "string"
707 },
708 "xdsConfig": {
709 "additionalProperties": {
710 "description": "Properties of the object. Contains field @type with type URL.",
711 "type": "any"
712 },
713 "description": "The xDS resource config. Actual content depends on the type",
714 "type": "object"
715 }
716 },
717 "type": "object"
718 },
719 "GoogleRE2": {
720 "description": "Google's `RE2 `_ regex engine. The regex string must adhere to the documented `syntax `_. The engine is designed to complete execution in linear time as well as limit the amount of memory used. Envoy supports program size checking via runtime. The runtime keys ``re2.max_program_size.error_level`` and ``re2.max_program_size.warn_level`` can be set to integers as the maximum program size or complexity that a compiled regex can have before an exception is thrown or a warning is logged, respectively. ``re2.max_program_size.error_level`` defaults to 100, and ``re2.max_program_size.warn_level`` has no default if unset (will not check/log a warning). Envoy emits two stats for tracking the program size of regexes: the histogram ``re2.program_size``, which records the program size, and the counter ``re2.exceeded_warn_level``, which is incremented each time the program size exceeds the warn level threshold.",
721 "id": "GoogleRE2",
722 "properties": {
723 "maxProgramSize": {
724 "deprecated": true,
725 "description": "This field controls the RE2 \"program size\" which is a rough estimate of how complex a compiled regex is to evaluate. A regex that has a program size greater than the configured value will fail to compile. In this case, the configured max program size can be increased or the regex can be simplified. If not specified, the default is 100. This field is deprecated; regexp validation should be performed on the management server instead of being done by each individual client. .. note:: Although this field is deprecated, the program size will still be checked against the global ``re2.max_program_size.error_level`` runtime value.",
726 "format": "uint32",
727 "type": "integer"
728 }
729 },
730 "type": "object"
731 },
732 "InlineScopedRouteConfigs": {
733 "id": "InlineScopedRouteConfigs",
734 "properties": {
735 "lastUpdated": {
736 "description": "The timestamp when the scoped route config set was last updated.",
737 "format": "google-datetime",
738 "type": "string"
739 },
740 "name": {
741 "description": "The name assigned to the scoped route configurations.",
742 "type": "string"
743 },
744 "scopedRouteConfigs": {
745 "description": "The scoped route configurations.",
746 "items": {
747 "additionalProperties": {
748 "description": "Properties of the object. Contains field @type with type URL.",
749 "type": "any"
750 },
751 "type": "object"
752 },
753 "type": "array"
754 }
755 },
756 "type": "object"
757 },
758 "ListMatcher": {
759 "description": "Specifies the way to match a list value.",
760 "id": "ListMatcher",
761 "properties": {
762 "oneOf": {
763 "$ref": "ValueMatcher",
764 "description": "If specified, at least one of the values in the list must match the value specified."
765 }
766 },
767 "type": "object"
768 },
769 "ListenersConfigDump": {
770 "description": "Envoy's listener manager fills this message with all currently known listeners. Listener configuration information can be used to recreate an Envoy configuration by populating all listeners as static listeners or by returning them in a LDS response.",
771 "id": "ListenersConfigDump",
772 "properties": {
773 "dynamicListeners": {
774 "description": "State for any warming, active, or draining listeners.",
775 "items": {
776 "$ref": "DynamicListener"
777 },
778 "type": "array"
779 },
780 "staticListeners": {
781 "description": "The statically loaded listener configs.",
782 "items": {
783 "$ref": "StaticListener"
784 },
785 "type": "array"
786 },
787 "versionInfo": {
788 "description": "This is the :ref:`version_info ` in the last processed LDS discovery response. If there are only static bootstrap listeners, this field will be \"\".",
789 "type": "string"
790 }
791 },
792 "type": "object"
793 },
794 "Locality": {
795 "description": "Identifies location of where either Envoy runs or where upstream hosts run.",
796 "id": "Locality",
797 "properties": {
798 "region": {
799 "description": "Region this :ref:`zone ` belongs to.",
800 "type": "string"
801 },
802 "subZone": {
803 "description": "When used for locality of upstream hosts, this field further splits zone into smaller chunks of sub-zones so they can be load balanced independently.",
804 "type": "string"
805 },
806 "zone": {
807 "description": "Defines the local service zone where Envoy is running. Though optional, it should be set if discovery service routing is used and the discovery service exposes :ref:`zone data `, either in this message or via :option:`--service-zone`. The meaning of zone is context dependent, e.g. `Availability Zone (AZ) `_ on AWS, `Zone `_ on GCP, etc.",
808 "type": "string"
809 }
810 },
811 "type": "object"
812 },
813 "Node": {
814 "description": "Identifies a specific Envoy instance. The node identifier is presented to the management server, which may use this identifier to distinguish per Envoy configuration for serving. [#next-free-field: 13]",
815 "id": "Node",
816 "properties": {
817 "clientFeatures": {
818 "description": "Client feature support list. These are well known features described in the Envoy API repository for a given major version of an API. Client features use reverse DNS naming scheme, for example ``com.acme.feature``. See :ref:`the list of features ` that xDS client may support.",
819 "items": {
820 "type": "string"
821 },
822 "type": "array"
823 },
824 "cluster": {
825 "description": "Defines the local service cluster name where Envoy is running. Though optional, it should be set if any of the following features are used: :ref:`statsd `, :ref:`health check cluster verification `, :ref:`runtime override directory `, :ref:`user agent addition `, :ref:`HTTP global rate limiting `, :ref:`CDS `, and :ref:`HTTP tracing `, either in this message or via :option:`--service-cluster`.",
826 "type": "string"
827 },
828 "dynamicParameters": {
829 "additionalProperties": {
830 "$ref": "ContextParams"
831 },
832 "description": "Map from xDS resource type URL to dynamic context parameters. These may vary at runtime (unlike other fields in this message). For example, the xDS client may have a shard identifier that changes during the lifetime of the xDS client. In Envoy, this would be achieved by updating the dynamic context on the Server::Instance's LocalInfo context provider. The shard ID dynamic parameter then appears in this field during future discovery requests.",
833 "type": "object"
834 },
835 "extensions": {
836 "description": "List of extensions and their versions supported by the node.",
837 "items": {
838 "$ref": "Extension"
839 },
840 "type": "array"
841 },
842 "id": {
843 "description": "An opaque node identifier for the Envoy node. This also provides the local service node name. It should be set if any of the following features are used: :ref:`statsd `, :ref:`CDS `, and :ref:`HTTP tracing `, either in this message or via :option:`--service-node`.",
844 "type": "string"
845 },
846 "listeningAddresses": {
847 "deprecated": true,
848 "description": "Known listening ports on the node as a generic hint to the management server for filtering :ref:`listeners ` to be returned. For example, if there is a listener bound to port 80, the list can optionally contain the SocketAddress ``(0.0.0.0,80)``. The field is optional and just a hint.",
849 "items": {
850 "$ref": "Address"
851 },
852 "type": "array"
853 },
854 "locality": {
855 "$ref": "Locality",
856 "description": "Locality specifying where the Envoy instance is running."
857 },
858 "metadata": {
859 "additionalProperties": {
860 "description": "Properties of the object.",
861 "type": "any"
862 },
863 "description": "Opaque metadata extending the node identifier. Envoy will pass this directly to the management server.",
864 "type": "object"
865 },
866 "userAgentBuildVersion": {
867 "$ref": "BuildVersion",
868 "description": "Structured version of the entity requesting config."
869 },
870 "userAgentName": {
871 "description": "Free-form string that identifies the entity requesting config. E.g. \"envoy\" or \"grpc\"",
872 "type": "string"
873 },
874 "userAgentVersion": {
875 "description": "Free-form string that identifies the version of the entity requesting config. E.g. \"1.12.2\" or \"abcd1234\", or \"SpecialEnvoyBuild\"",
876 "type": "string"
877 }
878 },
879 "type": "object"
880 },
881 "NodeMatcher": {
882 "description": "Specifies the way to match a Node. The match follows AND semantics.",
883 "id": "NodeMatcher",
884 "properties": {
885 "nodeId": {
886 "$ref": "StringMatcher",
887 "description": "Specifies match criteria on the node id."
888 },
889 "nodeMetadatas": {
890 "description": "Specifies match criteria on the node metadata.",
891 "items": {
892 "$ref": "StructMatcher"
893 },
894 "type": "array"
895 }
896 },
897 "type": "object"
898 },
899 "NullMatch": {
900 "description": "NullMatch is an empty message to specify a null value.",
901 "id": "NullMatch",
902 "properties": {},
903 "type": "object"
904 },
905 "OrMatcher": {
906 "description": "Specifies a list of alternatives for the match.",
907 "id": "OrMatcher",
908 "properties": {
909 "valueMatchers": {
910 "items": {
911 "$ref": "ValueMatcher"
912 },
913 "type": "array"
914 }
915 },
916 "type": "object"
917 },
918 "PathSegment": {
919 "description": "Specifies the segment in a path to retrieve value from Struct.",
920 "id": "PathSegment",
921 "properties": {
922 "key": {
923 "description": "If specified, use the key to retrieve the value in a Struct.",
924 "type": "string"
925 }
926 },
927 "type": "object"
928 },
929 "PerXdsConfig": {
930 "description": "Detailed config (per xDS) with status. [#next-free-field: 8]",
931 "id": "PerXdsConfig",
932 "properties": {
933 "clientStatus": {
934 "deprecated": true,
935 "description": "Client config status is populated by xDS clients. Will not be present if the CSDS server is an xDS server. No matter what the client config status is, xDS clients should always dump the most recent accepted xDS config. .. attention:: This field is deprecated. Use :ref:`ClientResourceStatus ` for per-resource config status instead.",
936 "enum": [
937 "CLIENT_UNKNOWN",
938 "CLIENT_REQUESTED",
939 "CLIENT_ACKED",
940 "CLIENT_NACKED"
941 ],
942 "enumDescriptions": [
943 "Config status is not available/unknown.",
944 "Client requested the config but hasn't received any config from management server yet.",
945 "Client received the config and replied with ACK.",
946 "Client received the config and replied with NACK. Notably, the attached config dump is not the NACKed version, but the most recent accepted one. If no config is accepted yet, the attached config dump will be empty."
947 ],
948 "type": "string"
949 },
950 "clusterConfig": {
951 "$ref": "ClustersConfigDump"
952 },
953 "endpointConfig": {
954 "$ref": "EndpointsConfigDump"
955 },
956 "listenerConfig": {
957 "$ref": "ListenersConfigDump"
958 },
959 "routeConfig": {
960 "$ref": "RoutesConfigDump"
961 },
962 "scopedRouteConfig": {
963 "$ref": "ScopedRoutesConfigDump"
964 },
965 "status": {
966 "description": "Config status generated by management servers. Will not be present if the CSDS server is an xDS client.",
967 "enum": [
968 "UNKNOWN",
969 "SYNCED",
970 "NOT_SENT",
971 "STALE",
972 "ERROR"
973 ],
974 "enumDescriptions": [
975 "Status info is not available/unknown.",
976 "Management server has sent the config to client and received ACK.",
977 "Config is not sent.",
978 "Management server has sent the config to client but hasn’t received ACK/NACK.",
979 "Management server has sent the config to client but received NACK. The attached config dump will be the latest config (the rejected one), since it is the persisted version in the management server."
980 ],
981 "type": "string"
982 }
983 },
984 "type": "object"
985 },
986 "Pipe": {
987 "id": "Pipe",
988 "properties": {
989 "mode": {
990 "description": "The mode for the Pipe. Not applicable for abstract sockets.",
991 "format": "uint32",
992 "type": "integer"
993 },
994 "path": {
995 "description": "Unix Domain Socket path. On Linux, paths starting with '@' will use the abstract namespace. The starting '@' is replaced by a null byte by Envoy. Paths starting with '@' will result in an error in environments other than Linux.",
996 "type": "string"
997 }
998 },
999 "type": "object"
1000 },
1001 "RegexMatcher": {
1002 "description": "A regex matcher designed for safety when used with untrusted input.",
1003 "id": "RegexMatcher",
1004 "properties": {
1005 "googleRe2": {
1006 "$ref": "GoogleRE2",
1007 "deprecated": true,
1008 "description": "Google's RE2 regex engine."
1009 },
1010 "regex": {
1011 "description": "The regex match string. The string must be supported by the configured engine. The regex is matched against the full string, not as a partial match.",
1012 "type": "string"
1013 }
1014 },
1015 "type": "object"
1016 },
1017 "RoutesConfigDump": {
1018 "description": "Envoy's RDS implementation fills this message with all currently loaded routes, as described by their RouteConfiguration objects. Static routes that are either defined in the bootstrap configuration or defined inline while configuring listeners are separated from those configured dynamically via RDS. Route configuration information can be used to recreate an Envoy configuration by populating all routes as static routes or by returning them in RDS responses.",
1019 "id": "RoutesConfigDump",
1020 "properties": {
1021 "dynamicRouteConfigs": {
1022 "description": "The dynamically loaded route configs.",
1023 "items": {
1024 "$ref": "DynamicRouteConfig"
1025 },
1026 "type": "array"
1027 },
1028 "staticRouteConfigs": {
1029 "description": "The statically loaded route configs.",
1030 "items": {
1031 "$ref": "StaticRouteConfig"
1032 },
1033 "type": "array"
1034 }
1035 },
1036 "type": "object"
1037 },
1038 "ScopedRoutesConfigDump": {
1039 "description": "Envoy's scoped RDS implementation fills this message with all currently loaded route configuration scopes (defined via ScopedRouteConfigurationsSet protos). This message lists both the scopes defined inline with the higher order object (i.e., the HttpConnectionManager) and the dynamically obtained scopes via the SRDS API.",
1040 "id": "ScopedRoutesConfigDump",
1041 "properties": {
1042 "dynamicScopedRouteConfigs": {
1043 "description": "The dynamically loaded scoped route configs.",
1044 "items": {
1045 "$ref": "DynamicScopedRouteConfigs"
1046 },
1047 "type": "array"
1048 },
1049 "inlineScopedRouteConfigs": {
1050 "description": "The statically loaded scoped route configs.",
1051 "items": {
1052 "$ref": "InlineScopedRouteConfigs"
1053 },
1054 "type": "array"
1055 }
1056 },
1057 "type": "object"
1058 },
1059 "SemanticVersion": {
1060 "description": "Envoy uses SemVer (https://semver.org/). Major/minor versions indicate expected behaviors and APIs, the patch version field is used only for security fixes and can be generally ignored.",
1061 "id": "SemanticVersion",
1062 "properties": {
1063 "majorNumber": {
1064 "format": "uint32",
1065 "type": "integer"
1066 },
1067 "minorNumber": {
1068 "format": "uint32",
1069 "type": "integer"
1070 },
1071 "patch": {
1072 "format": "uint32",
1073 "type": "integer"
1074 }
1075 },
1076 "type": "object"
1077 },
1078 "SocketAddress": {
1079 "description": "[#next-free-field: 7]",
1080 "id": "SocketAddress",
1081 "properties": {
1082 "address": {
1083 "description": "The address for this socket. :ref:`Listeners ` will bind to the address. An empty address is not allowed. Specify ``0.0.0.0`` or ``::`` to bind to any address. [#comment:TODO(zuercher) reinstate when implemented: It is possible to distinguish a Listener address via the prefix/suffix matching in :ref:`FilterChainMatch `.] When used within an upstream :ref:`BindConfig `, the address controls the source address of outbound connections. For :ref:`clusters `, the cluster type determines whether the address must be an IP (``STATIC`` or ``EDS`` clusters) or a hostname resolved by DNS (``STRICT_DNS`` or ``LOGICAL_DNS`` clusters). Address resolution can be customized via :ref:`resolver_name `.",
1084 "type": "string"
1085 },
1086 "ipv4Compat": {
1087 "description": "When binding to an IPv6 address above, this enables `IPv4 compatibility `_. Binding to ``::`` will allow both IPv4 and IPv6 connections, with peer IPv4 addresses mapped into IPv6 space as ``::FFFF:``.",
1088 "type": "boolean"
1089 },
1090 "namedPort": {
1091 "description": "This is only valid if :ref:`resolver_name ` is specified below and the named resolver is capable of named port resolution.",
1092 "type": "string"
1093 },
1094 "portValue": {
1095 "format": "uint32",
1096 "type": "integer"
1097 },
1098 "protocol": {
1099 "enum": [
1100 "TCP",
1101 "UDP"
1102 ],
1103 "enumDescriptions": [
1104 "",
1105 ""
1106 ],
1107 "type": "string"
1108 },
1109 "resolverName": {
1110 "description": "The name of the custom resolver. This must have been registered with Envoy. If this is empty, a context dependent default applies. If the address is a concrete IP address, no resolution will occur. If address is a hostname this should be set for resolution other than DNS. Specifying a custom resolver with ``STRICT_DNS`` or ``LOGICAL_DNS`` will generate an error at runtime.",
1111 "type": "string"
1112 }
1113 },
1114 "type": "object"
1115 },
1116 "StaticCluster": {
1117 "description": "Describes a statically loaded cluster.",
1118 "id": "StaticCluster",
1119 "properties": {
1120 "cluster": {
1121 "additionalProperties": {
1122 "description": "Properties of the object. Contains field @type with type URL.",
1123 "type": "any"
1124 },
1125 "description": "The cluster config.",
1126 "type": "object"
1127 },
1128 "lastUpdated": {
1129 "description": "The timestamp when the Cluster was last updated.",
1130 "format": "google-datetime",
1131 "type": "string"
1132 }
1133 },
1134 "type": "object"
1135 },
1136 "StaticEndpointConfig": {
1137 "id": "StaticEndpointConfig",
1138 "properties": {
1139 "endpointConfig": {
1140 "additionalProperties": {
1141 "description": "Properties of the object. Contains field @type with type URL.",
1142 "type": "any"
1143 },
1144 "description": "The endpoint config.",
1145 "type": "object"
1146 },
1147 "lastUpdated": {
1148 "description": "[#not-implemented-hide:] The timestamp when the Endpoint was last updated.",
1149 "format": "google-datetime",
1150 "type": "string"
1151 }
1152 },
1153 "type": "object"
1154 },
1155 "StaticListener": {
1156 "description": "Describes a statically loaded listener.",
1157 "id": "StaticListener",
1158 "properties": {
1159 "lastUpdated": {
1160 "description": "The timestamp when the Listener was last successfully updated.",
1161 "format": "google-datetime",
1162 "type": "string"
1163 },
1164 "listener": {
1165 "additionalProperties": {
1166 "description": "Properties of the object. Contains field @type with type URL.",
1167 "type": "any"
1168 },
1169 "description": "The listener config.",
1170 "type": "object"
1171 }
1172 },
1173 "type": "object"
1174 },
1175 "StaticRouteConfig": {
1176 "id": "StaticRouteConfig",
1177 "properties": {
1178 "lastUpdated": {
1179 "description": "The timestamp when the Route was last updated.",
1180 "format": "google-datetime",
1181 "type": "string"
1182 },
1183 "routeConfig": {
1184 "additionalProperties": {
1185 "description": "Properties of the object. Contains field @type with type URL.",
1186 "type": "any"
1187 },
1188 "description": "The route config.",
1189 "type": "object"
1190 }
1191 },
1192 "type": "object"
1193 },
1194 "StringMatcher": {
1195 "description": "Specifies the way to match a string. [#next-free-field: 9]",
1196 "id": "StringMatcher",
1197 "properties": {
1198 "contains": {
1199 "description": "The input string must have the substring specified here. Note: empty contains match is not allowed, please use regex instead. Examples: * ``abc`` matches the value ``xyz.abc.def``",
1200 "type": "string"
1201 },
1202 "custom": {
1203 "$ref": "TypedExtensionConfig",
1204 "description": "Use an extension as the matcher type. [#extension-category: envoy.string_matcher]"
1205 },
1206 "exact": {
1207 "description": "The input string must match exactly the string specified here. Examples: * ``abc`` only matches the value ``abc``.",
1208 "type": "string"
1209 },
1210 "ignoreCase": {
1211 "description": "If true, indicates the exact/prefix/suffix/contains matching should be case insensitive. This has no effect for the safe_regex match. For example, the matcher ``data`` will match both input string ``Data`` and ``data`` if set to true.",
1212 "type": "boolean"
1213 },
1214 "prefix": {
1215 "description": "The input string must have the prefix specified here. Note: empty prefix is not allowed, please use regex instead. Examples: * ``abc`` matches the value ``abc.xyz``",
1216 "type": "string"
1217 },
1218 "safeRegex": {
1219 "$ref": "RegexMatcher",
1220 "description": "The input string must match the regular expression specified here."
1221 },
1222 "suffix": {
1223 "description": "The input string must have the suffix specified here. Note: empty prefix is not allowed, please use regex instead. Examples: * ``abc`` matches the value ``xyz.abc``",
1224 "type": "string"
1225 }
1226 },
1227 "type": "object"
1228 },
1229 "StructMatcher": {
1230 "description": "StructMatcher provides a general interface to check if a given value is matched in google.protobuf.Struct. It uses ``path`` to retrieve the value from the struct and then check if it's matched to the specified value. For example, for the following Struct: .. code-block:: yaml fields: a: struct_value: fields: b: struct_value: fields: c: string_value: pro t: list_value: values: - string_value: m - string_value: n The following MetadataMatcher is matched as the path [a, b, c] will retrieve a string value \"pro\" from the Metadata which is matched to the specified prefix match. .. code-block:: yaml path: - key: a - key: b - key: c value: string_match: prefix: pr The following StructMatcher is matched as the code will match one of the string values in the list at the path [a, t]. .. code-block:: yaml path: - key: a - key: t value: list_match: one_of: string_match: exact: m An example use of StructMatcher is to match metadata in envoy.v*.core.Node.",
1231 "id": "StructMatcher",
1232 "properties": {
1233 "path": {
1234 "description": "The path to retrieve the Value from the Struct.",
1235 "items": {
1236 "$ref": "PathSegment"
1237 },
1238 "type": "array"
1239 },
1240 "value": {
1241 "$ref": "ValueMatcher",
1242 "description": "The StructMatcher is matched if the value retrieved by path is matched to this value."
1243 }
1244 },
1245 "type": "object"
1246 },
1247 "TypedExtensionConfig": {
1248 "description": "Message type for extension configuration.",
1249 "id": "TypedExtensionConfig",
1250 "properties": {
1251 "name": {
1252 "description": "The name of an extension. This is not used to select the extension, instead it serves the role of an opaque identifier.",
1253 "type": "string"
1254 },
1255 "typedConfig": {
1256 "additionalProperties": {
1257 "description": "Properties of the object. Contains field @type with type URL.",
1258 "type": "any"
1259 },
1260 "description": "The typed config for the extension. The type URL will be used to identify the extension. In the case that the type URL is *xds.type.v3.TypedStruct* (or, for historical reasons, *udpa.type.v1.TypedStruct*), the inner type URL of *TypedStruct* will be utilized. See the :ref:`extension configuration overview ` for further details.",
1261 "type": "object"
1262 }
1263 },
1264 "type": "object"
1265 },
1266 "UpdateFailureState": {
1267 "id": "UpdateFailureState",
1268 "properties": {
1269 "details": {
1270 "description": "Details about the last failed update attempt.",
1271 "type": "string"
1272 },
1273 "failedConfiguration": {
1274 "additionalProperties": {
1275 "description": "Properties of the object. Contains field @type with type URL.",
1276 "type": "any"
1277 },
1278 "description": "What the component configuration would have been if the update had succeeded. This field may not be populated by xDS clients due to storage overhead.",
1279 "type": "object"
1280 },
1281 "lastUpdateAttempt": {
1282 "description": "Time of the latest failed update attempt.",
1283 "format": "google-datetime",
1284 "type": "string"
1285 },
1286 "versionInfo": {
1287 "description": "This is the version of the rejected resource. [#not-implemented-hide:]",
1288 "type": "string"
1289 }
1290 },
1291 "type": "object"
1292 },
1293 "ValueMatcher": {
1294 "description": "Specifies the way to match a ProtobufWkt::Value. Primitive values and ListValue are supported. StructValue is not supported and is always not matched. [#next-free-field: 8]",
1295 "id": "ValueMatcher",
1296 "properties": {
1297 "boolMatch": {
1298 "description": "If specified, a match occurs if and only if the target value is a bool value and is equal to this field.",
1299 "type": "boolean"
1300 },
1301 "doubleMatch": {
1302 "$ref": "DoubleMatcher",
1303 "description": "If specified, a match occurs if and only if the target value is a double value and is matched to this field."
1304 },
1305 "listMatch": {
1306 "$ref": "ListMatcher",
1307 "description": "If specified, a match occurs if and only if the target value is a list value and is matched to this field."
1308 },
1309 "nullMatch": {
1310 "$ref": "NullMatch",
1311 "description": "If specified, a match occurs if and only if the target value is a NullValue."
1312 },
1313 "orMatch": {
1314 "$ref": "OrMatcher",
1315 "description": "If specified, a match occurs if and only if any of the alternatives in the match accept the value."
1316 },
1317 "presentMatch": {
1318 "description": "If specified, value match will be performed based on whether the path is referring to a valid primitive value in the metadata. If the path is referring to a non-primitive value, the result is always not matched.",
1319 "type": "boolean"
1320 },
1321 "stringMatch": {
1322 "$ref": "StringMatcher",
1323 "description": "If specified, a match occurs if and only if the target value is a string value and is matched to this field."
1324 }
1325 },
1326 "type": "object"
1327 }
1328 },
1329 "servicePath": "",
1330 "title": "Traffic Director API",
1331 "version": "v3",
1332 "version_module": true
1333}
View as plain text