v2.d.ts 32.5 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725
/// <reference types="node" />
import { OAuth2Client, JWT, Compute, UserRefreshClient, BaseExternalAccountClient, GaxiosPromise, GoogleConfigurable, MethodOptions, StreamMethodOptions, GlobalOptions, GoogleAuth, BodyResponseCallback, APIRequestContext } from 'googleapis-common';
import { Readable } from 'stream';
export declare namespace trafficdirector_v2 {
    export interface Options extends GlobalOptions {
        version: 'v2';
    }
    interface StandardParameters {
        /**
         * Auth client or API Key for the request
         */
        auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient | BaseExternalAccountClient | GoogleAuth;
        /**
         * V1 error format.
         */
        '$.xgafv'?: string;
        /**
         * OAuth access token.
         */
        access_token?: string;
        /**
         * Data format for response.
         */
        alt?: string;
        /**
         * JSONP
         */
        callback?: string;
        /**
         * Selector specifying which fields to include in a partial response.
         */
        fields?: string;
        /**
         * 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.
         */
        key?: string;
        /**
         * OAuth 2.0 token for the current user.
         */
        oauth_token?: string;
        /**
         * Returns response with indentations and line breaks.
         */
        prettyPrint?: boolean;
        /**
         * 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.
         */
        quotaUser?: string;
        /**
         * Legacy upload protocol for media (e.g. "media", "multipart").
         */
        uploadType?: string;
        /**
         * Upload protocol for media (e.g. "raw", "multipart").
         */
        upload_protocol?: string;
    }
    /**
     * Traffic Director API
     *
     *
     *
     * @example
     * ```js
     * const {google} = require('googleapis');
     * const trafficdirector = google.trafficdirector('v2');
     * ```
     */
    export class Trafficdirector {
        context: APIRequestContext;
        discovery: Resource$Discovery;
        constructor(options: GlobalOptions, google?: GoogleConfigurable);
    }
    /**
     * 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.
     */
    export interface Schema$Address {
        pipe?: Schema$Pipe;
        socketAddress?: Schema$SocketAddress;
    }
    /**
     * BuildVersion combines SemVer version of extension with free-form build information (i.e. 'alpha', 'private-build') as a set of strings.
     */
    export interface Schema$BuildVersion {
        /**
         * Free-form build information. Envoy defines several well known keys in the source/common/version/version.h file
         */
        metadata?: {
            [key: string]: any;
        } | null;
        /**
         * SemVer version of extension.
         */
        version?: Schema$SemanticVersion;
    }
    /**
     * All xds configs for a particular client.
     */
    export interface Schema$ClientConfig {
        /**
         * Node for a particular client.
         */
        node?: Schema$Node;
        xdsConfig?: Schema$PerXdsConfig[];
    }
    /**
     * Request for client status of clients identified by a list of NodeMatchers.
     */
    export interface Schema$ClientStatusRequest {
        /**
         * Management server can use these match criteria to identify clients. The match follows OR semantics.
         */
        nodeMatchers?: Schema$NodeMatcher[];
    }
    export interface Schema$ClientStatusResponse {
        /**
         * Client configs for the clients specified in the ClientStatusRequest.
         */
        config?: Schema$ClientConfig[];
    }
    /**
     * 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.
     */
    export interface Schema$ClustersConfigDump {
        /**
         * The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
         */
        dynamicActiveClusters?: Schema$DynamicCluster[];
        /**
         * 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.
         */
        dynamicWarmingClusters?: Schema$DynamicCluster[];
        /**
         * The statically loaded cluster configs.
         */
        staticClusters?: Schema$StaticCluster[];
        /**
         * This is the :ref:`version_info ` in the last processed CDS discovery response. If there are only static bootstrap clusters, this field will be "".
         */
        versionInfo?: string | null;
    }
    /**
     * Specifies the way to match a double value.
     */
    export interface Schema$DoubleMatcher {
        /**
         * If specified, the input double value must be equal to the value specified here.
         */
        exact?: number | null;
        /**
         * If specified, the input double value must be in the range specified here. Note: The range is using half-open interval semantics [start, end).
         */
        range?: Schema$DoubleRange;
    }
    /**
     * Specifies the double start and end of the range using half-open interval semantics [start, end).
     */
    export interface Schema$DoubleRange {
        /**
         * end of the range (exclusive)
         */
        end?: number | null;
        /**
         * start of the range (inclusive)
         */
        start?: number | null;
    }
    /**
     * Describes a dynamically loaded cluster via the CDS API.
     */
    export interface Schema$DynamicCluster {
        /**
         * The cluster config.
         */
        cluster?: {
            [key: string]: any;
        } | null;
        /**
         * The timestamp when the Cluster was last updated.
         */
        lastUpdated?: string | null;
        /**
         * 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.
         */
        versionInfo?: string | null;
    }
    /**
     * Describes a dynamically loaded listener via the LDS API. [#next-free-field: 6]
     */
    export interface Schema$DynamicListener {
        /**
         * The listener state for any active listener by this name. These are listeners that are available to service data plane traffic.
         */
        activeState?: Schema$DynamicListenerState;
        /**
         * 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.
         */
        drainingState?: Schema$DynamicListenerState;
        /**
         * Set if the last update failed, cleared after the next successful update.
         */
        errorState?: Schema$UpdateFailureState;
        /**
         * The name or unique id of this listener, pulled from the DynamicListenerState config.
         */
        name?: string | null;
        /**
         * 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.
         */
        warmingState?: Schema$DynamicListenerState;
    }
    export interface Schema$DynamicListenerState {
        /**
         * The timestamp when the Listener was last successfully updated.
         */
        lastUpdated?: string | null;
        /**
         * The listener config.
         */
        listener?: {
            [key: string]: any;
        } | null;
        /**
         * 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.
         */
        versionInfo?: string | null;
    }
    export interface Schema$DynamicRouteConfig {
        /**
         * The timestamp when the Route was last updated.
         */
        lastUpdated?: string | null;
        /**
         * The route config.
         */
        routeConfig?: {
            [key: string]: any;
        } | null;
        /**
         * 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.
         */
        versionInfo?: string | null;
    }
    export interface Schema$DynamicScopedRouteConfigs {
        /**
         * The timestamp when the scoped route config set was last updated.
         */
        lastUpdated?: string | null;
        /**
         * The name assigned to the scoped route configurations.
         */
        name?: string | null;
        /**
         * The scoped route configurations.
         */
        scopedRouteConfigs?: Array<{
            [key: string]: any;
        }> | null;
        /**
         * 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.
         */
        versionInfo?: string | null;
    }
    /**
     * Version and identification for an Envoy extension. [#next-free-field: 6]
     */
    export interface Schema$Extension {
        /**
         * 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:
         */
        category?: string | null;
        /**
         * Indicates that the extension is present but was disabled via dynamic configuration.
         */
        disabled?: boolean | null;
        /**
         * This is the name of the Envoy filter as specified in the Envoy configuration, e.g. envoy.filters.http.router, com.acme.widget.
         */
        name?: string | null;
        /**
         * [#not-implemented-hide:] Type descriptor of extension configuration proto. [#comment:
         */
        typeDescriptor?: string | null;
        /**
         * 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.
         */
        version?: Schema$BuildVersion;
    }
    /**
     * 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.
     */
    export interface Schema$GoogleRE2 {
        /**
         * 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.
         */
        maxProgramSize?: number | null;
    }
    export interface Schema$InlineScopedRouteConfigs {
        /**
         * The timestamp when the scoped route config set was last updated.
         */
        lastUpdated?: string | null;
        /**
         * The name assigned to the scoped route configurations.
         */
        name?: string | null;
        /**
         * The scoped route configurations.
         */
        scopedRouteConfigs?: Array<{
            [key: string]: any;
        }> | null;
    }
    /**
     * 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.
     */
    export interface Schema$ListenersConfigDump {
        /**
         * State for any warming, active, or draining listeners.
         */
        dynamicListeners?: Schema$DynamicListener[];
        /**
         * The statically loaded listener configs.
         */
        staticListeners?: Schema$StaticListener[];
        /**
         * This is the :ref:`version_info ` in the last processed LDS discovery response. If there are only static bootstrap listeners, this field will be "".
         */
        versionInfo?: string | null;
    }
    /**
     * Specifies the way to match a list value.
     */
    export interface Schema$ListMatcher {
        /**
         * If specified, at least one of the values in the list must match the value specified.
         */
        oneOf?: Schema$ValueMatcher;
    }
    /**
     * Identifies location of where either Envoy runs or where upstream hosts run.
     */
    export interface Schema$Locality {
        /**
         * Region this :ref:`zone ` belongs to.
         */
        region?: string | null;
        /**
         * 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.
         */
        subZone?: string | null;
        /**
         * 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.
         */
        zone?: string | null;
    }
    /**
     * 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: 12]
     */
    export interface Schema$Node {
        /**
         * This is motivated by informing a management server during canary which version of Envoy is being tested in a heterogeneous fleet. This will be set by Envoy in management server RPCs. This field is deprecated in favor of the user_agent_name and user_agent_version values.
         */
        buildVersion?: string | null;
        /**
         * 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.
         */
        clientFeatures?: string[] | null;
        /**
         * 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`.
         */
        cluster?: string | null;
        /**
         * List of extensions and their versions supported by the node.
         */
        extensions?: Schema$Extension[];
        /**
         * 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`.
         */
        id?: string | null;
        /**
         * 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.
         */
        listeningAddresses?: Schema$Address[];
        /**
         * Locality specifying where the Envoy instance is running.
         */
        locality?: Schema$Locality;
        /**
         * Opaque metadata extending the node identifier. Envoy will pass this directly to the management server.
         */
        metadata?: {
            [key: string]: any;
        } | null;
        /**
         * Structured version of the entity requesting config.
         */
        userAgentBuildVersion?: Schema$BuildVersion;
        /**
         * Free-form string that identifies the entity requesting config. E.g. "envoy" or "grpc"
         */
        userAgentName?: string | null;
        /**
         * Free-form string that identifies the version of the entity requesting config. E.g. "1.12.2" or "abcd1234", or "SpecialEnvoyBuild"
         */
        userAgentVersion?: string | null;
    }
    /**
     * Specifies the way to match a Node. The match follows AND semantics.
     */
    export interface Schema$NodeMatcher {
        /**
         * Specifies match criteria on the node id.
         */
        nodeId?: Schema$StringMatcher;
        /**
         * Specifies match criteria on the node metadata.
         */
        nodeMetadatas?: Schema$StructMatcher[];
    }
    /**
     * NullMatch is an empty message to specify a null value.
     */
    export interface Schema$NullMatch {
    }
    /**
     * Specifies the segment in a path to retrieve value from Struct.
     */
    export interface Schema$PathSegment {
        /**
         * If specified, use the key to retrieve the value in a Struct.
         */
        key?: string | null;
    }
    /**
     * Detailed config (per xDS) with status. [#next-free-field: 6]
     */
    export interface Schema$PerXdsConfig {
        clusterConfig?: Schema$ClustersConfigDump;
        listenerConfig?: Schema$ListenersConfigDump;
        routeConfig?: Schema$RoutesConfigDump;
        scopedRouteConfig?: Schema$ScopedRoutesConfigDump;
        status?: string | null;
    }
    export interface Schema$Pipe {
        /**
         * The mode for the Pipe. Not applicable for abstract sockets.
         */
        mode?: number | null;
        /**
         * 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.
         */
        path?: string | null;
    }
    /**
     * A regex matcher designed for safety when used with untrusted input.
     */
    export interface Schema$RegexMatcher {
        /**
         * Google's RE2 regex engine.
         */
        googleRe2?: Schema$GoogleRE2;
        /**
         * The regex match string. The string must be supported by the configured engine.
         */
        regex?: string | null;
    }
    /**
     * 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.
     */
    export interface Schema$RoutesConfigDump {
        /**
         * The dynamically loaded route configs.
         */
        dynamicRouteConfigs?: Schema$DynamicRouteConfig[];
        /**
         * The statically loaded route configs.
         */
        staticRouteConfigs?: Schema$StaticRouteConfig[];
    }
    /**
     * 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.
     */
    export interface Schema$ScopedRoutesConfigDump {
        /**
         * The dynamically loaded scoped route configs.
         */
        dynamicScopedRouteConfigs?: Schema$DynamicScopedRouteConfigs[];
        /**
         * The statically loaded scoped route configs.
         */
        inlineScopedRouteConfigs?: Schema$InlineScopedRouteConfigs[];
    }
    /**
     * 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.
     */
    export interface Schema$SemanticVersion {
        majorNumber?: number | null;
        minorNumber?: number | null;
        patch?: number | null;
    }
    /**
     * [#next-free-field: 7]
     */
    export interface Schema$SocketAddress {
        /**
         * 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 `.
         */
        address?: string | null;
        /**
         * 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:``.
         */
        ipv4Compat?: boolean | null;
        /**
         * This is only valid if :ref:`resolver_name ` is specified below and the named resolver is capable of named port resolution.
         */
        namedPort?: string | null;
        portValue?: number | null;
        protocol?: string | null;
        /**
         * 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.
         */
        resolverName?: string | null;
    }
    /**
     * Describes a statically loaded cluster.
     */
    export interface Schema$StaticCluster {
        /**
         * The cluster config.
         */
        cluster?: {
            [key: string]: any;
        } | null;
        /**
         * The timestamp when the Cluster was last updated.
         */
        lastUpdated?: string | null;
    }
    /**
     * Describes a statically loaded listener.
     */
    export interface Schema$StaticListener {
        /**
         * The timestamp when the Listener was last successfully updated.
         */
        lastUpdated?: string | null;
        /**
         * The listener config.
         */
        listener?: {
            [key: string]: any;
        } | null;
    }
    export interface Schema$StaticRouteConfig {
        /**
         * The timestamp when the Route was last updated.
         */
        lastUpdated?: string | null;
        /**
         * The route config.
         */
        routeConfig?: {
            [key: string]: any;
        } | null;
    }
    /**
     * Specifies the way to match a string. [#next-free-field: 7]
     */
    export interface Schema$StringMatcher {
        /**
         * The input string must match exactly the string specified here. Examples: * *abc* only matches the value *abc*.
         */
        exact?: string | null;
        /**
         * If true, indicates the exact/prefix/suffix 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.
         */
        ignoreCase?: boolean | null;
        /**
         * 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*
         */
        prefix?: string | null;
        /**
         * The input string must match the regular expression specified here. The regex grammar is defined `here `_. Examples: * The regex ``\d{3\}`` matches the value *123* * The regex ``\d{3\}`` does not match the value *1234* * The regex ``\d{3\}`` does not match the value *123.456* .. attention:: This field has been deprecated in favor of `safe_regex` as it is not safe for use with untrusted input in all cases.
         */
        regex?: string | null;
        /**
         * The input string must match the regular expression specified here.
         */
        safeRegex?: Schema$RegexMatcher;
        /**
         * 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*
         */
        suffix?: string | null;
    }
    /**
     * 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.
     */
    export interface Schema$StructMatcher {
        /**
         * The path to retrieve the Value from the Struct.
         */
        path?: Schema$PathSegment[];
        /**
         * The StructMatcher is matched if the value retrieved by path is matched to this value.
         */
        value?: Schema$ValueMatcher;
    }
    export interface Schema$UpdateFailureState {
        /**
         * Details about the last failed update attempt.
         */
        details?: string | null;
        /**
         * What the component configuration would have been if the update had succeeded.
         */
        failedConfiguration?: {
            [key: string]: any;
        } | null;
        /**
         * Time of the latest failed update attempt.
         */
        lastUpdateAttempt?: string | null;
    }
    /**
     * 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: 7]
     */
    export interface Schema$ValueMatcher {
        /**
         * If specified, a match occurs if and only if the target value is a bool value and is equal to this field.
         */
        boolMatch?: boolean | null;
        /**
         * If specified, a match occurs if and only if the target value is a double value and is matched to this field.
         */
        doubleMatch?: Schema$DoubleMatcher;
        /**
         * If specified, a match occurs if and only if the target value is a list value and is matched to this field.
         */
        listMatch?: Schema$ListMatcher;
        /**
         * If specified, a match occurs if and only if the target value is a NullValue.
         */
        nullMatch?: Schema$NullMatch;
        /**
         * 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.
         */
        presentMatch?: boolean | null;
        /**
         * If specified, a match occurs if and only if the target value is a string value and is matched to this field.
         */
        stringMatch?: Schema$StringMatcher;
    }
    export class Resource$Discovery {
        context: APIRequestContext;
        constructor(context: APIRequestContext);
        /**
         * @example
         * ```js
         * // Before running the sample:
         * // - Enable the API at:
         * //   https://console.developers.google.com/apis/api/trafficdirector.googleapis.com
         * // - Login into gcloud by running:
         * //   `$ gcloud auth application-default login`
         * // - Install the npm module by running:
         * //   `$ npm install googleapis`
         *
         * const {google} = require('googleapis');
         * const trafficdirector = google.trafficdirector('v2');
         *
         * async function main() {
         *   const auth = new google.auth.GoogleAuth({
         *     // Scopes can be specified either as an array or as a single, space-delimited string.
         *     scopes: ['https://www.googleapis.com/auth/cloud-platform'],
         *   });
         *
         *   // Acquire an auth client, and bind it to all future calls
         *   const authClient = await auth.getClient();
         *   google.options({auth: authClient});
         *
         *   // Do the magic
         *   const res = await trafficdirector.discovery.client_status({
         *     // Request body metadata
         *     requestBody: {
         *       // request body parameters
         *       // {
         *       //   "nodeMatchers": []
         *       // }
         *     },
         *   });
         *   console.log(res.data);
         *
         *   // Example response
         *   // {
         *   //   "config": []
         *   // }
         * }
         *
         * main().catch(e => {
         *   console.error(e);
         *   throw e;
         * });
         *
         * ```
         *
         * @param params - Parameters for request
         * @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
         * @param callback - Optional callback that handles the response.
         * @returns A promise if used with async/await, or void if used with a callback.
         */
        client_status(params: Params$Resource$Discovery$Client_status, options: StreamMethodOptions): GaxiosPromise<Readable>;
        client_status(params?: Params$Resource$Discovery$Client_status, options?: MethodOptions): GaxiosPromise<Schema$ClientStatusResponse>;
        client_status(params: Params$Resource$Discovery$Client_status, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
        client_status(params: Params$Resource$Discovery$Client_status, options: MethodOptions | BodyResponseCallback<Schema$ClientStatusResponse>, callback: BodyResponseCallback<Schema$ClientStatusResponse>): void;
        client_status(params: Params$Resource$Discovery$Client_status, callback: BodyResponseCallback<Schema$ClientStatusResponse>): void;
        client_status(callback: BodyResponseCallback<Schema$ClientStatusResponse>): void;
    }
    export interface Params$Resource$Discovery$Client_status extends StandardParameters {
        /**
         * Request body metadata
         */
        requestBody?: Schema$ClientStatusRequest;
    }
    export {};
}