Package google.cloud.location
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ロケーション
GetLocation |
rpc GetLocation(GetLocationRequest ) returns (Location )
ロケーションに関する情報を取得します。
- 認可スコープ
-
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/cloud-platform
詳細については、認証の概要をご覧ください。
|
GetLocationRequest
フィールド |
name |
string
ロケーションのリソース名。
|
ListLocationsRequest
フィールド |
name |
string
ロケーションのコレクションを所有するリソース(該当する場合)。
|
filter |
string
結果を絞り込んで、目的のサブセットに限定するフィルタ。フィルタリング言語は "displayName=tokyo" のような文字列を受け入れます。詳細については AIP-160 をご覧ください。
|
page_size |
int32
返される結果の最大件数です。設定されていない場合、サービスはデフォルトを選択します。
|
page_token |
string
レスポンスの next_page_token フィールドから受け取ったページトークン。そのページトークンを送信して、後続のページを受け取ります。
|
ListLocationsResponse
フィールド |
locations[] |
Location
リクエストで指定したフィルタに一致するロケーションのリスト。
|
next_page_token |
string
標準的なリストの次ページのトークン。
|
ロケーション
Google Cloud のロケーションを表すリソース。
フィールド |
name |
string
ロケーションに対応するリソース名。実装ごとに異なる場合があります。例: "projects/example-project/locations/us-east1"
|
location_id |
string
このロケーションの正規 ID。例: "us-east1" 。
|
display_name |
string
このロケーションのわかりやすい名前。通常は、近くの都市名です。たとえば、「東京」などです。
|
labels |
map<string, string>
サービス間にまたがり有効なロケーションに対応する属性。例:
{"cloud.googleapis.com/region": "us-east1"}
|
metadata |
Any
サービス固有のメタデータ。たとえば、特定のロケーションで使用可能な容量などです。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-05-20 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-05-20 UTC。"],[],[],null,["# Package google.cloud.location\n\nIndex\n-----\n\n- [Locations](/kubernetes-engine/fleet-management/docs/reference/rpc/google.cloud.location#google.cloud.location.Locations) (interface)\n- [GetLocationRequest](/kubernetes-engine/fleet-management/docs/reference/rpc/google.cloud.location#google.cloud.location.GetLocationRequest) (message)\n- [ListLocationsRequest](/kubernetes-engine/fleet-management/docs/reference/rpc/google.cloud.location#google.cloud.location.ListLocationsRequest) (message)\n- [ListLocationsResponse](/kubernetes-engine/fleet-management/docs/reference/rpc/google.cloud.location#google.cloud.location.ListLocationsResponse) (message)\n- [Location](/kubernetes-engine/fleet-management/docs/reference/rpc/google.cloud.location#google.cloud.location.Location) (message)\n\nLocations\n---------\n\nAn abstract interface that provides location-related information for a service. Service-specific metadata is provided through the [Location.metadata](/kubernetes-engine/fleet-management/docs/reference/rpc/google.cloud.location#google.cloud.location.Location.FIELDS.google.protobuf.Any.google.cloud.location.Location.metadata) field.\n\nGetLocationRequest\n------------------\n\nThe request message for [Locations.GetLocation](/kubernetes-engine/fleet-management/docs/reference/rpc/google.cloud.location#google.cloud.location.Locations.GetLocation).\n\nListLocationsRequest\n--------------------\n\nThe request message for [Locations.ListLocations](/kubernetes-engine/fleet-management/docs/reference/rpc/google.cloud.location#google.cloud.location.Locations.ListLocations).\n\nListLocationsResponse\n---------------------\n\nThe response message for [Locations.ListLocations](/kubernetes-engine/fleet-management/docs/reference/rpc/google.cloud.location#google.cloud.location.Locations.ListLocations).\n\nLocation\n--------\n\nA resource that represents a Google Cloud location."]]