google-bigtableadmin2 5.0.4+20240221

A complete library to interact with Bigtable Admin (protocol v2)
Documentation
Build #2648165 2025-11-09 08:27:23
# rustc version
rustc 1.93.0-nightly (fb23dd3c6 2025-11-08)# docs.rs version
docsrs 0.6.0 (fb84acf8 2025-11-04)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/google-bigtableadmin2-5.0.4+20240221/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/google-bigtableadmin2-5.0.4+20240221/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20251108-1.93.0-nightly-fb23dd3c6\", \"--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: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 71856ae22cf145520f4840baf8d39de9b4bb5fbf1e91d4d109178d4c30ea22b4
[INFO] running `Command { std: "docker" "start" "-a" "71856ae22cf145520f4840baf8d39de9b4bb5fbf1e91d4d109178d4c30ea22b4", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting google-bigtableadmin2 v5.0.4+20240221 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unknown disambiguator `"user:jose`
[INFO] [stderr]    --> src/api.rs:242:644
[INFO] [stderr]     |
[INFO] [stderr] 242 | ...nfigs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" }, { "log_typ...
[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:242:884
[INFO] [stderr]     |
[INFO] [stderr] 242 | ...READ" }, { "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:261:150
[INFO] [stderr]     |
[INFO] [stderr] 261 | ...nfigs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This en...
[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: this URL is not a hyperlink
[INFO] [stderr]    --> src/api.rs:797:172
[INFO] [stderr]     |
[INFO] [stderr] 797 | ...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] 797 | /// 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:920:70
[INFO] [stderr]     |
[INFO] [stderr] 920 | ...t and end key and is explained in https://cloud.google.com/bigtable/docs/overview#architecture and https://cloud.google.com/bigt...
[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] 920 | /// A tablet is a defined by a start and end key and is explained in <https://cloud.google.com/bigtable/docs/overview#architecture> and https://cloud.google.com/bigtable/docs/performance#optimization. A Hot tablet is a tablet that exhibits high average cpu usage during the time interval from start time to end time.
[INFO] [stderr]     |                                                                      +                                                            +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/api.rs:920:135
[INFO] [stderr]     |
[INFO] [stderr] 920 | .../docs/overview#architecture and https://cloud.google.com/bigtable/docs/performance#optimization. A Hot tablet is a tablet that e...
[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] 920 | /// A tablet is a defined by a start and end key and is explained in https://cloud.google.com/bigtable/docs/overview#architecture and <https://cloud.google.com/bigtable/docs/performance#optimization.> A Hot tablet is a tablet that exhibits high average cpu usage during the time interval from start time to end time.
[INFO] [stderr]     |                                                                                                                                       +                                                                +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/api.rs:6305:178
[INFO] [stderr]      |
[INFO] [stderr] 6305 | ...ields in Backup. The full syntax is described at https://aip.dev/132#ordering. Fields supported are: * name * source_table * ex...
[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] 6305 |     /// An expression for specifying the sort order of the results of the request. The string value should specify one or more fields in Backup. The full syntax is described at <https://aip.dev/132#ordering.> Fields supported are: * name * source_table * expire_time * start_time * end_time * size_bytes * state For example, "start_time". The default sorting order is ascending. To specify descending order for the field, a suffix " desc" should be appended to the field name. For example, "start_time desc". Redundant space characters in the syntax are insigificant. If order_by is empty, results will be sorted by `start_time` in descending order starting from the most recently created backup.
[INFO] [stderr]      |                                                                                                                                                                                  +                             +
[INFO] [stderr] 
[INFO] [stderr] warning: `google-bigtableadmin2` (lib doc) generated 7 warnings (run `cargo fix --lib -p google-bigtableadmin2` to apply 4 suggestions)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/google_bigtableadmin2/index.html
[INFO] running `Command { std: "docker" "inspect" "71856ae22cf145520f4840baf8d39de9b4bb5fbf1e91d4d109178d4c30ea22b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "71856ae22cf145520f4840baf8d39de9b4bb5fbf1e91d4d109178d4c30ea22b4", kill_on_drop: false }`
[INFO] [stdout] 71856ae22cf145520f4840baf8d39de9b4bb5fbf1e91d4d109178d4c30ea22b4