# rustc version rustc 1.98.0-nightly (c1b22f44c 2026-06-17)
# docs.rs version docsrs 0.0.0 (886bc7a22b1adc4b387ce1343447fe3af98d9ce5 2026-06-14 )
# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "562c0eaa6726a2f738cf89fa60ed3ce5d1d9078c3d5f31e007b5cee709235997" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260617-1.98.0-nightly-c1b22f44c\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting google-networksecurity1 v7.0.0+20251203 (/opt/rustwide/workdir) [INFO] [stderr] warning: unknown disambiguator `"user:jose` [INFO] [stderr] --> src/api.rs:1117:644 [INFO] [stderr] | [INFO] [stderr] 1117 | ...nfigs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" }, { "log_ty... [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see https://doc.rust-lang.org/nightly/rustdoc/write-documentation/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unknown disambiguator `"user:aliya` [INFO] [stderr] --> src/api.rs:1117:884 [INFO] [stderr] | [INFO] [stderr] 1117 | ...EAD" }, { "log_type": "DATA_WRITE", "exempted_members": [ "user:aliya@example.com" ] } ] } ] } For sampleservice, this policy e... [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see https://doc.rust-lang.org/nightly/rustdoc/write-documentation/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators [INFO] [stderr] [INFO] [stderr] warning: unknown disambiguator `"user:jose` [INFO] [stderr] --> src/api.rs:1134:150 [INFO] [stderr] | [INFO] [stderr] 1134 | ...nfigs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This e... [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see https://doc.rust-lang.org/nightly/rustdoc/write-documentation/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:233:71 [INFO] [stderr] | [INFO] [stderr] 233 | //! All errors produced by the system are provided either as [Result](common::Result) enumeration as return value of [INFO] [stderr] | ------ ^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 233 - //! All errors produced by the system are provided either as [Result](common::Result) enumeration as return value of [INFO] [stderr] 233 + //! All errors produced by the system are provided either as [Result] enumeration as return value of [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:241:86 [INFO] [stderr] | [INFO] [stderr] 241 | //! If a method supports downloads, the response body, which is part of the [Result](common::Result), should be [INFO] [stderr] | ------ ^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 241 - //! If a method supports downloads, the response body, which is part of the [Result](common::Result), should be [INFO] [stderr] 241 + //! If a method supports downloads, the response body, which is part of the [Result], should be [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:858:172 [INFO] [stderr] | [INFO] [stderr] 858 | ...syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size lim... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 858 | /// Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at <https://github.com/google/cel-spec.> Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:915:74 [INFO] [stderr] | [INFO] [stderr] 915 | /// Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 915 | /// Output only. Whether reconciling is in progress, recommended per <https://google.aip.dev/128.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:961:74 [INFO] [stderr] | [INFO] [stderr] 961 | /// Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 961 | /// Output only. Whether reconciling is in progress, recommended per <https://google.aip.dev/128.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1306:71 [INFO] [stderr] | [INFO] [stderr] 1306 | /// Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1306 | /// Output only. The timestamp when the resource was created. See <https://google.aip.dev/148#timestamps.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1311:172 [INFO] [stderr] | [INFO] [stderr] 1311 | ...regions/us-central1/forwardingRules/my-rule`. See https://google.aip.dev/124. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1311 | /// Required. Immutable. The regional forwarding rule that fronts the interceptors, for example: `projects/123456789/regions/us-central1/forwardingRules/my-rule`. See <https://google.aip.dev/124.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1314:174 [INFO] [stderr] | [INFO] [stderr] 1314 | ...ions/global/interceptDeploymentGroups/my-dg`. See https://google.aip.dev/124. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1314 | /// Required. Immutable. The deployment group that this deployment is a part of, for example: `projects/123456789/locations/global/interceptDeploymentGroups/my-dg`. See <https://google.aip.dev/124.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1319:161 [INFO] [stderr] | [INFO] [stderr] 1319 | ...s/us-central1-a/interceptDeployments/my-dep`. See https://google.aip.dev/122 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1319 | /// Immutable. Identifier. The resource name of this deployment, for example: `projects/123456789/locations/us-central1-a/interceptDeployments/my-dep`. See <https://google.aip.dev/122> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1321:235 [INFO] [stderr] | [INFO] [stderr] 1321 | ...nking a new association to the parent group). See https://google.aip.dev/128. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1321 | /// Output only. The current state of the resource does not match the user's intended state, and the system is working to reconcile them. This part of the normal operation (e.g. linking a new association to the parent group). See <https://google.aip.dev/128.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1323:63 [INFO] [stderr] | [INFO] [stderr] 1323 | /// Output only. The current state of the deployment. See https://google.aip.dev/216. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1323 | /// Output only. The current state of the deployment. See <https://google.aip.dev/216.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1325:85 [INFO] [stderr] | [INFO] [stderr] 1325 | /// Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1325 | /// Output only. The timestamp when the resource was most recently updated. See <https://google.aip.dev/148#timestamps.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1350:71 [INFO] [stderr] | [INFO] [stderr] 1350 | /// Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1350 | /// Output only. The timestamp when the resource was created. See <https://google.aip.dev/148#timestamps.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1359:164 [INFO] [stderr] | [INFO] [stderr] 1359 | ...ions/global/interceptDeploymentGroups/my-dg`. See https://google.aip.dev/122 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1359 | /// Immutable. Identifier. The resource name of this deployment group, for example: `projects/123456789/locations/global/interceptDeploymentGroups/my-dg`. See <https://google.aip.dev/122> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1364:152 [INFO] [stderr] | [INFO] [stderr] 1364 | ...rojects/{project}/global/networks/{network}`. See https://google.aip.dev/124. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1364 | /// Required. Immutable. The network that will be used for all child deployments, for example: `projects/{project}/global/networks/{network}`. See <https://google.aip.dev/124.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1366:228 [INFO] [stderr] | [INFO] [stderr] 1366 | ...n (e.g. adding a new deployment to the group) See https://google.aip.dev/128. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1366 | /// Output only. The current state of the resource does not match the user's intended state, and the system is working to reconcile them. This is part of the normal operation (e.g. adding a new deployment to the group) See <https://google.aip.dev/128.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1368:69 [INFO] [stderr] | [INFO] [stderr] 1368 | /// Output only. The current state of the deployment group. See https://google.aip.dev/216. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1368 | /// Output only. The current state of the deployment group. See <https://google.aip.dev/216.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1370:85 [INFO] [stderr] | [INFO] [stderr] 1370 | /// Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1370 | /// Output only. The timestamp when the resource was most recently updated. See <https://google.aip.dev/148#timestamps.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1386:154 [INFO] [stderr] | [INFO] [stderr] 1386 | ...ations/global/interceptEndpointGroups/my-eg`. See https://google.aip.dev/124. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1386 | /// Output only. The connected endpoint group's resource name, for example: `projects/123456789/locations/global/interceptEndpointGroups/my-eg`. See <https://google.aip.dev/124.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1427:71 [INFO] [stderr] | [INFO] [stderr] 1427 | /// Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1427 | /// Output only. The timestamp when the resource was created. See <https://google.aip.dev/148#timestamps.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1432:181 [INFO] [stderr] | [INFO] [stderr] 1432 | ...ions/global/interceptDeploymentGroups/my-dg`. See https://google.aip.dev/124. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1432 | /// Required. Immutable. The deployment group that this endpoint group is connected to, for example: `projects/123456789/locations/global/interceptDeploymentGroups/my-dg`. See <https://google.aip.dev/124.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1437:160 [INFO] [stderr] | [INFO] [stderr] 1437 | ...ations/global/interceptEndpointGroups/my-eg`. See https://google.aip.dev/122 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1437 | /// Immutable. Identifier. The resource name of this endpoint group, for example: `projects/123456789/locations/global/interceptEndpointGroups/my-eg`. See <https://google.aip.dev/122> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1439:230 [INFO] [stderr] | [INFO] [stderr] 1439 | ...(e.g. adding a new association to the group). See https://google.aip.dev/128. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1439 | /// Output only. The current state of the resource does not match the user's intended state, and the system is working to reconcile them. This is part of the normal operation (e.g. adding a new association to the group). See <https://google.aip.dev/128.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1441:67 [INFO] [stderr] | [INFO] [stderr] 1441 | /// Output only. The current state of the endpoint group. See https://google.aip.dev/216. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1441 | /// Output only. The current state of the endpoint group. See <https://google.aip.dev/216.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1443:85 [INFO] [stderr] | [INFO] [stderr] 1443 | /// Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1443 | /// Output only. The timestamp when the resource was most recently updated. See <https://google.aip.dev/148#timestamps.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1465:71 [INFO] [stderr] | [INFO] [stderr] 1465 | /// Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1465 | /// Output only. The timestamp when the resource was created. See <https://google.aip.dev/148#timestamps.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1468:174 [INFO] [stderr] | [INFO] [stderr] 1468 | ...ations/global/interceptEndpointGroups/my-eg`. See https://google.aip.dev/124. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1468 | /// Required. Immutable. The endpoint group that this association is connected to, for example: `projects/123456789/locations/global/interceptEndpointGroups/my-eg`. See <https://google.aip.dev/124.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1478:195 [INFO] [stderr] | [INFO] [stderr] 1478 | ...EndpointGroupAssociations/my-eg-association`. See https://google.aip.dev/122 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1478 | /// Immutable. Identifier. The resource name of this endpoint group association, for example: `projects/123456789/locations/global/interceptEndpointGroupAssociations/my-eg-association`. See <https://google.aip.dev/122> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1480:132 [INFO] [stderr] | [INFO] [stderr] 1480 | ...ojects/123456789/global/networks/my-network`. See https://google.aip.dev/124. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1480 | /// Required. Immutable. The VPC network that is associated. for example: `projects/123456789/global/networks/my-network`. See <https://google.aip.dev/124.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1482:242 [INFO] [stderr] | [INFO] [stderr] 1482 | ...new location to the target deployment group). See https://google.aip.dev/128. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1482 | /// Output only. The current state of the resource does not match the user's intended state, and the system is working to reconcile them. This part of the normal operation (e.g. adding a new location to the target deployment group). See <https://google.aip.dev/128.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1486:85 [INFO] [stderr] | [INFO] [stderr] 1486 | /// Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1486 | /// Output only. The timestamp when the resource was most recently updated. See <https://google.aip.dev/148#timestamps.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1502:163 [INFO] [stderr] | [INFO] [stderr] 1502 | ...l/interceptEndpointGroupAssociations/my-ega`. See https://google.aip.dev/124. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1502 | /// Output only. The connected association's resource name, for example: `projects/123456789/locations/global/interceptEndpointGroupAssociations/my-ega`. See <https://google.aip.dev/124.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1504:110 [INFO] [stderr] | [INFO] [stderr] 1504 | ...rojects/123456789/global/networks/my-network. See https://google.aip.dev/124. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1504 | /// Output only. The associated network, for example: projects/123456789/global/networks/my-network. See <https://google.aip.dev/124.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1538:158 [INFO] [stderr] | [INFO] [stderr] 1538 | ...ions/global/interceptDeploymentGroups/my-dg`. See https://google.aip.dev/124. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1538 | /// Output only. The connected deployment group's resource name, for example: `projects/123456789/locations/global/interceptDeploymentGroups/my-dg`. See <https://google.aip.dev/124.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1858:138 [INFO] [stderr] | [INFO] [stderr] 1858 | ...ld is omitted, there are no subsequent pages. See https://google.aip.dev/158 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1858 | /// A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. See <https://google.aip.dev/158> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1880:138 [INFO] [stderr] | [INFO] [stderr] 1880 | ...ld is omitted, there are no subsequent pages. See https://google.aip.dev/158 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1880 | /// A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. See <https://google.aip.dev/158> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1904:138 [INFO] [stderr] | [INFO] [stderr] 1904 | ...ld is omitted, there are no subsequent pages. See https://google.aip.dev/158 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1904 | /// A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. See <https://google.aip.dev/158> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1926:138 [INFO] [stderr] | [INFO] [stderr] 1926 | ...ld is omitted, there are no subsequent pages. See https://google.aip.dev/158 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1926 | /// A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. See <https://google.aip.dev/158> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1969:138 [INFO] [stderr] | [INFO] [stderr] 1969 | ...ld is omitted, there are no subsequent pages. See https://google.aip.dev/158 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1969 | /// A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. See <https://google.aip.dev/158> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1991:138 [INFO] [stderr] | [INFO] [stderr] 1991 | ...ld is omitted, there are no subsequent pages. See https://google.aip.dev/158 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1991 | /// A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. See <https://google.aip.dev/158> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2015:138 [INFO] [stderr] | [INFO] [stderr] 2015 | ...ld is omitted, there are no subsequent pages. See https://google.aip.dev/158 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2015 | /// A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. See <https://google.aip.dev/158> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2037:138 [INFO] [stderr] | [INFO] [stderr] 2037 | ...ld is omitted, there are no subsequent pages. See https://google.aip.dev/158 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2037 | /// A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. See <https://google.aip.dev/158> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2247:71 [INFO] [stderr] | [INFO] [stderr] 2247 | /// Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2247 | /// Output only. The timestamp when the resource was created. See <https://google.aip.dev/148#timestamps.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2252:180 [INFO] [stderr] | [INFO] [stderr] 2252 | ...regions/us-central1/forwardingRules/my-rule`. See https://google.aip.dev/124. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2252 | /// Required. Immutable. The regional forwarding rule that fronts the mirroring collectors, for example: `projects/123456789/regions/us-central1/forwardingRules/my-rule`. See <https://google.aip.dev/124.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2257:174 [INFO] [stderr] | [INFO] [stderr] 2257 | ...ions/global/mirroringDeploymentGroups/my-dg`. See https://google.aip.dev/124. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2257 | /// Required. Immutable. The deployment group that this deployment is a part of, for example: `projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`. See <https://google.aip.dev/124.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2260:161 [INFO] [stderr] | [INFO] [stderr] 2260 | ...s/us-central1-a/mirroringDeployments/my-dep`. See https://google.aip.dev/122 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2260 | /// Immutable. Identifier. The resource name of this deployment, for example: `projects/123456789/locations/us-central1-a/mirroringDeployments/my-dep`. See <https://google.aip.dev/122> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2262:235 [INFO] [stderr] | [INFO] [stderr] 2262 | ...nking a new association to the parent group). See https://google.aip.dev/128. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2262 | /// Output only. The current state of the resource does not match the user's intended state, and the system is working to reconcile them. This part of the normal operation (e.g. linking a new association to the parent group). See <https://google.aip.dev/128.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2264:63 [INFO] [stderr] | [INFO] [stderr] 2264 | /// Output only. The current state of the deployment. See https://google.aip.dev/216. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2264 | /// Output only. The current state of the deployment. See <https://google.aip.dev/216.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2266:85 [INFO] [stderr] | [INFO] [stderr] 2266 | /// Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2266 | /// Output only. The timestamp when the resource was most recently updated. See <https://google.aip.dev/148#timestamps.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2291:71 [INFO] [stderr] | [INFO] [stderr] 2291 | /// Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2291 | /// Output only. The timestamp when the resource was created. See <https://google.aip.dev/148#timestamps.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2300:164 [INFO] [stderr] | [INFO] [stderr] 2300 | ...ions/global/mirroringDeploymentGroups/my-dg`. See https://google.aip.dev/122 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2300 | /// Immutable. Identifier. The resource name of this deployment group, for example: `projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`. See <https://google.aip.dev/122> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2305:152 [INFO] [stderr] | [INFO] [stderr] 2305 | ...rojects/{project}/global/networks/{network}`. See https://google.aip.dev/124. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2305 | /// Required. Immutable. The network that will be used for all child deployments, for example: `projects/{project}/global/networks/{network}`. See <https://google.aip.dev/124.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2307:228 [INFO] [stderr] | [INFO] [stderr] 2307 | ...n (e.g. adding a new deployment to the group) See https://google.aip.dev/128. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2307 | /// Output only. The current state of the resource does not match the user's intended state, and the system is working to reconcile them. This is part of the normal operation (e.g. adding a new deployment to the group) See <https://google.aip.dev/128.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2309:69 [INFO] [stderr] | [INFO] [stderr] 2309 | /// Output only. The current state of the deployment group. See https://google.aip.dev/216. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2309 | /// Output only. The current state of the deployment group. See <https://google.aip.dev/216.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2311:85 [INFO] [stderr] | [INFO] [stderr] 2311 | /// Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2311 | /// Output only. The timestamp when the resource was most recently updated. See <https://google.aip.dev/148#timestamps.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2327:154 [INFO] [stderr] | [INFO] [stderr] 2327 | ...ations/global/mirroringEndpointGroups/my-eg`. See https://google.aip.dev/124. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2327 | /// Output only. The connected endpoint group's resource name, for example: `projects/123456789/locations/global/mirroringEndpointGroups/my-eg`. See <https://google.aip.dev/124.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2368:71 [INFO] [stderr] | [INFO] [stderr] 2368 | /// Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2368 | /// Output only. The timestamp when the resource was created. See <https://google.aip.dev/148#timestamps.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2375:178 [INFO] [stderr] | [INFO] [stderr] 2375 | ...ions/global/mirroringDeploymentGroups/my-dg`. See https://google.aip.dev/124. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2375 | /// Immutable. The deployment group that this DIRECT endpoint group is connected to, for example: `projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`. See <https://google.aip.dev/124.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2378:160 [INFO] [stderr] | [INFO] [stderr] 2378 | ...ations/global/mirroringEndpointGroups/my-eg`. See https://google.aip.dev/122 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2378 | /// Immutable. Identifier. The resource name of this endpoint group, for example: `projects/123456789/locations/global/mirroringEndpointGroups/my-eg`. See <https://google.aip.dev/122> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2380:230 [INFO] [stderr] | [INFO] [stderr] 2380 | ...(e.g. adding a new association to the group). See https://google.aip.dev/128. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2380 | /// Output only. The current state of the resource does not match the user's intended state, and the system is working to reconcile them. This is part of the normal operation (e.g. adding a new association to the group). See <https://google.aip.dev/128.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2382:67 [INFO] [stderr] | [INFO] [stderr] 2382 | /// Output only. The current state of the endpoint group. See https://google.aip.dev/216. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2382 | /// Output only. The current state of the endpoint group. See <https://google.aip.dev/216.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2384:85 [INFO] [stderr] | [INFO] [stderr] 2384 | /// Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2384 | /// Output only. The timestamp when the resource was most recently updated. See <https://google.aip.dev/148#timestamps.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2406:71 [INFO] [stderr] | [INFO] [stderr] 2406 | /// Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2406 | /// Output only. The timestamp when the resource was created. See <https://google.aip.dev/148#timestamps.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2416:164 [INFO] [stderr] | [INFO] [stderr] 2416 | ...ations/global/mirroringEndpointGroups/my-eg`. See https://google.aip.dev/124. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2416 | /// Immutable. The endpoint group that this association is connected to, for example: `projects/123456789/locations/global/mirroringEndpointGroups/my-eg`. See <https://google.aip.dev/124.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2419:195 [INFO] [stderr] | [INFO] [stderr] 2419 | ...EndpointGroupAssociations/my-eg-association`. See https://google.aip.dev/122 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2419 | /// Immutable. Identifier. The resource name of this endpoint group association, for example: `projects/123456789/locations/global/mirroringEndpointGroupAssociations/my-eg-association`. See <https://google.aip.dev/122> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2421:122 [INFO] [stderr] | [INFO] [stderr] 2421 | ...ojects/123456789/global/networks/my-network`. See https://google.aip.dev/124. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2421 | /// Immutable. The VPC network that is associated. for example: `projects/123456789/global/networks/my-network`. See <https://google.aip.dev/124.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2423:242 [INFO] [stderr] | [INFO] [stderr] 2423 | ...new location to the target deployment group). See https://google.aip.dev/128. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2423 | /// Output only. The current state of the resource does not match the user's intended state, and the system is working to reconcile them. This part of the normal operation (e.g. adding a new location to the target deployment group). See <https://google.aip.dev/128.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2427:85 [INFO] [stderr] | [INFO] [stderr] 2427 | /// Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2427 | /// Output only. The timestamp when the resource was most recently updated. See <https://google.aip.dev/148#timestamps.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2443:163 [INFO] [stderr] | [INFO] [stderr] 2443 | ...l/mirroringEndpointGroupAssociations/my-ega`. See https://google.aip.dev/124. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2443 | /// Output only. The connected association's resource name, for example: `projects/123456789/locations/global/mirroringEndpointGroupAssociations/my-ega`. See <https://google.aip.dev/124.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2445:110 [INFO] [stderr] | [INFO] [stderr] 2445 | ...rojects/123456789/global/networks/my-network. See https://google.aip.dev/124. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2445 | /// Output only. The associated network, for example: projects/123456789/global/networks/my-network. See <https://google.aip.dev/124.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2479:158 [INFO] [stderr] | [INFO] [stderr] 2479 | ...ions/global/mirroringDeploymentGroups/my-dg`. See https://google.aip.dev/124. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2479 | /// Output only. The connected deployment group's resource name, for example: `projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`. See <https://google.aip.dev/124.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5198:73 [INFO] [stderr] | [INFO] [stderr] 5198 | /// Creates a deployment group in a given project and location. See https://google.aip.dev/133. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5198 | /// Creates a deployment group in a given project and location. See <https://google.aip.dev/133.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5223:41 [INFO] [stderr] | [INFO] [stderr] 5223 | /// Deletes a deployment group. See https://google.aip.dev/135. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5223 | /// Deletes a deployment group. See <https://google.aip.dev/135.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5244:47 [INFO] [stderr] | [INFO] [stderr] 5244 | /// Gets a specific deployment group. See https://google.aip.dev/131. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5244 | /// Gets a specific deployment group. See <https://google.aip.dev/131.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5264:70 [INFO] [stderr] | [INFO] [stderr] 5264 | /// Lists deployment groups in a given project and location. See https://google.aip.dev/132. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5264 | /// Lists deployment groups in a given project and location. See <https://google.aip.dev/132.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5268:145 [INFO] [stderr] | [INFO] [stderr] 5268 | ...ample: `projects/123456789/locations/global`. See https://google.aip.dev/132 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5268 | /// * `parent` - Required. The parent, which owns this collection of deployment groups. Example: `projects/123456789/locations/global`. See <https://google.aip.dev/132> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5288:41 [INFO] [stderr] | [INFO] [stderr] 5288 | /// Updates a deployment group. See https://google.aip.dev/134. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5288 | /// Updates a deployment group. See <https://google.aip.dev/134.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5293:175 [INFO] [stderr] | [INFO] [stderr] 5293 | ...ions/global/interceptDeploymentGroups/my-dg`. See https://google.aip.dev/122 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5293 | /// * `name` - Immutable. Identifier. The resource name of this deployment group, for example: `projects/123456789/locations/global/interceptDeploymentGroups/my-dg`. See <https://google.aip.dev/122> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5313:67 [INFO] [stderr] | [INFO] [stderr] 5313 | /// Creates a deployment in a given project and location. See https://google.aip.dev/133. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5313 | /// Creates a deployment in a given project and location. See <https://google.aip.dev/133.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5338:35 [INFO] [stderr] | [INFO] [stderr] 5338 | /// Deletes a deployment. See https://google.aip.dev/135. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5338 | /// Deletes a deployment. See <https://google.aip.dev/135.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5359:41 [INFO] [stderr] | [INFO] [stderr] 5359 | /// Gets a specific deployment. See https://google.aip.dev/131. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5359 | /// Gets a specific deployment. See <https://google.aip.dev/131.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5379:64 [INFO] [stderr] | [INFO] [stderr] 5379 | /// Lists deployments in a given project and location. See https://google.aip.dev/132. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5379 | /// Lists deployments in a given project and location. See <https://google.aip.dev/132.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5383:146 [INFO] [stderr] | [INFO] [stderr] 5383 | ...`projects/123456789/locations/us-central1-a`. See https://google.aip.dev/132 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5383 | /// * `parent` - Required. The parent, which owns this collection of deployments. Example: `projects/123456789/locations/us-central1-a`. See <https://google.aip.dev/132> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5403:35 [INFO] [stderr] | [INFO] [stderr] 5403 | /// Updates a deployment. See https://google.aip.dev/134. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5403 | /// Updates a deployment. See <https://google.aip.dev/134.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5408:172 [INFO] [stderr] | [INFO] [stderr] 5408 | ...s/us-central1-a/interceptDeployments/my-dep`. See https://google.aip.dev/122 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5408 | /// * `name` - Immutable. Identifier. The resource name of this deployment, for example: `projects/123456789/locations/us-central1-a/interceptDeployments/my-dep`. See <https://google.aip.dev/122> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5428:69 [INFO] [stderr] | [INFO] [stderr] 5428 | /// Creates an association in a given project and location. See https://google.aip.dev/133. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5428 | /// Creates an association in a given project and location. See <https://google.aip.dev/133.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5453:37 [INFO] [stderr] | [INFO] [stderr] 5453 | /// Deletes an association. See https://google.aip.dev/135. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5453 | /// Deletes an association. See <https://google.aip.dev/135.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5474:42 [INFO] [stderr] | [INFO] [stderr] 5474 | /// Gets a specific association. See https://google.aip.dev/131. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5474 | /// Gets a specific association. See <https://google.aip.dev/131.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5494:65 [INFO] [stderr] | [INFO] [stderr] 5494 | /// Lists associations in a given project and location. See https://google.aip.dev/132. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5494 | /// Lists associations in a given project and location. See <https://google.aip.dev/132.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5498:140 [INFO] [stderr] | [INFO] [stderr] 5498 | ...ample: `projects/123456789/locations/global`. See https://google.aip.dev/132 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5498 | /// * `parent` - Required. The parent, which owns this collection of associations. Example: `projects/123456789/locations/global`. See <https://google.aip.dev/132> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5518:37 [INFO] [stderr] | [INFO] [stderr] 5518 | /// Updates an association. See https://google.aip.dev/134. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5518 | /// Updates an association. See <https://google.aip.dev/134.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5523:206 [INFO] [stderr] | [INFO] [stderr] 5523 | ...EndpointGroupAssociations/my-eg-association`. See https://google.aip.dev/122 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5523 | /// * `name` - Immutable. Identifier. The resource name of this endpoint group association, for example: `projects/123456789/locations/global/interceptEndpointGroupAssociations/my-eg-association`. See <https://google.aip.dev/122> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5543:72 [INFO] [stderr] | [INFO] [stderr] 5543 | /// Creates an endpoint group in a given project and location. See https://google.aip.dev/133. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5543 | /// Creates an endpoint group in a given project and location. See <https://google.aip.dev/133.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5568:40 [INFO] [stderr] | [INFO] [stderr] 5568 | /// Deletes an endpoint group. See https://google.aip.dev/135. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5568 | /// Deletes an endpoint group. See <https://google.aip.dev/135.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5589:45 [INFO] [stderr] | [INFO] [stderr] 5589 | /// Gets a specific endpoint group. See https://google.aip.dev/131. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5589 | /// Gets a specific endpoint group. See <https://google.aip.dev/131.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5609:68 [INFO] [stderr] | [INFO] [stderr] 5609 | /// Lists endpoint groups in a given project and location. See https://google.aip.dev/132. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5609 | /// Lists endpoint groups in a given project and location. See <https://google.aip.dev/132.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5613:143 [INFO] [stderr] | [INFO] [stderr] 5613 | ...ample: `projects/123456789/locations/global`. See https://google.aip.dev/132 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5613 | /// * `parent` - Required. The parent, which owns this collection of endpoint groups. Example: `projects/123456789/locations/global`. See <https://google.aip.dev/132> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5633:40 [INFO] [stderr] | [INFO] [stderr] 5633 | /// Updates an endpoint group. See https://google.aip.dev/134. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5633 | /// Updates an endpoint group. See <https://google.aip.dev/134.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5638:171 [INFO] [stderr] | [INFO] [stderr] 5638 | ...ations/global/interceptEndpointGroups/my-eg`. See https://google.aip.dev/122 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5638 | /// * `name` - Immutable. Identifier. The resource name of this endpoint group, for example: `projects/123456789/locations/global/interceptEndpointGroups/my-eg`. See <https://google.aip.dev/122> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5658:73 [INFO] [stderr] | [INFO] [stderr] 5658 | /// Creates a deployment group in a given project and location. See https://google.aip.dev/133. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5658 | /// Creates a deployment group in a given project and location. See <https://google.aip.dev/133.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5683:41 [INFO] [stderr] | [INFO] [stderr] 5683 | /// Deletes a deployment group. See https://google.aip.dev/135. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5683 | /// Deletes a deployment group. See <https://google.aip.dev/135.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5704:47 [INFO] [stderr] | [INFO] [stderr] 5704 | /// Gets a specific deployment group. See https://google.aip.dev/131. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5704 | /// Gets a specific deployment group. See <https://google.aip.dev/131.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5724:70 [INFO] [stderr] | [INFO] [stderr] 5724 | /// Lists deployment groups in a given project and location. See https://google.aip.dev/132. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5724 | /// Lists deployment groups in a given project and location. See <https://google.aip.dev/132.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5728:145 [INFO] [stderr] | [INFO] [stderr] 5728 | ...ample: `projects/123456789/locations/global`. See https://google.aip.dev/132 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5728 | /// * `parent` - Required. The parent, which owns this collection of deployment groups. Example: `projects/123456789/locations/global`. See <https://google.aip.dev/132> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5748:41 [INFO] [stderr] | [INFO] [stderr] 5748 | /// Updates a deployment group. See https://google.aip.dev/134. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5748 | /// Updates a deployment group. See <https://google.aip.dev/134.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5753:175 [INFO] [stderr] | [INFO] [stderr] 5753 | ...ions/global/mirroringDeploymentGroups/my-dg`. See https://google.aip.dev/122 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5753 | /// * `name` - Immutable. Identifier. The resource name of this deployment group, for example: `projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`. See <https://google.aip.dev/122> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5773:67 [INFO] [stderr] | [INFO] [stderr] 5773 | /// Creates a deployment in a given project and location. See https://google.aip.dev/133. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5773 | /// Creates a deployment in a given project and location. See <https://google.aip.dev/133.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5798:35 [INFO] [stderr] | [INFO] [stderr] 5798 | /// Deletes a deployment. See https://google.aip.dev/135. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5798 | /// Deletes a deployment. See <https://google.aip.dev/135.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5819:41 [INFO] [stderr] | [INFO] [stderr] 5819 | /// Gets a specific deployment. See https://google.aip.dev/131. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5819 | /// Gets a specific deployment. See <https://google.aip.dev/131.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5839:64 [INFO] [stderr] | [INFO] [stderr] 5839 | /// Lists deployments in a given project and location. See https://google.aip.dev/132. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5839 | /// Lists deployments in a given project and location. See <https://google.aip.dev/132.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5843:146 [INFO] [stderr] | [INFO] [stderr] 5843 | ...`projects/123456789/locations/us-central1-a`. See https://google.aip.dev/132 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5843 | /// * `parent` - Required. The parent, which owns this collection of deployments. Example: `projects/123456789/locations/us-central1-a`. See <https://google.aip.dev/132> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5863:35 [INFO] [stderr] | [INFO] [stderr] 5863 | /// Updates a deployment. See https://google.aip.dev/134. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5863 | /// Updates a deployment. See <https://google.aip.dev/134.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5868:172 [INFO] [stderr] | [INFO] [stderr] 5868 | ...s/us-central1-a/mirroringDeployments/my-dep`. See https://google.aip.dev/122 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5868 | /// * `name` - Immutable. Identifier. The resource name of this deployment, for example: `projects/123456789/locations/us-central1-a/mirroringDeployments/my-dep`. See <https://google.aip.dev/122> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5888:69 [INFO] [stderr] | [INFO] [stderr] 5888 | /// Creates an association in a given project and location. See https://google.aip.dev/133. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5888 | /// Creates an association in a given project and location. See <https://google.aip.dev/133.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5913:37 [INFO] [stderr] | [INFO] [stderr] 5913 | /// Deletes an association. See https://google.aip.dev/135. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5913 | /// Deletes an association. See <https://google.aip.dev/135.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5934:42 [INFO] [stderr] | [INFO] [stderr] 5934 | /// Gets a specific association. See https://google.aip.dev/131. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5934 | /// Gets a specific association. See <https://google.aip.dev/131.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5954:65 [INFO] [stderr] | [INFO] [stderr] 5954 | /// Lists associations in a given project and location. See https://google.aip.dev/132. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5954 | /// Lists associations in a given project and location. See <https://google.aip.dev/132.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5958:140 [INFO] [stderr] | [INFO] [stderr] 5958 | ...ample: `projects/123456789/locations/global`. See https://google.aip.dev/132 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5958 | /// * `parent` - Required. The parent, which owns this collection of associations. Example: `projects/123456789/locations/global`. See <https://google.aip.dev/132> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5978:37 [INFO] [stderr] | [INFO] [stderr] 5978 | /// Updates an association. See https://google.aip.dev/134. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5978 | /// Updates an association. See <https://google.aip.dev/134.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:5983:206 [INFO] [stderr] | [INFO] [stderr] 5983 | ...EndpointGroupAssociations/my-eg-association`. See https://google.aip.dev/122 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5983 | /// * `name` - Immutable. Identifier. The resource name of this endpoint group association, for example: `projects/123456789/locations/global/mirroringEndpointGroupAssociations/my-eg-association`. See <https://google.aip.dev/122> for more details. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:6003:72 [INFO] [stderr] | [INFO] [stderr] 6003 | /// Creates an endpoint group in a given project and location. See https://google.aip.dev/133. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 6003 | /// Creates an endpoint group in a given project and location. See <https://google.aip.dev/133.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:6028:40 [INFO] [stderr] | [INFO] [stderr] 6028 | /// Deletes an endpoint group. See https://google.aip.dev/135. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 6028 | /// Deletes an endpoint group. See <https://google.aip.dev/135.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:6049:45 [INFO] [stderr] | [INFO] [stderr] 6049 | /// Gets a specific endpoint group. See https://google.aip.dev/131. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 6049 | /// Gets a specific endpoint group. See <https://google.aip.dev/131.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:6069:68 [INFO] [stderr] | [INFO] [stderr] 6069 | /// Lists endpoint groups in a given project and location. See https://google.aip.dev/132. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 6069 | /// Lists endpoint groups in a given project and location. See <https://google.aip.dev/132.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:6073:143 [INFO] [stderr] | [INFO] [stderr] 6073 | ...ample: `projects/123456789/locations/global`. See https://google.aip.dev/132 for more details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [WARN] too much data in the log, truncating it