このページでは、Assured Workloads で使用できるさまざまなタイプの API エンドポイントについて説明します。API エンドポイント(またはサービス エンドポイント)は、 Google Cloud API サービスのネットワーク アドレス(bigquery.googleapis.com など)を指定する URL です。 Google Cloud サービスでは、グローバル エンドポイント、ロケーション エンドポイント、リージョン エンドポイントなど、さまざまなタイプの API エンドポイントを使用してリソースにアクセスできます。各タイプの可用性は、特定の Google Cloud プロダクトまたはサービスによって提供されているかどうかによって異なります。
Assured Workloads のすべてのコントロール パッケージは、グローバル API エンドポイントをサポートしています。ロケーション API エンドポイントとリージョン API エンドポイントのサポートは、コントロール パッケージによって異なります。
グローバル API エンドポイント
グローバル API エンドポイントは、URL ホスト名でロケーションを指定しません。次に例を示します。
storage.googleapis.com
bigquery.googleapis.com
logging.googleapis.com
これらのグローバル スコープのエンドポイントは、可能な限りクライアントに近い場所で TLS セッションを終端する高可用性サービス エンドポイントを提供します。これにより、分散したクライアント群からのインターネット経由での API 呼び出しを処理する際のレイテンシを最小限に抑えることができます。
ロケーション API エンドポイント
ロケーション API エンドポイントは、URL ホスト名でロケーションを指定します。次に例を示します。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-03-06 UTC。"],[[["API endpoints, which are URLs specifying the network address of a Google Cloud API service, can be global, locational, or regional."],["Global API endpoints, like `storage.googleapis.com`, do not specify a location and are designed for high availability and low latency for clients around the world."],["Locational API endpoints, such as `us-west1-storage.googleapis.com`, include the location in the hostname and are used by customers who require location-specific services and wish to keep in-transit data in a specific area."],["Regional API endpoints, exemplified by `storage.us-west1.rep.googleapis.com`, use a location subdomain and offer the greatest control for keeping in-transit data within a specific region, either via private connectivity or the internet."],["Assured Workloads control packages support global API endpoints, while support for locational and regional endpoints varies, with the availability of both locational and regional endpoints being limited across Google Cloud services."]]],[]]