mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-25 12:44:07 +01:00
7111 lines
299 KiB
HTML
7111 lines
299 KiB
HTML
<!DOCTYPE html>
|
|
<!--
|
|
DO NOT EDIT !
|
|
This file was generated automatically by 'src/mako/index.html.mako'
|
|
DO NOT EDIT !
|
|
-->
|
|
<html lang="en">
|
|
<head>
|
|
<link rel="stylesheet"
|
|
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
|
|
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
|
|
crossorigin="anonymous">
|
|
<script type="text/javascript">
|
|
alertShown = false
|
|
function onClick(button) {
|
|
selectElementContents(button)
|
|
if (document.execCommand('copy') && !alertShown) {
|
|
msg = "Installation script copied to clipboard.\n"
|
|
|
|
msg += "\nIt contains no new-lines and will \n"
|
|
msg += "not execute automatically after\n"
|
|
msg += "pasting it into a shell so you can\n"
|
|
msg += "review it beforehand.\n"
|
|
|
|
msg += "\nThis message will not be shown again."
|
|
alert(msg)
|
|
alertShown = true
|
|
}
|
|
}
|
|
|
|
function selectElementContents(el) {
|
|
if (window.getSelection && document.createRange) {
|
|
var sel = window.getSelection()
|
|
var range = document.createRange()
|
|
range.selectNodeContents(el)
|
|
sel.removeAllRanges()
|
|
sel.addRange(range)
|
|
} else if (document.selection && document.body.createTextRange) {
|
|
var textRange = document.body.createTextRange()
|
|
textRange.moveToElementText(el)
|
|
textRange.select()
|
|
}
|
|
}
|
|
|
|
function onCopy(e) {
|
|
installation_script = '{ command -v rustup 2>&1 >/dev/null || curl https://sh.rustup.rs -sSf | sh } && ' + e.target.textContent
|
|
e.clipboardData.setData('text/plain', installation_script);
|
|
e.preventDefault()
|
|
}
|
|
</script>
|
|
<title>Google Service Documentation for Rust</title>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h1>Google Service Documentation for Rust</h1>
|
|
<table class="table table-hover">
|
|
<thead>
|
|
<tr>
|
|
<th>API Name</th>
|
|
<th>API Docs</th>
|
|
<th>CLI Docs</th>
|
|
<th>Install</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>abusiveexperiencereport (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-abusiveexperiencereport1/3.0.0+20220303" title="API docs for the abusiveexperiencereport v1">API</a>
|
|
<a href="https://crates.io/crates/google-abusiveexperiencereport1/3.0.0+20220303">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_abusiveexperiencereport1_cli/index.html" title="CLI docs for the abusiveexperiencereport v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-abusiveexperiencereport1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>acceleratedmobilepageurl (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-acceleratedmobilepageurl1/3.0.0+20220305" title="API docs for the acceleratedmobilepageurl v1">API</a>
|
|
<a href="https://crates.io/crates/google-acceleratedmobilepageurl1/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_acceleratedmobilepageurl1_cli/index.html" title="CLI docs for the acceleratedmobilepageurl v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-acceleratedmobilepageurl1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>accessapproval (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-accessapproval1/3.0.0+20220225" title="API docs for the accessapproval v1">API</a>
|
|
<a href="https://crates.io/crates/google-accessapproval1/3.0.0+20220225">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_accessapproval1_cli/index.html" title="CLI docs for the accessapproval v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-accessapproval1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>accessapproval (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-accessapproval1_beta1/3.0.0+20200708" title="API docs for the accessapproval v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-accessapproval1_beta1/3.0.0+20200708">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_accessapproval1_beta1_cli/index.html" title="CLI docs for the accessapproval v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-accessapproval1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>accesscontextmanager (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-accesscontextmanager1/3.0.0+20220301" title="API docs for the accesscontextmanager v1">API</a>
|
|
<a href="https://crates.io/crates/google-accesscontextmanager1/3.0.0+20220301">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_accesscontextmanager1_cli/index.html" title="CLI docs for the accesscontextmanager v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-accesscontextmanager1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>accesscontextmanager (v1beta)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-accesscontextmanager1_beta/3.0.0+20220301" title="API docs for the accesscontextmanager v1beta">API</a>
|
|
<a href="https://crates.io/crates/google-accesscontextmanager1_beta/3.0.0+20220301">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_accesscontextmanager1_beta_cli/index.html" title="CLI docs for the accesscontextmanager v1beta">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-accesscontextmanager1_beta-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>adexchangebuyer (v1.3)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-adexchangebuyer1d3/3.0.0+20210330" title="API docs for the adexchangebuyer v1.3">API</a>
|
|
<a href="https://crates.io/crates/google-adexchangebuyer1d3/3.0.0+20210330">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_adexchangebuyer1d3_cli/index.html" title="CLI docs for the adexchangebuyer v1.3">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-adexchangebuyer1d3-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>adexchangebuyer (v1.4)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-adexchangebuyer1d4/3.0.0+20210330" title="API docs for the adexchangebuyer v1.4">API</a>
|
|
<a href="https://crates.io/crates/google-adexchangebuyer1d4/3.0.0+20210330">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_adexchangebuyer1d4_cli/index.html" title="CLI docs for the adexchangebuyer v1.4">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-adexchangebuyer1d4-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>adexchangebuyer2 (v2beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-adexchangebuyer2_v2_beta1/3.0.0+20220307" title="API docs for the adexchangebuyer2 v2beta1">API</a>
|
|
<a href="https://crates.io/crates/google-adexchangebuyer2_v2_beta1/3.0.0+20220307">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_adexchangebuyer2_v2_beta1_cli/index.html" title="CLI docs for the adexchangebuyer2 v2beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-adexchangebuyer2_v2_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>adexchangeseller (v2.0)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-adexchangeseller2/3.0.0+20171101" title="API docs for the adexchangeseller v2.0">API</a>
|
|
<a href="https://crates.io/crates/google-adexchangeseller2/3.0.0+20171101">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_adexchangeseller2_cli/index.html" title="CLI docs for the adexchangeseller v2.0">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-adexchangeseller2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>adexperiencereport (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-adexperiencereport1/3.0.0+20220303" title="API docs for the adexperiencereport v1">API</a>
|
|
<a href="https://crates.io/crates/google-adexperiencereport1/3.0.0+20220303">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_adexperiencereport1_cli/index.html" title="CLI docs for the adexperiencereport v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-adexperiencereport1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>admob (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-admob1/3.0.0+20220303" title="API docs for the admob v1">API</a>
|
|
<a href="https://crates.io/crates/google-admob1/3.0.0+20220303">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_admob1_cli/index.html" title="CLI docs for the admob v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-admob1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>adsense (v1.4)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-adsense1d4/3.0.0+20201002" title="API docs for the adsense v1.4">API</a>
|
|
<a href="https://crates.io/crates/google-adsense1d4/3.0.0+20201002">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_adsense1d4_cli/index.html" title="CLI docs for the adsense v1.4">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-adsense1d4-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>adsense (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-adsense2/3.0.0+20220304" title="API docs for the adsense v2">API</a>
|
|
<a href="https://crates.io/crates/google-adsense2/3.0.0+20220304">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_adsense2_cli/index.html" title="CLI docs for the adsense v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-adsense2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>adsensehost (v4.1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-adsensehost4d1/3.0.0+20200930" title="API docs for the adsensehost v4.1">API</a>
|
|
<a href="https://crates.io/crates/google-adsensehost4d1/3.0.0+20200930">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_adsensehost4d1_cli/index.html" title="CLI docs for the adsensehost v4.1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-adsensehost4d1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>alertcenter (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-alertcenter1_beta1/3.0.0+20220221" title="API docs for the alertcenter v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-alertcenter1_beta1/3.0.0+20220221">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_alertcenter1_beta1_cli/index.html" title="CLI docs for the alertcenter v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-alertcenter1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>analytics (v3)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-analytics3/3.0.0+20190807" title="API docs for the analytics v3">API</a>
|
|
<a href="https://crates.io/crates/google-analytics3/3.0.0+20190807">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_analytics3_cli/index.html" title="CLI docs for the analytics v3">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-analytics3-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>analyticsadmin (v1alpha)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-analyticsadmin1_alpha/3.0.0+20220307" title="API docs for the analyticsadmin v1alpha">API</a>
|
|
<a href="https://crates.io/crates/google-analyticsadmin1_alpha/3.0.0+20220307">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_analyticsadmin1_alpha_cli/index.html" title="CLI docs for the analyticsadmin v1alpha">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-analyticsadmin1_alpha-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>analyticsdata (v1beta)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-analyticsdata1_beta/3.0.0+20220303" title="API docs for the analyticsdata v1beta">API</a>
|
|
<a href="https://crates.io/crates/google-analyticsdata1_beta/3.0.0+20220303">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_analyticsdata1_beta_cli/index.html" title="CLI docs for the analyticsdata v1beta">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-analyticsdata1_beta-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>analyticsreporting (v4)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-analyticsreporting4/3.0.0+20220215" title="API docs for the analyticsreporting v4">API</a>
|
|
<a href="https://crates.io/crates/google-analyticsreporting4/3.0.0+20220215">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_analyticsreporting4_cli/index.html" title="CLI docs for the analyticsreporting v4">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-analyticsreporting4-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>androiddeviceprovisioning (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-androiddeviceprovisioning1/3.0.0+20220305" title="API docs for the androiddeviceprovisioning v1">API</a>
|
|
<a href="https://crates.io/crates/google-androiddeviceprovisioning1/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_androiddeviceprovisioning1_cli/index.html" title="CLI docs for the androiddeviceprovisioning v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-androiddeviceprovisioning1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>androidenterprise (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-androidenterprise1/3.0.0+20220303" title="API docs for the androidenterprise v1">API</a>
|
|
<a href="https://crates.io/crates/google-androidenterprise1/3.0.0+20220303">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_androidenterprise1_cli/index.html" title="CLI docs for the androidenterprise v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-androidenterprise1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>androidmanagement (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-androidmanagement1/3.0.0+20220302" title="API docs for the androidmanagement v1">API</a>
|
|
<a href="https://crates.io/crates/google-androidmanagement1/3.0.0+20220302">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_androidmanagement1_cli/index.html" title="CLI docs for the androidmanagement v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-androidmanagement1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>androidpublisher (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-androidpublisher2/3.0.0+20200331" title="API docs for the androidpublisher v2">API</a>
|
|
<a href="https://crates.io/crates/google-androidpublisher2/3.0.0+20200331">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_androidpublisher2_cli/index.html" title="CLI docs for the androidpublisher v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-androidpublisher2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>androidpublisher (v3)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-androidpublisher3/3.0.0+20220307" title="API docs for the androidpublisher v3">API</a>
|
|
<a href="https://crates.io/crates/google-androidpublisher3/3.0.0+20220307">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_androidpublisher3_cli/index.html" title="CLI docs for the androidpublisher v3">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-androidpublisher3-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>apigateway (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-apigateway1/3.0.0+20220223" title="API docs for the apigateway v1">API</a>
|
|
<a href="https://crates.io/crates/google-apigateway1/3.0.0+20220223">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_apigateway1_cli/index.html" title="CLI docs for the apigateway v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-apigateway1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>apigee (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-apigee1/3.0.0+20220301" title="API docs for the apigee v1">API</a>
|
|
<a href="https://crates.io/crates/google-apigee1/3.0.0+20220301">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_apigee1_cli/index.html" title="CLI docs for the apigee v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-apigee1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>apikeys (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-apikeys2/3.0.0+20220305" title="API docs for the apikeys v2">API</a>
|
|
<a href="https://crates.io/crates/google-apikeys2/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_apikeys2_cli/index.html" title="CLI docs for the apikeys v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-apikeys2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>appengine (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-appengine1/3.0.0+20220226" title="API docs for the appengine v1">API</a>
|
|
<a href="https://crates.io/crates/google-appengine1/3.0.0+20220226">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_appengine1_cli/index.html" title="CLI docs for the appengine v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-appengine1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>appengine (v1beta4)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-appengine1_beta4/3.0.0+20181005" title="API docs for the appengine v1beta4">API</a>
|
|
<a href="https://crates.io/crates/google-appengine1_beta4/3.0.0+20181005">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_appengine1_beta4_cli/index.html" title="CLI docs for the appengine v1beta4">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-appengine1_beta4-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>appengine (v1beta5)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-appengine1_beta5/3.0.0+20181005" title="API docs for the appengine v1beta5">API</a>
|
|
<a href="https://crates.io/crates/google-appengine1_beta5/3.0.0+20181005">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_appengine1_beta5_cli/index.html" title="CLI docs for the appengine v1beta5">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-appengine1_beta5-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>appsactivity (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-appsactivity1/3.0.0+20200628" title="API docs for the appsactivity v1">API</a>
|
|
<a href="https://crates.io/crates/google-appsactivity1/3.0.0+20200628">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_appsactivity1_cli/index.html" title="CLI docs for the appsactivity v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-appsactivity1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>appstate (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-appstate1/3.0.0+20190627" title="API docs for the appstate v1">API</a>
|
|
<a href="https://crates.io/crates/google-appstate1/3.0.0+20190627">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_appstate1_cli/index.html" title="CLI docs for the appstate v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-appstate1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>area120tables (v1alpha1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-area120tables1_alpha1/3.0.0+20220301" title="API docs for the area120tables v1alpha1">API</a>
|
|
<a href="https://crates.io/crates/google-area120tables1_alpha1/3.0.0+20220301">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_area120tables1_alpha1_cli/index.html" title="CLI docs for the area120tables v1alpha1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-area120tables1_alpha1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>artifactregistry (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-artifactregistry1/3.0.0+20220225" title="API docs for the artifactregistry v1">API</a>
|
|
<a href="https://crates.io/crates/google-artifactregistry1/3.0.0+20220225">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_artifactregistry1_cli/index.html" title="CLI docs for the artifactregistry v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-artifactregistry1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>artifactregistry (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-artifactregistry1_beta1/3.0.0+20220225" title="API docs for the artifactregistry v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-artifactregistry1_beta1/3.0.0+20220225">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_artifactregistry1_beta1_cli/index.html" title="CLI docs for the artifactregistry v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-artifactregistry1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>assuredworkloads (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-assuredworkloads1/3.0.0+20220224" title="API docs for the assuredworkloads v1">API</a>
|
|
<a href="https://crates.io/crates/google-assuredworkloads1/3.0.0+20220224">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_assuredworkloads1_cli/index.html" title="CLI docs for the assuredworkloads v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-assuredworkloads1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>authorizedbuyersmarketplace (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-authorizedbuyersmarketplace1/3.0.0+20220307" title="API docs for the authorizedbuyersmarketplace v1">API</a>
|
|
<a href="https://crates.io/crates/google-authorizedbuyersmarketplace1/3.0.0+20220307">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_authorizedbuyersmarketplace1_cli/index.html" title="CLI docs for the authorizedbuyersmarketplace v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-authorizedbuyersmarketplace1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>autoscaler (v1beta2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-autoscaler1_beta2/3.0.0+20150629" title="API docs for the autoscaler v1beta2">API</a>
|
|
<a href="https://crates.io/crates/google-autoscaler1_beta2/3.0.0+20150629">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_autoscaler1_beta2_cli/index.html" title="CLI docs for the autoscaler v1beta2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-autoscaler1_beta2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>baremetalsolution (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-baremetalsolution2/3.0.0+20220209" title="API docs for the baremetalsolution v2">API</a>
|
|
<a href="https://crates.io/crates/google-baremetalsolution2/3.0.0+20220209">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_baremetalsolution2_cli/index.html" title="CLI docs for the baremetalsolution v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-baremetalsolution2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>bigquery (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-bigquery2/3.0.0+20220222" title="API docs for the bigquery v2">API</a>
|
|
<a href="https://crates.io/crates/google-bigquery2/3.0.0+20220222">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_bigquery2_cli/index.html" title="CLI docs for the bigquery v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-bigquery2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>bigqueryconnection (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-bigqueryconnection1_beta1/3.0.0+20220226" title="API docs for the bigqueryconnection v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-bigqueryconnection1_beta1/3.0.0+20220226">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_bigqueryconnection1_beta1_cli/index.html" title="CLI docs for the bigqueryconnection v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-bigqueryconnection1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>bigquerydatatransfer (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-bigquerydatatransfer1/3.0.0+20220225" title="API docs for the bigquerydatatransfer v1">API</a>
|
|
<a href="https://crates.io/crates/google-bigquerydatatransfer1/3.0.0+20220225">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_bigquerydatatransfer1_cli/index.html" title="CLI docs for the bigquerydatatransfer v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-bigquerydatatransfer1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>bigqueryreservation (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-bigqueryreservation1/3.0.0+20220226" title="API docs for the bigqueryreservation v1">API</a>
|
|
<a href="https://crates.io/crates/google-bigqueryreservation1/3.0.0+20220226">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_bigqueryreservation1_cli/index.html" title="CLI docs for the bigqueryreservation v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-bigqueryreservation1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>bigtableadmin (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-bigtableadmin2/3.0.0+20220222" title="API docs for the bigtableadmin v2">API</a>
|
|
<a href="https://crates.io/crates/google-bigtableadmin2/3.0.0+20220222">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_bigtableadmin2_cli/index.html" title="CLI docs for the bigtableadmin v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-bigtableadmin2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>billingbudgets (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-billingbudgets1/3.0.0+20220227" title="API docs for the billingbudgets v1">API</a>
|
|
<a href="https://crates.io/crates/google-billingbudgets1/3.0.0+20220227">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_billingbudgets1_cli/index.html" title="CLI docs for the billingbudgets v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-billingbudgets1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>billingbudgets (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-billingbudgets1_beta1/3.0.0+20220227" title="API docs for the billingbudgets v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-billingbudgets1_beta1/3.0.0+20220227">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_billingbudgets1_beta1_cli/index.html" title="CLI docs for the billingbudgets v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-billingbudgets1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>binaryauthorization (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-binaryauthorization1/3.0.0+20220225" title="API docs for the binaryauthorization v1">API</a>
|
|
<a href="https://crates.io/crates/google-binaryauthorization1/3.0.0+20220225">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_binaryauthorization1_cli/index.html" title="CLI docs for the binaryauthorization v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-binaryauthorization1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>binaryauthorization (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-binaryauthorization1_beta1/3.0.0+20220225" title="API docs for the binaryauthorization v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-binaryauthorization1_beta1/3.0.0+20220225">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_binaryauthorization1_beta1_cli/index.html" title="CLI docs for the binaryauthorization v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-binaryauthorization1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>blogger (v3)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-blogger3/3.0.0+20220305" title="API docs for the blogger v3">API</a>
|
|
<a href="https://crates.io/crates/google-blogger3/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_blogger3_cli/index.html" title="CLI docs for the blogger v3">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-blogger3-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>books (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-books1/3.0.0+20220301" title="API docs for the books v1">API</a>
|
|
<a href="https://crates.io/crates/google-books1/3.0.0+20220301">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_books1_cli/index.html" title="CLI docs for the books v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-books1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>calendar (v3)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-calendar3/3.0.0+20220217" title="API docs for the calendar v3">API</a>
|
|
<a href="https://crates.io/crates/google-calendar3/3.0.0+20220217">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_calendar3_cli/index.html" title="CLI docs for the calendar v3">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-calendar3-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>certificatemanager (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-certificatemanager1/3.0.0+20220214" title="API docs for the certificatemanager v1">API</a>
|
|
<a href="https://crates.io/crates/google-certificatemanager1/3.0.0+20220214">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_certificatemanager1_cli/index.html" title="CLI docs for the certificatemanager v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-certificatemanager1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>chromemanagement (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-chromemanagement1/3.0.0+20220305" title="API docs for the chromemanagement v1">API</a>
|
|
<a href="https://crates.io/crates/google-chromemanagement1/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_chromemanagement1_cli/index.html" title="CLI docs for the chromemanagement v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-chromemanagement1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>chromepolicy (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-chromepolicy1/3.0.0+20220305" title="API docs for the chromepolicy v1">API</a>
|
|
<a href="https://crates.io/crates/google-chromepolicy1/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_chromepolicy1_cli/index.html" title="CLI docs for the chromepolicy v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-chromepolicy1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>chromeuxreport (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-chromeuxreport1/3.0.0+20220302" title="API docs for the chromeuxreport v1">API</a>
|
|
<a href="https://crates.io/crates/google-chromeuxreport1/3.0.0+20220302">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_chromeuxreport1_cli/index.html" title="CLI docs for the chromeuxreport v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-chromeuxreport1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>classroom (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-classroom1/3.0.0+20220224" title="API docs for the classroom v1">API</a>
|
|
<a href="https://crates.io/crates/google-classroom1/3.0.0+20220224">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_classroom1_cli/index.html" title="CLI docs for the classroom v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-classroom1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudasset (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudasset1/3.0.0+20220225" title="API docs for the cloudasset v1">API</a>
|
|
<a href="https://crates.io/crates/google-cloudasset1/3.0.0+20220225">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudasset1_cli/index.html" title="CLI docs for the cloudasset v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudasset1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudasset (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudasset1_beta1/3.0.0+20220225" title="API docs for the cloudasset v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-cloudasset1_beta1/3.0.0+20220225">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudasset1_beta1_cli/index.html" title="CLI docs for the cloudasset v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudasset1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudbilling (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudbilling1/3.0.0+20220305" title="API docs for the cloudbilling v1">API</a>
|
|
<a href="https://crates.io/crates/google-cloudbilling1/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudbilling1_cli/index.html" title="CLI docs for the cloudbilling v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudbilling1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudbuild (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudbuild1/3.0.0+20220218" title="API docs for the cloudbuild v1">API</a>
|
|
<a href="https://crates.io/crates/google-cloudbuild1/3.0.0+20220218">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudbuild1_cli/index.html" title="CLI docs for the cloudbuild v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudbuild1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudchannel (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudchannel1/3.0.0+20220303" title="API docs for the cloudchannel v1">API</a>
|
|
<a href="https://crates.io/crates/google-cloudchannel1/3.0.0+20220303">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudchannel1_cli/index.html" title="CLI docs for the cloudchannel v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudchannel1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>clouddebugger (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-clouddebugger2/3.0.0+20220225" title="API docs for the clouddebugger v2">API</a>
|
|
<a href="https://crates.io/crates/google-clouddebugger2/3.0.0+20220225">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_clouddebugger2_cli/index.html" title="CLI docs for the clouddebugger v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-clouddebugger2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>clouddeploy (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-clouddeploy1/3.0.0+20220223" title="API docs for the clouddeploy v1">API</a>
|
|
<a href="https://crates.io/crates/google-clouddeploy1/3.0.0+20220223">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_clouddeploy1_cli/index.html" title="CLI docs for the clouddeploy v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-clouddeploy1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>clouderrorreporting (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-clouderrorreporting1_beta1/3.0.0+20220302" title="API docs for the clouderrorreporting v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-clouderrorreporting1_beta1/3.0.0+20220302">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_clouderrorreporting1_beta1_cli/index.html" title="CLI docs for the clouderrorreporting v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-clouderrorreporting1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudfunctions (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudfunctions1/3.0.0+20220224" title="API docs for the cloudfunctions v1">API</a>
|
|
<a href="https://crates.io/crates/google-cloudfunctions1/3.0.0+20220224">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudfunctions1_cli/index.html" title="CLI docs for the cloudfunctions v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudfunctions1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudidentity (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudidentity1/3.0.0+20220301" title="API docs for the cloudidentity v1">API</a>
|
|
<a href="https://crates.io/crates/google-cloudidentity1/3.0.0+20220301">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudidentity1_cli/index.html" title="CLI docs for the cloudidentity v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudidentity1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudiot (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudiot1/3.0.0+20220131" title="API docs for the cloudiot v1">API</a>
|
|
<a href="https://crates.io/crates/google-cloudiot1/3.0.0+20220131">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudiot1_cli/index.html" title="CLI docs for the cloudiot v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudiot1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudkms (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudkms1/3.0.0+20220225" title="API docs for the cloudkms v1">API</a>
|
|
<a href="https://crates.io/crates/google-cloudkms1/3.0.0+20220225">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudkms1_cli/index.html" title="CLI docs for the cloudkms v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudkms1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudkms (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudkms1_beta1/3.0.0+20170515" title="API docs for the cloudkms v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-cloudkms1_beta1/3.0.0+20170515">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudkms1_beta1_cli/index.html" title="CLI docs for the cloudkms v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudkms1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudlatencytest (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudlatencytest2/3.0.0+20160309" title="API docs for the cloudlatencytest v2">API</a>
|
|
<a href="https://crates.io/crates/google-cloudlatencytest2/3.0.0+20160309">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudlatencytest2_cli/index.html" title="CLI docs for the cloudlatencytest v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudlatencytest2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudmonitoring (v2beta2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudmonitoring2_beta2/3.0.0+20170501" title="API docs for the cloudmonitoring v2beta2">API</a>
|
|
<a href="https://crates.io/crates/google-cloudmonitoring2_beta2/3.0.0+20170501">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudmonitoring2_beta2_cli/index.html" title="CLI docs for the cloudmonitoring v2beta2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudmonitoring2_beta2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudprivatecatalog (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudprivatecatalog1_beta1/3.0.0+20200405" title="API docs for the cloudprivatecatalog v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-cloudprivatecatalog1_beta1/3.0.0+20200405">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudprivatecatalog1_beta1_cli/index.html" title="CLI docs for the cloudprivatecatalog v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudprivatecatalog1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudprivatecatalogproducer (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudprivatecatalogproducer1_beta1/3.0.0+20200405" title="API docs for the cloudprivatecatalogproducer v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-cloudprivatecatalogproducer1_beta1/3.0.0+20200405">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudprivatecatalogproducer1_beta1_cli/index.html" title="CLI docs for the cloudprivatecatalogproducer v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudprivatecatalogproducer1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudprofiler (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudprofiler2/3.0.0+20220228" title="API docs for the cloudprofiler v2">API</a>
|
|
<a href="https://crates.io/crates/google-cloudprofiler2/3.0.0+20220228">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudprofiler2_cli/index.html" title="CLI docs for the cloudprofiler v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudprofiler2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudresourcemanager (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudresourcemanager1/3.0.0+20220306" title="API docs for the cloudresourcemanager v1">API</a>
|
|
<a href="https://crates.io/crates/google-cloudresourcemanager1/3.0.0+20220306">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudresourcemanager1_cli/index.html" title="CLI docs for the cloudresourcemanager v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudresourcemanager1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudresourcemanager (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudresourcemanager1_beta1/3.0.0+20220306" title="API docs for the cloudresourcemanager v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-cloudresourcemanager1_beta1/3.0.0+20220306">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudresourcemanager1_beta1_cli/index.html" title="CLI docs for the cloudresourcemanager v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudresourcemanager1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudresourcemanager (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudresourcemanager2/3.0.0+20220306" title="API docs for the cloudresourcemanager v2">API</a>
|
|
<a href="https://crates.io/crates/google-cloudresourcemanager2/3.0.0+20220306">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudresourcemanager2_cli/index.html" title="CLI docs for the cloudresourcemanager v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudresourcemanager2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudresourcemanager (v3)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudresourcemanager3/3.0.0+20220306" title="API docs for the cloudresourcemanager v3">API</a>
|
|
<a href="https://crates.io/crates/google-cloudresourcemanager3/3.0.0+20220306">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudresourcemanager3_cli/index.html" title="CLI docs for the cloudresourcemanager v3">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudresourcemanager3-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudscheduler (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudscheduler1/3.0.0+20220212" title="API docs for the cloudscheduler v1">API</a>
|
|
<a href="https://crates.io/crates/google-cloudscheduler1/3.0.0+20220212">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudscheduler1_cli/index.html" title="CLI docs for the cloudscheduler v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudscheduler1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudscheduler (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudscheduler1_beta1/3.0.0+20220212" title="API docs for the cloudscheduler v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-cloudscheduler1_beta1/3.0.0+20220212">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudscheduler1_beta1_cli/index.html" title="CLI docs for the cloudscheduler v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudscheduler1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudshell (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudshell1/3.0.0+20220301" title="API docs for the cloudshell v1">API</a>
|
|
<a href="https://crates.io/crates/google-cloudshell1/3.0.0+20220301">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudshell1_cli/index.html" title="CLI docs for the cloudshell v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudshell1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudsupport (v2beta)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudsupport2_beta/3.0.0+20220305" title="API docs for the cloudsupport v2beta">API</a>
|
|
<a href="https://crates.io/crates/google-cloudsupport2_beta/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudsupport2_beta_cli/index.html" title="CLI docs for the cloudsupport v2beta">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudsupport2_beta-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudtasks (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudtasks2/3.0.0+20220212" title="API docs for the cloudtasks v2">API</a>
|
|
<a href="https://crates.io/crates/google-cloudtasks2/3.0.0+20220212">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudtasks2_cli/index.html" title="CLI docs for the cloudtasks v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudtasks2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudtasks (v2beta2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudtasks2_beta2/3.0.0+20220212" title="API docs for the cloudtasks v2beta2">API</a>
|
|
<a href="https://crates.io/crates/google-cloudtasks2_beta2/3.0.0+20220212">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudtasks2_beta2_cli/index.html" title="CLI docs for the cloudtasks v2beta2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudtasks2_beta2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudtasks (v2beta3)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudtasks2_beta3/3.0.0+20220212" title="API docs for the cloudtasks v2beta3">API</a>
|
|
<a href="https://crates.io/crates/google-cloudtasks2_beta3/3.0.0+20220212">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudtasks2_beta3_cli/index.html" title="CLI docs for the cloudtasks v2beta3">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudtasks2_beta3-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudtrace (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudtrace1/3.0.0+20220224" title="API docs for the cloudtrace v1">API</a>
|
|
<a href="https://crates.io/crates/google-cloudtrace1/3.0.0+20220224">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudtrace1_cli/index.html" title="CLI docs for the cloudtrace v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudtrace1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cloudtrace (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-cloudtrace2/3.0.0+20220224" title="API docs for the cloudtrace v2">API</a>
|
|
<a href="https://crates.io/crates/google-cloudtrace2/3.0.0+20220224">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_cloudtrace2_cli/index.html" title="CLI docs for the cloudtrace v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-cloudtrace2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>clouduseraccounts (vm_beta)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-clouduseraccountsvm_beta/3.0.0+20160316" title="API docs for the clouduseraccounts vm_beta">API</a>
|
|
<a href="https://crates.io/crates/google-clouduseraccountsvm_beta/3.0.0+20160316">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_clouduseraccountsvm_beta_cli/index.html" title="CLI docs for the clouduseraccounts vm_beta">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-clouduseraccountsvm_beta-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>commentanalyzer (v1alpha1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-commentanalyzer1_alpha1/3.0.0+20200405" title="API docs for the commentanalyzer v1alpha1">API</a>
|
|
<a href="https://crates.io/crates/google-commentanalyzer1_alpha1/3.0.0+20200405">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_commentanalyzer1_alpha1_cli/index.html" title="CLI docs for the commentanalyzer v1alpha1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-commentanalyzer1_alpha1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>composer (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-composer1/3.0.0+20220224" title="API docs for the composer v1">API</a>
|
|
<a href="https://crates.io/crates/google-composer1/3.0.0+20220224">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_composer1_cli/index.html" title="CLI docs for the composer v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-composer1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>compute (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-compute1/3.0.0+20220224" title="API docs for the compute v1">API</a>
|
|
<a href="https://crates.io/crates/google-compute1/3.0.0+20220224">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_compute1_cli/index.html" title="CLI docs for the compute v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-compute1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>connectors (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-connectors1/3.0.0+20220214" title="API docs for the connectors v1">API</a>
|
|
<a href="https://crates.io/crates/google-connectors1/3.0.0+20220214">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_connectors1_cli/index.html" title="CLI docs for the connectors v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-connectors1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>consumersurveys (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-consumersurveys2/3.0.0+20170407" title="API docs for the consumersurveys v2">API</a>
|
|
<a href="https://crates.io/crates/google-consumersurveys2/3.0.0+20170407">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_consumersurveys2_cli/index.html" title="CLI docs for the consumersurveys v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-consumersurveys2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>contactcenterinsights (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-contactcenterinsights1/3.0.0+20220227" title="API docs for the contactcenterinsights v1">API</a>
|
|
<a href="https://crates.io/crates/google-contactcenterinsights1/3.0.0+20220227">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_contactcenterinsights1_cli/index.html" title="CLI docs for the contactcenterinsights v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-contactcenterinsights1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>container (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-container1/3.0.0+20220215" title="API docs for the container v1">API</a>
|
|
<a href="https://crates.io/crates/google-container1/3.0.0+20220215">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_container1_cli/index.html" title="CLI docs for the container v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-container1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>containeranalysis (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-containeranalysis1_beta1/3.0.0+20220225" title="API docs for the containeranalysis v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-containeranalysis1_beta1/3.0.0+20220225">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_containeranalysis1_beta1_cli/index.html" title="CLI docs for the containeranalysis v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-containeranalysis1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>containeranalysis (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-containeranalysis1/3.0.0+20220225" title="API docs for the containeranalysis v1">API</a>
|
|
<a href="https://crates.io/crates/google-containeranalysis1/3.0.0+20220225">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_containeranalysis1_cli/index.html" title="CLI docs for the containeranalysis v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-containeranalysis1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>content (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-content2/3.0.0+20220303" title="API docs for the content v2">API</a>
|
|
<a href="https://crates.io/crates/google-content2/3.0.0+20220303">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_content2_cli/index.html" title="CLI docs for the content v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-content2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>content (v2sandbox)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-content2_sandbox/3.0.0+20181009" title="API docs for the content v2sandbox">API</a>
|
|
<a href="https://crates.io/crates/google-content2_sandbox/3.0.0+20181009">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_content2_sandbox_cli/index.html" title="CLI docs for the content v2sandbox">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-content2_sandbox-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>coordinate (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-coordinate1/3.0.0+20150811" title="API docs for the coordinate v1">API</a>
|
|
<a href="https://crates.io/crates/google-coordinate1/3.0.0+20150811">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_coordinate1_cli/index.html" title="CLI docs for the coordinate v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-coordinate1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>customsearch (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-customsearch1/3.0.0+20220305" title="API docs for the customsearch v1">API</a>
|
|
<a href="https://crates.io/crates/google-customsearch1/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_customsearch1_cli/index.html" title="CLI docs for the customsearch v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-customsearch1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>datacatalog (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-datacatalog1_beta1/3.0.0+20220224" title="API docs for the datacatalog v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-datacatalog1_beta1/3.0.0+20220224">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_datacatalog1_beta1_cli/index.html" title="CLI docs for the datacatalog v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-datacatalog1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>datacatalog (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-datacatalog1/3.0.0+20220224" title="API docs for the datacatalog v1">API</a>
|
|
<a href="https://crates.io/crates/google-datacatalog1/3.0.0+20220224">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_datacatalog1_cli/index.html" title="CLI docs for the datacatalog v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-datacatalog1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>datafusion (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-datafusion1/3.0.0+20211028" title="API docs for the datafusion v1">API</a>
|
|
<a href="https://crates.io/crates/google-datafusion1/3.0.0+20211028">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_datafusion1_cli/index.html" title="CLI docs for the datafusion v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-datafusion1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>datafusion (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-datafusion1_beta1/3.0.0+20211028" title="API docs for the datafusion v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-datafusion1_beta1/3.0.0+20211028">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_datafusion1_beta1_cli/index.html" title="CLI docs for the datafusion v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-datafusion1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>datalabeling (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-datalabeling1_beta1/3.0.0+20220301" title="API docs for the datalabeling v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-datalabeling1_beta1/3.0.0+20220301">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_datalabeling1_beta1_cli/index.html" title="CLI docs for the datalabeling v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-datalabeling1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>datamigration (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-datamigration1/3.0.0+20220216" title="API docs for the datamigration v1">API</a>
|
|
<a href="https://crates.io/crates/google-datamigration1/3.0.0+20220216">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_datamigration1_cli/index.html" title="CLI docs for the datamigration v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-datamigration1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>datapipelines (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-datapipelines1/3.0.0+20220218" title="API docs for the datapipelines v1">API</a>
|
|
<a href="https://crates.io/crates/google-datapipelines1/3.0.0+20220218">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_datapipelines1_cli/index.html" title="CLI docs for the datapipelines v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-datapipelines1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>dataplex (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-dataplex1/3.0.0+20220223" title="API docs for the dataplex v1">API</a>
|
|
<a href="https://crates.io/crates/google-dataplex1/3.0.0+20220223">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_dataplex1_cli/index.html" title="CLI docs for the dataplex v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-dataplex1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>dataproc (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-dataproc1/3.0.0+20220224" title="API docs for the dataproc v1">API</a>
|
|
<a href="https://crates.io/crates/google-dataproc1/3.0.0+20220224">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_dataproc1_cli/index.html" title="CLI docs for the dataproc v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-dataproc1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>datastore (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-datastore1/3.0.0+20220221" title="API docs for the datastore v1">API</a>
|
|
<a href="https://crates.io/crates/google-datastore1/3.0.0+20220221">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_datastore1_cli/index.html" title="CLI docs for the datastore v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-datastore1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>datastore (v1beta3)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-datastore1_beta3/3.0.0+20220221" title="API docs for the datastore v1beta3">API</a>
|
|
<a href="https://crates.io/crates/google-datastore1_beta3/3.0.0+20220221">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_datastore1_beta3_cli/index.html" title="CLI docs for the datastore v1beta3">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-datastore1_beta3-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>datastream (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-datastream1/3.0.0+20220207" title="API docs for the datastream v1">API</a>
|
|
<a href="https://crates.io/crates/google-datastream1/3.0.0+20220207">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_datastream1_cli/index.html" title="CLI docs for the datastream v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-datastream1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>deploymentmanager (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-deploymentmanager2/3.0.0+20220225" title="API docs for the deploymentmanager v2">API</a>
|
|
<a href="https://crates.io/crates/google-deploymentmanager2/3.0.0+20220225">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_deploymentmanager2_cli/index.html" title="CLI docs for the deploymentmanager v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-deploymentmanager2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>deploymentmanager (v2beta2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-deploymentmanager2_beta2/3.0.0+20160201" title="API docs for the deploymentmanager v2beta2">API</a>
|
|
<a href="https://crates.io/crates/google-deploymentmanager2_beta2/3.0.0+20160201">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_deploymentmanager2_beta2_cli/index.html" title="CLI docs for the deploymentmanager v2beta2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-deploymentmanager2_beta2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>dfareporting (v2.8)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-dfareporting2d8/3.0.0+20180830" title="API docs for the dfareporting v2.8">API</a>
|
|
<a href="https://crates.io/crates/google-dfareporting2d8/3.0.0+20180830">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_dfareporting2d8_cli/index.html" title="CLI docs for the dfareporting v2.8">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-dfareporting2d8-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>dfareporting (v3.0)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-dfareporting3/3.0.0+20180830" title="API docs for the dfareporting v3.0">API</a>
|
|
<a href="https://crates.io/crates/google-dfareporting3/3.0.0+20180830">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_dfareporting3_cli/index.html" title="CLI docs for the dfareporting v3.0">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-dfareporting3-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>dfareporting (v3.2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-dfareporting3d2/3.0.0+20190531" title="API docs for the dfareporting v3.2">API</a>
|
|
<a href="https://crates.io/crates/google-dfareporting3d2/3.0.0+20190531">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_dfareporting3d2_cli/index.html" title="CLI docs for the dfareporting v3.2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-dfareporting3d2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>dfareporting (v3.3)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-dfareporting3d3/3.0.0+20220104" title="API docs for the dfareporting v3.3">API</a>
|
|
<a href="https://crates.io/crates/google-dfareporting3d3/3.0.0+20220104">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_dfareporting3d3_cli/index.html" title="CLI docs for the dfareporting v3.3">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-dfareporting3d3-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>dfareporting (v3.4)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-dfareporting3d4/3.0.0+20220104" title="API docs for the dfareporting v3.4">API</a>
|
|
<a href="https://crates.io/crates/google-dfareporting3d4/3.0.0+20220104">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_dfareporting3d4_cli/index.html" title="CLI docs for the dfareporting v3.4">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-dfareporting3d4-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>dfareporting (v3.5)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-dfareporting3d5/3.0.0+20220104" title="API docs for the dfareporting v3.5">API</a>
|
|
<a href="https://crates.io/crates/google-dfareporting3d5/3.0.0+20220104">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_dfareporting3d5_cli/index.html" title="CLI docs for the dfareporting v3.5">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-dfareporting3d5-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>dialogflow (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-dialogflow2/3.0.0+20220228" title="API docs for the dialogflow v2">API</a>
|
|
<a href="https://crates.io/crates/google-dialogflow2/3.0.0+20220228">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_dialogflow2_cli/index.html" title="CLI docs for the dialogflow v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-dialogflow2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>dialogflow (v2beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-dialogflow2_beta1/3.0.0+20220228" title="API docs for the dialogflow v2beta1">API</a>
|
|
<a href="https://crates.io/crates/google-dialogflow2_beta1/3.0.0+20220228">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_dialogflow2_beta1_cli/index.html" title="CLI docs for the dialogflow v2beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-dialogflow2_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>dialogflow (v3)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-dialogflow3/3.0.0+20220228" title="API docs for the dialogflow v3">API</a>
|
|
<a href="https://crates.io/crates/google-dialogflow3/3.0.0+20220228">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_dialogflow3_cli/index.html" title="CLI docs for the dialogflow v3">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-dialogflow3-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>digitalassetlinks (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-digitalassetlinks1/3.0.0+20220301" title="API docs for the digitalassetlinks v1">API</a>
|
|
<a href="https://crates.io/crates/google-digitalassetlinks1/3.0.0+20220301">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_digitalassetlinks1_cli/index.html" title="CLI docs for the digitalassetlinks v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-digitalassetlinks1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>discovery (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-discovery1/3.0.0+20200806" title="API docs for the discovery v1">API</a>
|
|
<a href="https://crates.io/crates/google-discovery1/3.0.0+20200806">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_discovery1_cli/index.html" title="CLI docs for the discovery v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-discovery1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>displayvideo (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-displayvideo1/3.0.0+20220303" title="API docs for the displayvideo v1">API</a>
|
|
<a href="https://crates.io/crates/google-displayvideo1/3.0.0+20220303">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_displayvideo1_cli/index.html" title="CLI docs for the displayvideo v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-displayvideo1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>dlp (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-dlp2/3.0.0+20220227" title="API docs for the dlp v2">API</a>
|
|
<a href="https://crates.io/crates/google-dlp2/3.0.0+20220227">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_dlp2_cli/index.html" title="CLI docs for the dlp v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-dlp2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>dlp (v2beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-dlp2_beta1/3.0.0+20171205" title="API docs for the dlp v2beta1">API</a>
|
|
<a href="https://crates.io/crates/google-dlp2_beta1/3.0.0+20171205">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_dlp2_beta1_cli/index.html" title="CLI docs for the dlp v2beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-dlp2_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>dns (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-dns1/3.0.0+20220217" title="API docs for the dns v1">API</a>
|
|
<a href="https://crates.io/crates/google-dns1/3.0.0+20220217">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_dns1_cli/index.html" title="CLI docs for the dns v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-dns1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>dns (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-dns2/3.0.0+20220217" title="API docs for the dns v2">API</a>
|
|
<a href="https://crates.io/crates/google-dns2/3.0.0+20220217">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_dns2_cli/index.html" title="CLI docs for the dns v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-dns2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>docs (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-docs1/3.0.0+20220301" title="API docs for the docs v1">API</a>
|
|
<a href="https://crates.io/crates/google-docs1/3.0.0+20220301">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_docs1_cli/index.html" title="CLI docs for the docs v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-docs1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>documentai (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-documentai1/3.0.0+20220226" title="API docs for the documentai v1">API</a>
|
|
<a href="https://crates.io/crates/google-documentai1/3.0.0+20220226">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_documentai1_cli/index.html" title="CLI docs for the documentai v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-documentai1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>documentai (v1beta2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-documentai1_beta2/3.0.0+20220226" title="API docs for the documentai v1beta2">API</a>
|
|
<a href="https://crates.io/crates/google-documentai1_beta2/3.0.0+20220226">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_documentai1_beta2_cli/index.html" title="CLI docs for the documentai v1beta2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-documentai1_beta2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>domains (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-domains1_beta1/3.0.0+20220128" title="API docs for the domains v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-domains1_beta1/3.0.0+20220128">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_domains1_beta1_cli/index.html" title="CLI docs for the domains v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-domains1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>domains (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-domains1/3.0.0+20220128" title="API docs for the domains v1">API</a>
|
|
<a href="https://crates.io/crates/google-domains1/3.0.0+20220128">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_domains1_cli/index.html" title="CLI docs for the domains v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-domains1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>domainsrdap (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-domainsrdap1/3.0.0+20220307" title="API docs for the domainsrdap v1">API</a>
|
|
<a href="https://crates.io/crates/google-domainsrdap1/3.0.0+20220307">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_domainsrdap1_cli/index.html" title="CLI docs for the domainsrdap v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-domainsrdap1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>doubleclickbidmanager (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-doubleclickbidmanager1/3.0.0+20210323" title="API docs for the doubleclickbidmanager v1">API</a>
|
|
<a href="https://crates.io/crates/google-doubleclickbidmanager1/3.0.0+20210323">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_doubleclickbidmanager1_cli/index.html" title="CLI docs for the doubleclickbidmanager v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-doubleclickbidmanager1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>doubleclickbidmanager (v1.1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-doubleclickbidmanager1d1/3.0.0+20220302" title="API docs for the doubleclickbidmanager v1.1">API</a>
|
|
<a href="https://crates.io/crates/google-doubleclickbidmanager1d1/3.0.0+20220302">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_doubleclickbidmanager1d1_cli/index.html" title="CLI docs for the doubleclickbidmanager v1.1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-doubleclickbidmanager1d1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>doubleclicksearch (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-doubleclicksearch2/3.0.0+20220301" title="API docs for the doubleclicksearch v2">API</a>
|
|
<a href="https://crates.io/crates/google-doubleclicksearch2/3.0.0+20220301">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_doubleclicksearch2_cli/index.html" title="CLI docs for the doubleclicksearch v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-doubleclicksearch2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>drive (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-drive2/3.0.0+20220225" title="API docs for the drive v2">API</a>
|
|
<a href="https://crates.io/crates/google-drive2/3.0.0+20220225">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_drive2_cli/index.html" title="CLI docs for the drive v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-drive2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>drive (v3)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-drive3/3.0.0+20220225" title="API docs for the drive v3">API</a>
|
|
<a href="https://crates.io/crates/google-drive3/3.0.0+20220225">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_drive3_cli/index.html" title="CLI docs for the drive v3">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-drive3-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>driveactivity (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-driveactivity2/3.0.0+20220301" title="API docs for the driveactivity v2">API</a>
|
|
<a href="https://crates.io/crates/google-driveactivity2/3.0.0+20220301">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_driveactivity2_cli/index.html" title="CLI docs for the driveactivity v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-driveactivity2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>essentialcontacts (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-essentialcontacts1/3.0.0+20220227" title="API docs for the essentialcontacts v1">API</a>
|
|
<a href="https://crates.io/crates/google-essentialcontacts1/3.0.0+20220227">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_essentialcontacts1_cli/index.html" title="CLI docs for the essentialcontacts v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-essentialcontacts1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>eventarc (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-eventarc1/3.0.0+20220301" title="API docs for the eventarc v1">API</a>
|
|
<a href="https://crates.io/crates/google-eventarc1/3.0.0+20220301">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_eventarc1_cli/index.html" title="CLI docs for the eventarc v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-eventarc1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>factchecktools (v1alpha1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-factchecktools1_alpha1/3.0.0+20220305" title="API docs for the factchecktools v1alpha1">API</a>
|
|
<a href="https://crates.io/crates/google-factchecktools1_alpha1/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_factchecktools1_alpha1_cli/index.html" title="CLI docs for the factchecktools v1alpha1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-factchecktools1_alpha1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>fcm (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-fcm1/3.0.0+20220228" title="API docs for the fcm v1">API</a>
|
|
<a href="https://crates.io/crates/google-fcm1/3.0.0+20220228">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_fcm1_cli/index.html" title="CLI docs for the fcm v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-fcm1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>fcmdata (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-fcmdata1_beta1/3.0.0+20220305" title="API docs for the fcmdata v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-fcmdata1_beta1/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_fcmdata1_beta1_cli/index.html" title="CLI docs for the fcmdata v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-fcmdata1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>file (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-file1/3.0.0+20220214" title="API docs for the file v1">API</a>
|
|
<a href="https://crates.io/crates/google-file1/3.0.0+20220214">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_file1_cli/index.html" title="CLI docs for the file v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-file1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>file (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-file1_beta1/3.0.0+20220214" title="API docs for the file v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-file1_beta1/3.0.0+20220214">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_file1_beta1_cli/index.html" title="CLI docs for the file v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-file1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>firebase (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-firebase1_beta1/3.0.0+20220304" title="API docs for the firebase v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-firebase1_beta1/3.0.0+20220304">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_firebase1_beta1_cli/index.html" title="CLI docs for the firebase v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-firebase1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>firebaseappcheck (v1beta)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-firebaseappcheck1_beta/3.0.0+20220225" title="API docs for the firebaseappcheck v1beta">API</a>
|
|
<a href="https://crates.io/crates/google-firebaseappcheck1_beta/3.0.0+20220225">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_firebaseappcheck1_beta_cli/index.html" title="CLI docs for the firebaseappcheck v1beta">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-firebaseappcheck1_beta-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>firebasedatabase (v1beta)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-firebasedatabase1_beta/3.0.0+20220304" title="API docs for the firebasedatabase v1beta">API</a>
|
|
<a href="https://crates.io/crates/google-firebasedatabase1_beta/3.0.0+20220304">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_firebasedatabase1_beta_cli/index.html" title="CLI docs for the firebasedatabase v1beta">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-firebasedatabase1_beta-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>firebasedynamiclinks (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-firebasedynamiclinks1/3.0.0+20220228" title="API docs for the firebasedynamiclinks v1">API</a>
|
|
<a href="https://crates.io/crates/google-firebasedynamiclinks1/3.0.0+20220228">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_firebasedynamiclinks1_cli/index.html" title="CLI docs for the firebasedynamiclinks v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-firebasedynamiclinks1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>firebasehosting (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-firebasehosting1/3.0.0+20220212" title="API docs for the firebasehosting v1">API</a>
|
|
<a href="https://crates.io/crates/google-firebasehosting1/3.0.0+20220212">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_firebasehosting1_cli/index.html" title="CLI docs for the firebasehosting v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-firebasehosting1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>firebasehosting (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-firebasehosting1_beta1/3.0.0+20220212" title="API docs for the firebasehosting v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-firebasehosting1_beta1/3.0.0+20220212">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_firebasehosting1_beta1_cli/index.html" title="CLI docs for the firebasehosting v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-firebasehosting1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>firebaseml (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-firebaseml1/3.0.0+20220302" title="API docs for the firebaseml v1">API</a>
|
|
<a href="https://crates.io/crates/google-firebaseml1/3.0.0+20220302">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_firebaseml1_cli/index.html" title="CLI docs for the firebaseml v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-firebaseml1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>firebaseremoteconfig (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-firebaseremoteconfig1/3.0.0+20171129" title="API docs for the firebaseremoteconfig v1">API</a>
|
|
<a href="https://crates.io/crates/google-firebaseremoteconfig1/3.0.0+20171129">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_firebaseremoteconfig1_cli/index.html" title="CLI docs for the firebaseremoteconfig v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-firebaseremoteconfig1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>firebasestorage (v1beta)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-firebasestorage1_beta/3.0.0+20220218" title="API docs for the firebasestorage v1beta">API</a>
|
|
<a href="https://crates.io/crates/google-firebasestorage1_beta/3.0.0+20220218">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_firebasestorage1_beta_cli/index.html" title="CLI docs for the firebasestorage v1beta">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-firebasestorage1_beta-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>firestore (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-firestore1/3.0.0+20220221" title="API docs for the firestore v1">API</a>
|
|
<a href="https://crates.io/crates/google-firestore1/3.0.0+20220221">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_firestore1_cli/index.html" title="CLI docs for the firestore v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-firestore1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>firestore (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-firestore1_beta1/3.0.0+20220221" title="API docs for the firestore v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-firestore1_beta1/3.0.0+20220221">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_firestore1_beta1_cli/index.html" title="CLI docs for the firestore v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-firestore1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>fitness (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-fitness1/3.0.0+20220302" title="API docs for the fitness v1">API</a>
|
|
<a href="https://crates.io/crates/google-fitness1/3.0.0+20220302">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_fitness1_cli/index.html" title="CLI docs for the fitness v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-fitness1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>fusiontables (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-fusiontables2/3.0.0+20171117" title="API docs for the fusiontables v2">API</a>
|
|
<a href="https://crates.io/crates/google-fusiontables2/3.0.0+20171117">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_fusiontables2_cli/index.html" title="CLI docs for the fusiontables v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-fusiontables2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>games (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-games1/3.0.0+20220217" title="API docs for the games v1">API</a>
|
|
<a href="https://crates.io/crates/google-games1/3.0.0+20220217">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_games1_cli/index.html" title="CLI docs for the games v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-games1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>gamesconfiguration (v1configuration)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-gamesconfiguration1_configuration/3.0.0+20220217" title="API docs for the gamesconfiguration v1configuration">API</a>
|
|
<a href="https://crates.io/crates/google-gamesconfiguration1_configuration/3.0.0+20220217">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_gamesconfiguration1_configuration_cli/index.html" title="CLI docs for the gamesconfiguration v1configuration">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-gamesconfiguration1_configuration-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>gameservices (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-gameservices1/3.0.0+20220223" title="API docs for the gameservices v1">API</a>
|
|
<a href="https://crates.io/crates/google-gameservices1/3.0.0+20220223">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_gameservices1_cli/index.html" title="CLI docs for the gameservices v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-gameservices1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>gamesmanagement (v1management)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-gamesmanagement1_management/3.0.0+20220217" title="API docs for the gamesmanagement v1management">API</a>
|
|
<a href="https://crates.io/crates/google-gamesmanagement1_management/3.0.0+20220217">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_gamesmanagement1_management_cli/index.html" title="CLI docs for the gamesmanagement v1management">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-gamesmanagement1_management-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>gan (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-gan1_beta1/3.0.0+20130205" title="API docs for the gan v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-gan1_beta1/3.0.0+20130205">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_gan1_beta1_cli/index.html" title="CLI docs for the gan v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-gan1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>genomics (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-genomics1/3.0.0+20210324" title="API docs for the genomics v1">API</a>
|
|
<a href="https://crates.io/crates/google-genomics1/3.0.0+20210324">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_genomics1_cli/index.html" title="CLI docs for the genomics v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-genomics1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>gkehub (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-gkehub1/3.0.0+20220211" title="API docs for the gkehub v1">API</a>
|
|
<a href="https://crates.io/crates/google-gkehub1/3.0.0+20220211">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_gkehub1_cli/index.html" title="CLI docs for the gkehub v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-gkehub1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>gmail (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-gmail1/3.0.0+20220228" title="API docs for the gmail v1">API</a>
|
|
<a href="https://crates.io/crates/google-gmail1/3.0.0+20220228">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_gmail1_cli/index.html" title="CLI docs for the gmail v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-gmail1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>gmailpostmastertools (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-gmailpostmastertools1/3.0.0+20220305" title="API docs for the gmailpostmastertools v1">API</a>
|
|
<a href="https://crates.io/crates/google-gmailpostmastertools1/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_gmailpostmastertools1_cli/index.html" title="CLI docs for the gmailpostmastertools v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-gmailpostmastertools1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>gmailpostmastertools (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-gmailpostmastertools1_beta1/3.0.0+20220305" title="API docs for the gmailpostmastertools v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-gmailpostmastertools1_beta1/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_gmailpostmastertools1_beta1_cli/index.html" title="CLI docs for the gmailpostmastertools v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-gmailpostmastertools1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>groupsmigration (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-groupsmigration1/3.0.0+20220226" title="API docs for the groupsmigration v1">API</a>
|
|
<a href="https://crates.io/crates/google-groupsmigration1/3.0.0+20220226">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_groupsmigration1_cli/index.html" title="CLI docs for the groupsmigration v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-groupsmigration1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>groupssettings (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-groupssettings1/3.0.0+20220224" title="API docs for the groupssettings v1">API</a>
|
|
<a href="https://crates.io/crates/google-groupssettings1/3.0.0+20220224">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_groupssettings1_cli/index.html" title="CLI docs for the groupssettings v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-groupssettings1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>healthcare (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-healthcare1/3.0.0+20220223" title="API docs for the healthcare v1">API</a>
|
|
<a href="https://crates.io/crates/google-healthcare1/3.0.0+20220223">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_healthcare1_cli/index.html" title="CLI docs for the healthcare v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-healthcare1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>healthcare (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-healthcare1_beta1/3.0.0+20220223" title="API docs for the healthcare v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-healthcare1_beta1/3.0.0+20220223">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_healthcare1_beta1_cli/index.html" title="CLI docs for the healthcare v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-healthcare1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>iam (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-iam1/3.0.0+20220224" title="API docs for the iam v1">API</a>
|
|
<a href="https://crates.io/crates/google-iam1/3.0.0+20220224">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_iam1_cli/index.html" title="CLI docs for the iam v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-iam1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>iamcredentials (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-iamcredentials1/3.0.0+20220225" title="API docs for the iamcredentials v1">API</a>
|
|
<a href="https://crates.io/crates/google-iamcredentials1/3.0.0+20220225">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_iamcredentials1_cli/index.html" title="CLI docs for the iamcredentials v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-iamcredentials1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>iap (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-iap1/3.0.0+20220225" title="API docs for the iap v1">API</a>
|
|
<a href="https://crates.io/crates/google-iap1/3.0.0+20220225">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_iap1_cli/index.html" title="CLI docs for the iap v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-iap1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>iap (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-iap1_beta1/3.0.0+20220225" title="API docs for the iap v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-iap1_beta1/3.0.0+20220225">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_iap1_beta1_cli/index.html" title="CLI docs for the iap v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-iap1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>ideahub (v1beta)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-ideahub1_beta/3.0.0+20220305" title="API docs for the ideahub v1beta">API</a>
|
|
<a href="https://crates.io/crates/google-ideahub1_beta/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_ideahub1_beta_cli/index.html" title="CLI docs for the ideahub v1beta">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-ideahub1_beta-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>identitytoolkit (v3)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-identitytoolkit3/3.0.0+20180723" title="API docs for the identitytoolkit v3">API</a>
|
|
<a href="https://crates.io/crates/google-identitytoolkit3/3.0.0+20180723">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_identitytoolkit3_cli/index.html" title="CLI docs for the identitytoolkit v3">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-identitytoolkit3-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>ids (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-ids1/3.0.0+20220221" title="API docs for the ids v1">API</a>
|
|
<a href="https://crates.io/crates/google-ids1/3.0.0+20220221">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_ids1_cli/index.html" title="CLI docs for the ids v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-ids1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>indexing (v3)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-indexing3/3.0.0+20220126" title="API docs for the indexing v3">API</a>
|
|
<a href="https://crates.io/crates/google-indexing3/3.0.0+20220126">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_indexing3_cli/index.html" title="CLI docs for the indexing v3">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-indexing3-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>jobs (v3)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-jobs3/3.0.0+20220211" title="API docs for the jobs v3">API</a>
|
|
<a href="https://crates.io/crates/google-jobs3/3.0.0+20220211">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_jobs3_cli/index.html" title="CLI docs for the jobs v3">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-jobs3-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>jobs (v4)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-jobs4/3.0.0+20220211" title="API docs for the jobs v4">API</a>
|
|
<a href="https://crates.io/crates/google-jobs4/3.0.0+20220211">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_jobs4_cli/index.html" title="CLI docs for the jobs v4">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-jobs4-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>keep (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-keep1/3.0.0+20220301" title="API docs for the keep v1">API</a>
|
|
<a href="https://crates.io/crates/google-keep1/3.0.0+20220301">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_keep1_cli/index.html" title="CLI docs for the keep v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-keep1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>language (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-language1/3.0.0+20220218" title="API docs for the language v1">API</a>
|
|
<a href="https://crates.io/crates/google-language1/3.0.0+20220218">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_language1_cli/index.html" title="CLI docs for the language v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-language1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>language (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-language1_beta1/3.0.0+20220218" title="API docs for the language v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-language1_beta1/3.0.0+20220218">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_language1_beta1_cli/index.html" title="CLI docs for the language v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-language1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>libraryagent (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-libraryagent1/3.0.0+20220305" title="API docs for the libraryagent v1">API</a>
|
|
<a href="https://crates.io/crates/google-libraryagent1/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_libraryagent1_cli/index.html" title="CLI docs for the libraryagent v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-libraryagent1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>licensing (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-licensing1/3.0.0+20220305" title="API docs for the licensing v1">API</a>
|
|
<a href="https://crates.io/crates/google-licensing1/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_licensing1_cli/index.html" title="CLI docs for the licensing v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-licensing1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>lifesciences (v2beta)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-lifesciences2_beta/3.0.0+20220211" title="API docs for the lifesciences v2beta">API</a>
|
|
<a href="https://crates.io/crates/google-lifesciences2_beta/3.0.0+20220211">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_lifesciences2_beta_cli/index.html" title="CLI docs for the lifesciences v2beta">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-lifesciences2_beta-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>localservices (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-localservices1/3.0.0+20220305" title="API docs for the localservices v1">API</a>
|
|
<a href="https://crates.io/crates/google-localservices1/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_localservices1_cli/index.html" title="CLI docs for the localservices v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-localservices1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>logging (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-logging2/3.0.0+20220225" title="API docs for the logging v2">API</a>
|
|
<a href="https://crates.io/crates/google-logging2/3.0.0+20220225">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_logging2_cli/index.html" title="CLI docs for the logging v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-logging2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>logging (v2beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-logging2_beta1/3.0.0+20190325" title="API docs for the logging v2beta1">API</a>
|
|
<a href="https://crates.io/crates/google-logging2_beta1/3.0.0+20190325">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_logging2_beta1_cli/index.html" title="CLI docs for the logging v2beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-logging2_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>managedidentities (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-managedidentities1/3.0.0+20220216" title="API docs for the managedidentities v1">API</a>
|
|
<a href="https://crates.io/crates/google-managedidentities1/3.0.0+20220216">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_managedidentities1_cli/index.html" title="CLI docs for the managedidentities v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-managedidentities1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>manager (v1beta2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-manager1_beta2/3.0.0+20140915" title="API docs for the manager v1beta2">API</a>
|
|
<a href="https://crates.io/crates/google-manager1_beta2/3.0.0+20140915">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_manager1_beta2_cli/index.html" title="CLI docs for the manager v1beta2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-manager1_beta2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>manufacturers (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-manufacturers1/3.0.0+20220303" title="API docs for the manufacturers v1">API</a>
|
|
<a href="https://crates.io/crates/google-manufacturers1/3.0.0+20220303">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_manufacturers1_cli/index.html" title="CLI docs for the manufacturers v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-manufacturers1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>memcache (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-memcache1/3.0.0+20220224" title="API docs for the memcache v1">API</a>
|
|
<a href="https://crates.io/crates/google-memcache1/3.0.0+20220224">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_memcache1_cli/index.html" title="CLI docs for the memcache v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-memcache1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>memcache (v1beta2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-memcache1_beta2/3.0.0+20220224" title="API docs for the memcache v1beta2">API</a>
|
|
<a href="https://crates.io/crates/google-memcache1_beta2/3.0.0+20220224">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_memcache1_beta2_cli/index.html" title="CLI docs for the memcache v1beta2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-memcache1_beta2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>metastore (v1beta)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-metastore1_beta/3.0.0+20220222" title="API docs for the metastore v1beta">API</a>
|
|
<a href="https://crates.io/crates/google-metastore1_beta/3.0.0+20220222">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_metastore1_beta_cli/index.html" title="CLI docs for the metastore v1beta">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-metastore1_beta-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>mirror (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-mirror1/3.0.0+20190424" title="API docs for the mirror v1">API</a>
|
|
<a href="https://crates.io/crates/google-mirror1/3.0.0+20190424">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_mirror1_cli/index.html" title="CLI docs for the mirror v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-mirror1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>ml (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-ml1/3.0.0+20220212" title="API docs for the ml v1">API</a>
|
|
<a href="https://crates.io/crates/google-ml1/3.0.0+20220212">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_ml1_cli/index.html" title="CLI docs for the ml v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-ml1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>monitoring (v3)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-monitoring3/3.0.0+20220218" title="API docs for the monitoring v3">API</a>
|
|
<a href="https://crates.io/crates/google-monitoring3/3.0.0+20220218">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_monitoring3_cli/index.html" title="CLI docs for the monitoring v3">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-monitoring3-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>mybusiness (v4)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-mybusiness4/3.0.0+0" title="API docs for the mybusiness v4">API</a>
|
|
<a href="https://crates.io/crates/google-mybusiness4/3.0.0+0">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_mybusiness4_cli/index.html" title="CLI docs for the mybusiness v4">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-mybusiness4-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>mybusinessaccountmanagement (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-mybusinessaccountmanagement1/3.0.0+20220305" title="API docs for the mybusinessaccountmanagement v1">API</a>
|
|
<a href="https://crates.io/crates/google-mybusinessaccountmanagement1/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_mybusinessaccountmanagement1_cli/index.html" title="CLI docs for the mybusinessaccountmanagement v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-mybusinessaccountmanagement1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>mybusinessbusinesscalls (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-mybusinessbusinesscalls1/3.0.0+20220305" title="API docs for the mybusinessbusinesscalls v1">API</a>
|
|
<a href="https://crates.io/crates/google-mybusinessbusinesscalls1/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_mybusinessbusinesscalls1_cli/index.html" title="CLI docs for the mybusinessbusinesscalls v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-mybusinessbusinesscalls1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>mybusinessbusinessinformation (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-mybusinessbusinessinformation1/3.0.0+20220305" title="API docs for the mybusinessbusinessinformation v1">API</a>
|
|
<a href="https://crates.io/crates/google-mybusinessbusinessinformation1/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_mybusinessbusinessinformation1_cli/index.html" title="CLI docs for the mybusinessbusinessinformation v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-mybusinessbusinessinformation1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>mybusinesslodging (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-mybusinesslodging1/3.0.0+20220305" title="API docs for the mybusinesslodging v1">API</a>
|
|
<a href="https://crates.io/crates/google-mybusinesslodging1/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_mybusinesslodging1_cli/index.html" title="CLI docs for the mybusinesslodging v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-mybusinesslodging1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>mybusinessnotifications (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-mybusinessnotifications1/3.0.0+20220305" title="API docs for the mybusinessnotifications v1">API</a>
|
|
<a href="https://crates.io/crates/google-mybusinessnotifications1/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_mybusinessnotifications1_cli/index.html" title="CLI docs for the mybusinessnotifications v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-mybusinessnotifications1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>mybusinessplaceactions (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-mybusinessplaceactions1/3.0.0+20220305" title="API docs for the mybusinessplaceactions v1">API</a>
|
|
<a href="https://crates.io/crates/google-mybusinessplaceactions1/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_mybusinessplaceactions1_cli/index.html" title="CLI docs for the mybusinessplaceactions v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-mybusinessplaceactions1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>mybusinessverifications (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-mybusinessverifications1/3.0.0+20220305" title="API docs for the mybusinessverifications v1">API</a>
|
|
<a href="https://crates.io/crates/google-mybusinessverifications1/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_mybusinessverifications1_cli/index.html" title="CLI docs for the mybusinessverifications v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-mybusinessverifications1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>networkconnectivity (v1alpha1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-networkconnectivity1_alpha1/3.0.0+20220210" title="API docs for the networkconnectivity v1alpha1">API</a>
|
|
<a href="https://crates.io/crates/google-networkconnectivity1_alpha1/3.0.0+20220210">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_networkconnectivity1_alpha1_cli/index.html" title="CLI docs for the networkconnectivity v1alpha1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-networkconnectivity1_alpha1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>networkconnectivity (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-networkconnectivity1/3.0.0+20220210" title="API docs for the networkconnectivity v1">API</a>
|
|
<a href="https://crates.io/crates/google-networkconnectivity1/3.0.0+20220210">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_networkconnectivity1_cli/index.html" title="CLI docs for the networkconnectivity v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-networkconnectivity1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>networkmanagement (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-networkmanagement1/3.0.0+20220223" title="API docs for the networkmanagement v1">API</a>
|
|
<a href="https://crates.io/crates/google-networkmanagement1/3.0.0+20220223">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_networkmanagement1_cli/index.html" title="CLI docs for the networkmanagement v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-networkmanagement1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>networksecurity (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-networksecurity1/3.0.0+20220223" title="API docs for the networksecurity v1">API</a>
|
|
<a href="https://crates.io/crates/google-networksecurity1/3.0.0+20220223">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_networksecurity1_cli/index.html" title="CLI docs for the networksecurity v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-networksecurity1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>networkservices (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-networkservices1/3.0.0+20220222" title="API docs for the networkservices v1">API</a>
|
|
<a href="https://crates.io/crates/google-networkservices1/3.0.0+20220222">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_networkservices1_cli/index.html" title="CLI docs for the networkservices v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-networkservices1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>notebooks (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-notebooks1/3.0.0+20220224" title="API docs for the notebooks v1">API</a>
|
|
<a href="https://crates.io/crates/google-notebooks1/3.0.0+20220224">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_notebooks1_cli/index.html" title="CLI docs for the notebooks v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-notebooks1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>ondemandscanning (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-ondemandscanning1/3.0.0+20220228" title="API docs for the ondemandscanning v1">API</a>
|
|
<a href="https://crates.io/crates/google-ondemandscanning1/3.0.0+20220228">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_ondemandscanning1_cli/index.html" title="CLI docs for the ondemandscanning v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-ondemandscanning1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>orgpolicy (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-orgpolicy2/3.0.0+20220305" title="API docs for the orgpolicy v2">API</a>
|
|
<a href="https://crates.io/crates/google-orgpolicy2/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_orgpolicy2_cli/index.html" title="CLI docs for the orgpolicy v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-orgpolicy2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>oslogin (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-oslogin1/3.0.0+20220228" title="API docs for the oslogin v1">API</a>
|
|
<a href="https://crates.io/crates/google-oslogin1/3.0.0+20220228">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_oslogin1_cli/index.html" title="CLI docs for the oslogin v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-oslogin1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>oslogin (v1beta)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-oslogin1_beta/3.0.0+20220228" title="API docs for the oslogin v1beta">API</a>
|
|
<a href="https://crates.io/crates/google-oslogin1_beta/3.0.0+20220228">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_oslogin1_beta_cli/index.html" title="CLI docs for the oslogin v1beta">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-oslogin1_beta-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>pagespeedonline (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-pagespeedonline2/3.0.0+20191206" title="API docs for the pagespeedonline v2">API</a>
|
|
<a href="https://crates.io/crates/google-pagespeedonline2/3.0.0+20191206">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_pagespeedonline2_cli/index.html" title="CLI docs for the pagespeedonline v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-pagespeedonline2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>pagespeedonline (v4)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-pagespeedonline4/3.0.0+20191206" title="API docs for the pagespeedonline v4">API</a>
|
|
<a href="https://crates.io/crates/google-pagespeedonline4/3.0.0+20191206">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_pagespeedonline4_cli/index.html" title="CLI docs for the pagespeedonline v4">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-pagespeedonline4-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>pagespeedonline (v5)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-pagespeedonline5/3.0.0+20220302" title="API docs for the pagespeedonline v5">API</a>
|
|
<a href="https://crates.io/crates/google-pagespeedonline5/3.0.0+20220302">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_pagespeedonline5_cli/index.html" title="CLI docs for the pagespeedonline v5">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-pagespeedonline5-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>partners (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-partners2/3.0.0+20180925" title="API docs for the partners v2">API</a>
|
|
<a href="https://crates.io/crates/google-partners2/3.0.0+20180925">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_partners2_cli/index.html" title="CLI docs for the partners v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-partners2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>paymentsresellersubscription (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-paymentsresellersubscription1/3.0.0+20220307" title="API docs for the paymentsresellersubscription v1">API</a>
|
|
<a href="https://crates.io/crates/google-paymentsresellersubscription1/3.0.0+20220307">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_paymentsresellersubscription1_cli/index.html" title="CLI docs for the paymentsresellersubscription v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-paymentsresellersubscription1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>people (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-people1/3.0.0+20220303" title="API docs for the people v1">API</a>
|
|
<a href="https://crates.io/crates/google-people1/3.0.0+20220303">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_people1_cli/index.html" title="CLI docs for the people v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-people1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>photoslibrary (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-photoslibrary1/3.0.0+20220303" title="API docs for the photoslibrary v1">API</a>
|
|
<a href="https://crates.io/crates/google-photoslibrary1/3.0.0+20220303">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_photoslibrary1_cli/index.html" title="CLI docs for the photoslibrary v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-photoslibrary1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>playablelocations (v3)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-playablelocations3/3.0.0+20200707" title="API docs for the playablelocations v3">API</a>
|
|
<a href="https://crates.io/crates/google-playablelocations3/3.0.0+20200707">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_playablelocations3_cli/index.html" title="CLI docs for the playablelocations v3">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-playablelocations3-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>playcustomapp (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-playcustomapp1/3.0.0+20220305" title="API docs for the playcustomapp v1">API</a>
|
|
<a href="https://crates.io/crates/google-playcustomapp1/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_playcustomapp1_cli/index.html" title="CLI docs for the playcustomapp v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-playcustomapp1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>playintegrity (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-playintegrity1/3.0.0+20220305" title="API docs for the playintegrity v1">API</a>
|
|
<a href="https://crates.io/crates/google-playintegrity1/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_playintegrity1_cli/index.html" title="CLI docs for the playintegrity v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-playintegrity1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>playmoviespartner (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-playmoviespartner1/3.0.0+20170919" title="API docs for the playmoviespartner v1">API</a>
|
|
<a href="https://crates.io/crates/google-playmoviespartner1/3.0.0+20170919">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_playmoviespartner1_cli/index.html" title="CLI docs for the playmoviespartner v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-playmoviespartner1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>plus (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-plus1/3.0.0+20190616" title="API docs for the plus v1">API</a>
|
|
<a href="https://crates.io/crates/google-plus1/3.0.0+20190616">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_plus1_cli/index.html" title="CLI docs for the plus v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-plus1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>plusdomains (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-plusdomains1/3.0.0+20190616" title="API docs for the plusdomains v1">API</a>
|
|
<a href="https://crates.io/crates/google-plusdomains1/3.0.0+20190616">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_plusdomains1_cli/index.html" title="CLI docs for the plusdomains v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-plusdomains1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>policyanalyzer (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-policyanalyzer1/3.0.0+20220227" title="API docs for the policyanalyzer v1">API</a>
|
|
<a href="https://crates.io/crates/google-policyanalyzer1/3.0.0+20220227">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_policyanalyzer1_cli/index.html" title="CLI docs for the policyanalyzer v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-policyanalyzer1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>policysimulator (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-policysimulator1/3.0.0+20220227" title="API docs for the policysimulator v1">API</a>
|
|
<a href="https://crates.io/crates/google-policysimulator1/3.0.0+20220227">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_policysimulator1_cli/index.html" title="CLI docs for the policysimulator v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-policysimulator1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>policytroubleshooter (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-policytroubleshooter1/3.0.0+20220227" title="API docs for the policytroubleshooter v1">API</a>
|
|
<a href="https://crates.io/crates/google-policytroubleshooter1/3.0.0+20220227">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_policytroubleshooter1_cli/index.html" title="CLI docs for the policytroubleshooter v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-policytroubleshooter1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>prediction (v1.6)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-prediction1d6/3.0.0+20160511" title="API docs for the prediction v1.6">API</a>
|
|
<a href="https://crates.io/crates/google-prediction1d6/3.0.0+20160511">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_prediction1d6_cli/index.html" title="CLI docs for the prediction v1.6">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-prediction1d6-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>privateca (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-privateca1_beta1/3.0.0+20220209" title="API docs for the privateca v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-privateca1_beta1/3.0.0+20220209">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_privateca1_beta1_cli/index.html" title="CLI docs for the privateca v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-privateca1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>privateca (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-privateca1/3.0.0+20220209" title="API docs for the privateca v1">API</a>
|
|
<a href="https://crates.io/crates/google-privateca1/3.0.0+20220209">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_privateca1_cli/index.html" title="CLI docs for the privateca v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-privateca1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>prod_tt_sasportal (v1alpha1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-prod_tt_sasportal1_alpha1/3.0.0+20220303" title="API docs for the prod_tt_sasportal v1alpha1">API</a>
|
|
<a href="https://crates.io/crates/google-prod_tt_sasportal1_alpha1/3.0.0+20220303">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_prod_tt_sasportal1_alpha1_cli/index.html" title="CLI docs for the prod_tt_sasportal v1alpha1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-prod_tt_sasportal1_alpha1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>proximitybeacon (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-proximitybeacon1_beta1/3.0.0+20200127" title="API docs for the proximitybeacon v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-proximitybeacon1_beta1/3.0.0+20200127">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_proximitybeacon1_beta1_cli/index.html" title="CLI docs for the proximitybeacon v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-proximitybeacon1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>pubsub (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-pubsub1/3.0.0+20220221" title="API docs for the pubsub v1">API</a>
|
|
<a href="https://crates.io/crates/google-pubsub1/3.0.0+20220221">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_pubsub1_cli/index.html" title="CLI docs for the pubsub v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-pubsub1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>pubsub (v1beta2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-pubsub1_beta2/3.0.0+20220221" title="API docs for the pubsub v1beta2">API</a>
|
|
<a href="https://crates.io/crates/google-pubsub1_beta2/3.0.0+20220221">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_pubsub1_beta2_cli/index.html" title="CLI docs for the pubsub v1beta2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-pubsub1_beta2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>pubsublite (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-pubsublite1/3.0.0+20220301" title="API docs for the pubsublite v1">API</a>
|
|
<a href="https://crates.io/crates/google-pubsublite1/3.0.0+20220301">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_pubsublite1_cli/index.html" title="CLI docs for the pubsublite v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-pubsublite1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>qpxexpress (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-qpxexpress1/3.0.0+20160708" title="API docs for the qpxexpress v1">API</a>
|
|
<a href="https://crates.io/crates/google-qpxexpress1/3.0.0+20160708">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_qpxexpress1_cli/index.html" title="CLI docs for the qpxexpress v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-qpxexpress1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>realtimebidding (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-realtimebidding1/3.0.0+20220307" title="API docs for the realtimebidding v1">API</a>
|
|
<a href="https://crates.io/crates/google-realtimebidding1/3.0.0+20220307">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_realtimebidding1_cli/index.html" title="CLI docs for the realtimebidding v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-realtimebidding1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>recaptchaenterprise (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-recaptchaenterprise1/3.0.0+20220226" title="API docs for the recaptchaenterprise v1">API</a>
|
|
<a href="https://crates.io/crates/google-recaptchaenterprise1/3.0.0+20220226">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_recaptchaenterprise1_cli/index.html" title="CLI docs for the recaptchaenterprise v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-recaptchaenterprise1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>recommendationengine (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-recommendationengine1_beta1/3.0.0+20220224" title="API docs for the recommendationengine v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-recommendationengine1_beta1/3.0.0+20220224">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_recommendationengine1_beta1_cli/index.html" title="CLI docs for the recommendationengine v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-recommendationengine1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>recommender (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-recommender1/3.0.0+20220228" title="API docs for the recommender v1">API</a>
|
|
<a href="https://crates.io/crates/google-recommender1/3.0.0+20220228">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_recommender1_cli/index.html" title="CLI docs for the recommender v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-recommender1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>recommender (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-recommender1_beta1/3.0.0+20220228" title="API docs for the recommender v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-recommender1_beta1/3.0.0+20220228">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_recommender1_beta1_cli/index.html" title="CLI docs for the recommender v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-recommender1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>redis (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-redis1/3.0.0+20220301" title="API docs for the redis v1">API</a>
|
|
<a href="https://crates.io/crates/google-redis1/3.0.0+20220301">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_redis1_cli/index.html" title="CLI docs for the redis v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-redis1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>remotebuildexecution (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-remotebuildexecution2/3.0.0+20210329" title="API docs for the remotebuildexecution v2">API</a>
|
|
<a href="https://crates.io/crates/google-remotebuildexecution2/3.0.0+20210329">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_remotebuildexecution2_cli/index.html" title="CLI docs for the remotebuildexecution v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-remotebuildexecution2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>replicapool (v1beta2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-replicapool1_beta2/3.0.0+20160512" title="API docs for the replicapool v1beta2">API</a>
|
|
<a href="https://crates.io/crates/google-replicapool1_beta2/3.0.0+20160512">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_replicapool1_beta2_cli/index.html" title="CLI docs for the replicapool v1beta2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-replicapool1_beta2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>replicapoolupdater (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-replicapoolupdater1_beta1/3.0.0+20161003" title="API docs for the replicapoolupdater v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-replicapoolupdater1_beta1/3.0.0+20161003">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_replicapoolupdater1_beta1_cli/index.html" title="CLI docs for the replicapoolupdater v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-replicapoolupdater1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>reseller (v1sandbox)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-reseller1_sandbox/3.0.0+20160329" title="API docs for the reseller v1sandbox">API</a>
|
|
<a href="https://crates.io/crates/google-reseller1_sandbox/3.0.0+20160329">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_reseller1_sandbox_cli/index.html" title="CLI docs for the reseller v1sandbox">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-reseller1_sandbox-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>resourcesettings (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-resourcesettings1/3.0.0+20220305" title="API docs for the resourcesettings v1">API</a>
|
|
<a href="https://crates.io/crates/google-resourcesettings1/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_resourcesettings1_cli/index.html" title="CLI docs for the resourcesettings v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-resourcesettings1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>resourceviews (v1beta2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-resourceviews1_beta2/3.0.0+20160512" title="API docs for the resourceviews v1beta2">API</a>
|
|
<a href="https://crates.io/crates/google-resourceviews1_beta2/3.0.0+20160512">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_resourceviews1_beta2_cli/index.html" title="CLI docs for the resourceviews v1beta2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-resourceviews1_beta2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>retail (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-retail2/3.0.0+20220224" title="API docs for the retail v2">API</a>
|
|
<a href="https://crates.io/crates/google-retail2/3.0.0+20220224">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_retail2_cli/index.html" title="CLI docs for the retail v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-retail2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>run (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-run1/3.0.0+20220225" title="API docs for the run v1">API</a>
|
|
<a href="https://crates.io/crates/google-run1/3.0.0+20220225">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_run1_cli/index.html" title="CLI docs for the run v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-run1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>run (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-run2/3.0.0+20220225" title="API docs for the run v2">API</a>
|
|
<a href="https://crates.io/crates/google-run2/3.0.0+20220225">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_run2_cli/index.html" title="CLI docs for the run v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-run2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>runtimeconfig (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-runtimeconfig1/3.0.0+20220228" title="API docs for the runtimeconfig v1">API</a>
|
|
<a href="https://crates.io/crates/google-runtimeconfig1/3.0.0+20220228">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_runtimeconfig1_cli/index.html" title="CLI docs for the runtimeconfig v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-runtimeconfig1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>runtimeconfig (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-runtimeconfig1_beta1/3.0.0+20220228" title="API docs for the runtimeconfig v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-runtimeconfig1_beta1/3.0.0+20220228">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_runtimeconfig1_beta1_cli/index.html" title="CLI docs for the runtimeconfig v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-runtimeconfig1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>safebrowsing (v4)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-safebrowsing4/3.0.0+20220305" title="API docs for the safebrowsing v4">API</a>
|
|
<a href="https://crates.io/crates/google-safebrowsing4/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_safebrowsing4_cli/index.html" title="CLI docs for the safebrowsing v4">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-safebrowsing4-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>sasportal (v1alpha1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-sasportal1_alpha1/3.0.0+20220301" title="API docs for the sasportal v1alpha1">API</a>
|
|
<a href="https://crates.io/crates/google-sasportal1_alpha1/3.0.0+20220301">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_sasportal1_alpha1_cli/index.html" title="CLI docs for the sasportal v1alpha1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-sasportal1_alpha1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>searchconsole (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-searchconsole1/3.0.0+20220305" title="API docs for the searchconsole v1">API</a>
|
|
<a href="https://crates.io/crates/google-searchconsole1/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_searchconsole1_cli/index.html" title="CLI docs for the searchconsole v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-searchconsole1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>secretmanager (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-secretmanager1/3.0.0+20220226" title="API docs for the secretmanager v1">API</a>
|
|
<a href="https://crates.io/crates/google-secretmanager1/3.0.0+20220226">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_secretmanager1_cli/index.html" title="CLI docs for the secretmanager v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-secretmanager1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>secretmanager (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-secretmanager1_beta1/3.0.0+20220226" title="API docs for the secretmanager v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-secretmanager1_beta1/3.0.0+20220226">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_secretmanager1_beta1_cli/index.html" title="CLI docs for the secretmanager v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-secretmanager1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>securitycenter (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-securitycenter1/3.0.0+20220224" title="API docs for the securitycenter v1">API</a>
|
|
<a href="https://crates.io/crates/google-securitycenter1/3.0.0+20220224">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_securitycenter1_cli/index.html" title="CLI docs for the securitycenter v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-securitycenter1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>servicebroker (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-servicebroker1/3.0.0+20190624" title="API docs for the servicebroker v1">API</a>
|
|
<a href="https://crates.io/crates/google-servicebroker1/3.0.0+20190624">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_servicebroker1_cli/index.html" title="CLI docs for the servicebroker v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-servicebroker1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>servicecontrol (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-servicecontrol1/3.0.0+20220227" title="API docs for the servicecontrol v1">API</a>
|
|
<a href="https://crates.io/crates/google-servicecontrol1/3.0.0+20220227">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_servicecontrol1_cli/index.html" title="CLI docs for the servicecontrol v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-servicecontrol1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>servicecontrol (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-servicecontrol2/3.0.0+20220227" title="API docs for the servicecontrol v2">API</a>
|
|
<a href="https://crates.io/crates/google-servicecontrol2/3.0.0+20220227">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_servicecontrol2_cli/index.html" title="CLI docs for the servicecontrol v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-servicecontrol2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>servicedirectory (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-servicedirectory1/3.0.0+20220224" title="API docs for the servicedirectory v1">API</a>
|
|
<a href="https://crates.io/crates/google-servicedirectory1/3.0.0+20220224">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_servicedirectory1_cli/index.html" title="CLI docs for the servicedirectory v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-servicedirectory1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>servicedirectory (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-servicedirectory1_beta1/3.0.0+20220224" title="API docs for the servicedirectory v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-servicedirectory1_beta1/3.0.0+20220224">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_servicedirectory1_beta1_cli/index.html" title="CLI docs for the servicedirectory v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-servicedirectory1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>serviceregistry (alpha)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-serviceregistryalpha/3.0.0+20160401" title="API docs for the serviceregistry alpha">API</a>
|
|
<a href="https://crates.io/crates/google-serviceregistryalpha/3.0.0+20160401">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_serviceregistryalpha_cli/index.html" title="CLI docs for the serviceregistry alpha">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-serviceregistryalpha-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>sheets (v4)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-sheets4/3.0.0+20220221" title="API docs for the sheets v4">API</a>
|
|
<a href="https://crates.io/crates/google-sheets4/3.0.0+20220221">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_sheets4_cli/index.html" title="CLI docs for the sheets v4">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-sheets4-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>siteverification (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-siteverification1/3.0.0+20191119" title="API docs for the siteverification v1">API</a>
|
|
<a href="https://crates.io/crates/google-siteverification1/3.0.0+20191119">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_siteverification1_cli/index.html" title="CLI docs for the siteverification v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-siteverification1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>smartdevicemanagement (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-smartdevicemanagement1/3.0.0+20220302" title="API docs for the smartdevicemanagement v1">API</a>
|
|
<a href="https://crates.io/crates/google-smartdevicemanagement1/3.0.0+20220302">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_smartdevicemanagement1_cli/index.html" title="CLI docs for the smartdevicemanagement v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-smartdevicemanagement1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>sourcerepo (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-sourcerepo1/3.0.0+20220217" title="API docs for the sourcerepo v1">API</a>
|
|
<a href="https://crates.io/crates/google-sourcerepo1/3.0.0+20220217">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_sourcerepo1_cli/index.html" title="CLI docs for the sourcerepo v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-sourcerepo1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>spectrum (v1explorer)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-spectrum1_explorer/3.0.0+20170306" title="API docs for the spectrum v1explorer">API</a>
|
|
<a href="https://crates.io/crates/google-spectrum1_explorer/3.0.0+20170306">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_spectrum1_explorer_cli/index.html" title="CLI docs for the spectrum v1explorer">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-spectrum1_explorer-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>speech (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-speech1/3.0.0+20220221" title="API docs for the speech v1">API</a>
|
|
<a href="https://crates.io/crates/google-speech1/3.0.0+20220221">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_speech1_cli/index.html" title="CLI docs for the speech v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-speech1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>speech (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-speech1_beta1/3.0.0+20181005" title="API docs for the speech v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-speech1_beta1/3.0.0+20181005">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_speech1_beta1_cli/index.html" title="CLI docs for the speech v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-speech1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>sql (v1beta4)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-sql1_beta4/3.0.0+20200331" title="API docs for the sql v1beta4">API</a>
|
|
<a href="https://crates.io/crates/google-sql1_beta4/3.0.0+20200331">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_sql1_beta4_cli/index.html" title="CLI docs for the sql v1beta4">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-sql1_beta4-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>sqladmin (v1beta4)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-sqladmin1_beta4/3.0.0+20220226" title="API docs for the sqladmin v1beta4">API</a>
|
|
<a href="https://crates.io/crates/google-sqladmin1_beta4/3.0.0+20220226">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_sqladmin1_beta4_cli/index.html" title="CLI docs for the sqladmin v1beta4">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-sqladmin1_beta4-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>sqladmin (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-sqladmin1/3.0.0+20220226" title="API docs for the sqladmin v1">API</a>
|
|
<a href="https://crates.io/crates/google-sqladmin1/3.0.0+20220226">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_sqladmin1_cli/index.html" title="CLI docs for the sqladmin v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-sqladmin1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>storage (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-storage1/3.0.0+20220228" title="API docs for the storage v1">API</a>
|
|
<a href="https://crates.io/crates/google-storage1/3.0.0+20220228">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_storage1_cli/index.html" title="CLI docs for the storage v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-storage1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>storagetransfer (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-storagetransfer1/3.0.0+20220223" title="API docs for the storagetransfer v1">API</a>
|
|
<a href="https://crates.io/crates/google-storagetransfer1/3.0.0+20220223">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_storagetransfer1_cli/index.html" title="CLI docs for the storagetransfer v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-storagetransfer1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>sts (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-sts1/3.0.0+20220227" title="API docs for the sts v1">API</a>
|
|
<a href="https://crates.io/crates/google-sts1/3.0.0+20220227">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_sts1_cli/index.html" title="CLI docs for the sts v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-sts1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>surveys (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-surveys2/3.0.0+20180508" title="API docs for the surveys v2">API</a>
|
|
<a href="https://crates.io/crates/google-surveys2/3.0.0+20180508">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_surveys2_cli/index.html" title="CLI docs for the surveys v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-surveys2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>tagmanager (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-tagmanager1/3.0.0+20220301" title="API docs for the tagmanager v1">API</a>
|
|
<a href="https://crates.io/crates/google-tagmanager1/3.0.0+20220301">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_tagmanager1_cli/index.html" title="CLI docs for the tagmanager v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-tagmanager1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>tagmanager (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-tagmanager2/3.0.0+20220301" title="API docs for the tagmanager v2">API</a>
|
|
<a href="https://crates.io/crates/google-tagmanager2/3.0.0+20220301">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_tagmanager2_cli/index.html" title="CLI docs for the tagmanager v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-tagmanager2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>taskqueue (v1beta2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-taskqueue1_beta2/3.0.0+20160428" title="API docs for the taskqueue v1beta2">API</a>
|
|
<a href="https://crates.io/crates/google-taskqueue1_beta2/3.0.0+20160428">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_taskqueue1_beta2_cli/index.html" title="CLI docs for the taskqueue v1beta2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-taskqueue1_beta2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>tasks (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-tasks1/3.0.0+20220305" title="API docs for the tasks v1">API</a>
|
|
<a href="https://crates.io/crates/google-tasks1/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_tasks1_cli/index.html" title="CLI docs for the tasks v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-tasks1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>testing (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-testing1/3.0.0+20220301" title="API docs for the testing v1">API</a>
|
|
<a href="https://crates.io/crates/google-testing1/3.0.0+20220301">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_testing1_cli/index.html" title="CLI docs for the testing v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-testing1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>texttospeech (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-texttospeech1/3.0.0+20220228" title="API docs for the texttospeech v1">API</a>
|
|
<a href="https://crates.io/crates/google-texttospeech1/3.0.0+20220228">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_texttospeech1_cli/index.html" title="CLI docs for the texttospeech v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-texttospeech1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>tpu (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-tpu1/3.0.0+20220301" title="API docs for the tpu v1">API</a>
|
|
<a href="https://crates.io/crates/google-tpu1/3.0.0+20220301">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_tpu1_cli/index.html" title="CLI docs for the tpu v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-tpu1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>tpu (v1alpha1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-tpu1_alpha1/3.0.0+20220301" title="API docs for the tpu v1alpha1">API</a>
|
|
<a href="https://crates.io/crates/google-tpu1_alpha1/3.0.0+20220301">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_tpu1_alpha1_cli/index.html" title="CLI docs for the tpu v1alpha1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-tpu1_alpha1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>transcoder (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-transcoder1_beta1/3.0.0+20210323" title="API docs for the transcoder v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-transcoder1_beta1/3.0.0+20210323">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_transcoder1_beta1_cli/index.html" title="CLI docs for the transcoder v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-transcoder1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>transcoder (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-transcoder1/3.0.0+20220201" title="API docs for the transcoder v1">API</a>
|
|
<a href="https://crates.io/crates/google-transcoder1/3.0.0+20220201">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_transcoder1_cli/index.html" title="CLI docs for the transcoder v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-transcoder1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>translate (v2)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-translate2/3.0.0+20170525" title="API docs for the translate v2">API</a>
|
|
<a href="https://crates.io/crates/google-translate2/3.0.0+20170525">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_translate2_cli/index.html" title="CLI docs for the translate v2">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-translate2-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>translate (v3)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-translate3/3.0.0+20220121" title="API docs for the translate v3">API</a>
|
|
<a href="https://crates.io/crates/google-translate3/3.0.0+20220121">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_translate3_cli/index.html" title="CLI docs for the translate v3">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-translate3-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>urlshortener (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-urlshortener1/3.0.0+20150519" title="API docs for the urlshortener v1">API</a>
|
|
<a href="https://crates.io/crates/google-urlshortener1/3.0.0+20150519">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_urlshortener1_cli/index.html" title="CLI docs for the urlshortener v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-urlshortener1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>vault (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-vault1/3.0.0+20220222" title="API docs for the vault v1">API</a>
|
|
<a href="https://crates.io/crates/google-vault1/3.0.0+20220222">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_vault1_cli/index.html" title="CLI docs for the vault v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-vault1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>vectortile (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-vectortile1/3.0.0+20210331" title="API docs for the vectortile v1">API</a>
|
|
<a href="https://crates.io/crates/google-vectortile1/3.0.0+20210331">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_vectortile1_cli/index.html" title="CLI docs for the vectortile v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-vectortile1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>verifiedaccess (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-verifiedaccess1/3.0.0+20220215" title="API docs for the verifiedaccess v1">API</a>
|
|
<a href="https://crates.io/crates/google-verifiedaccess1/3.0.0+20220215">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_verifiedaccess1_cli/index.html" title="CLI docs for the verifiedaccess v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-verifiedaccess1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>versionhistory (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-versionhistory1/3.0.0+20220307" title="API docs for the versionhistory v1">API</a>
|
|
<a href="https://crates.io/crates/google-versionhistory1/3.0.0+20220307">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_versionhistory1_cli/index.html" title="CLI docs for the versionhistory v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-versionhistory1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>videointelligence (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-videointelligence1/3.0.0+20220225" title="API docs for the videointelligence v1">API</a>
|
|
<a href="https://crates.io/crates/google-videointelligence1/3.0.0+20220225">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_videointelligence1_cli/index.html" title="CLI docs for the videointelligence v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-videointelligence1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>videointelligence (v1beta1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-videointelligence1_beta1/3.0.0+20171122" title="API docs for the videointelligence v1beta1">API</a>
|
|
<a href="https://crates.io/crates/google-videointelligence1_beta1/3.0.0+20171122">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_videointelligence1_beta1_cli/index.html" title="CLI docs for the videointelligence v1beta1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-videointelligence1_beta1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>vision (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-vision1/3.0.0+20220225" title="API docs for the vision v1">API</a>
|
|
<a href="https://crates.io/crates/google-vision1/3.0.0+20220225">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_vision1_cli/index.html" title="CLI docs for the vision v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-vision1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>vmmigration (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-vmmigration1/3.0.0+20220225" title="API docs for the vmmigration v1">API</a>
|
|
<a href="https://crates.io/crates/google-vmmigration1/3.0.0+20220225">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_vmmigration1_cli/index.html" title="CLI docs for the vmmigration v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-vmmigration1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>webfonts (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-webfonts1/3.0.0+20220215" title="API docs for the webfonts v1">API</a>
|
|
<a href="https://crates.io/crates/google-webfonts1/3.0.0+20220215">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_webfonts1_cli/index.html" title="CLI docs for the webfonts v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-webfonts1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>webmasters (v3)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-webmasters3/3.0.0+20190428" title="API docs for the webmasters v3">API</a>
|
|
<a href="https://crates.io/crates/google-webmasters3/3.0.0+20190428">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_webmasters3_cli/index.html" title="CLI docs for the webmasters v3">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-webmasters3-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>webrisk (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-webrisk1/3.0.0+20220226" title="API docs for the webrisk v1">API</a>
|
|
<a href="https://crates.io/crates/google-webrisk1/3.0.0+20220226">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_webrisk1_cli/index.html" title="CLI docs for the webrisk v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-webrisk1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>workflowexecutions (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-workflowexecutions1/3.0.0+20220222" title="API docs for the workflowexecutions v1">API</a>
|
|
<a href="https://crates.io/crates/google-workflowexecutions1/3.0.0+20220222">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_workflowexecutions1_cli/index.html" title="CLI docs for the workflowexecutions v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-workflowexecutions1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>workflows (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-workflows1/3.0.0+20220223" title="API docs for the workflows v1">API</a>
|
|
<a href="https://crates.io/crates/google-workflows1/3.0.0+20220223">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_workflows1_cli/index.html" title="CLI docs for the workflows v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-workflows1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>youtube (v3)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-youtube3/3.0.0+20220303" title="API docs for the youtube v3">API</a>
|
|
<a href="https://crates.io/crates/google-youtube3/3.0.0+20220303">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_youtube3_cli/index.html" title="CLI docs for the youtube v3">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-youtube3-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>youtubereporting (v1)</td>
|
|
<td>
|
|
<a href="https://docs.rs/google-youtubereporting1/3.0.0+20220305" title="API docs for the youtubereporting v1">API</a>
|
|
<a href="https://crates.io/crates/google-youtubereporting1/3.0.0+20220305">
|
|
<img src="https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico"
|
|
title="This API on crates.io" height="16" width="16"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="google_youtubereporting1_cli/index.html" title="CLI docs for the youtubereporting v1">
|
|
CLI
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<button class="mono" onclick="onClick(this)"
|
|
oncopy="onCopy(event)"
|
|
title="Copy complete installation script to clipboard">
|
|
cargo install google-youtubereporting1-cli
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</body>
|
|
</html>
|