このページでは、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-06-16 UTC。"],[[["\u003cp\u003eAPI endpoints, which are URLs specifying the network address of a Google Cloud API service, can be global, locational, or regional.\u003c/p\u003e\n"],["\u003cp\u003eGlobal API endpoints, like \u003ccode\u003estorage.googleapis.com\u003c/code\u003e, do not specify a location and are designed for high availability and low latency for clients around the world.\u003c/p\u003e\n"],["\u003cp\u003eLocational API endpoints, such as \u003ccode\u003eus-west1-storage.googleapis.com\u003c/code\u003e, 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.\u003c/p\u003e\n"],["\u003cp\u003eRegional API endpoints, exemplified by \u003ccode\u003estorage.us-west1.rep.googleapis.com\u003c/code\u003e, 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.\u003c/p\u003e\n"],["\u003cp\u003eAssured 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.\u003c/p\u003e\n"]]],[],null,["# API endpoint types\n==================\n\nThis page describes the different types of API endpoints that can be used in\nAssured Workloads. An API endpoint (or *service endpoint* ) is a URL\nthat specifies the network address of a Google Cloud API service, such as\n`bigquery.googleapis.com`. Google Cloud services allow access to resources using\ndifferent types of API endpoints, including global, locational, and regional\nendpoints. Availability for each type depends on whether they are provided by a\ngiven Google Cloud product or service.\n\nAll Assured Workloads\n[control packages](/assured-workloads/docs/control-packages) support global\nAPI endpoints. Support for locational and regional API endpoints varies across\ncontrol packages.\n\nGlobal API endpoints\n--------------------\n\nA global API endpoint doesn't specify the location in the URL hostname. For\nexample:\n\n- `storage.googleapis.com`\n- `bigquery.googleapis.com`\n- `logging.googleapis.com`\n\nThese globally scoped endpoints provide highly available service endpoints\nthat terminate the TLS session as close to the client as possible, which\nminimizes latency when serving API calls from a dispersed client population\nover the internet.\n\nLocational API endpoints\n------------------------\n\nA locational API endpoint specifies the location in the URL hostname. For\nexample:\n\n- `us-west1-storage.googleapis.com`\n- `us-west1-bigquery.googleapis.com`\n- `us-west1-logging.googleapis.com`\n\nThese locational endpoints offer benefits to customers who require the use of\nlocation-specific services, and want to verify that in-transit data remains in\na particular location when accessed through private connectivity.\n| **Note:** Locational API endpoints are supported by a limited number of services, and their availability may vary. In addition, your organization may require additional configuration to enable them in your organization. Contact [Cloud Customer Care](/support) for more information.\n\nRegional API endpoints\n----------------------\n\nA regional API endpoint specifies the location as a subdomain. For example:\n\n- `storage.us-west1.rep.googleapis.com`\n- `bigquery.us-west1.rep.googleapis.com`\n- `logging.us-west1.rep.googleapis.com`\n\nThese regional endpoints offer the most benefits to customers who require the\nuse of location-specific services, and want to have ways to verify that\nin-transit data remains in a particular location when accessed through either\nprivate connectivity or the public internet.\n| **Note:** Regional API endpoints are supported by a limited number of services, and their availability may vary."]]