Method: chains.get
指定されたチェーンを取得します。チェーンが存在しない場合は NOT_FOUND
を返します。
HTTP リクエスト
GET https://mybusiness.googleapis.com/v4/{name=chains/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
チェーンのリソース名(chains/{chain_place_id} 形式)。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には Chain
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープのいずれかが必要です。
https://www.googleapis.com/auth/plus.business.manage
https://www.googleapis.com/auth/business.manage
詳細については、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-02 UTC。
[null,null,["最終更新日 2023-12-02 UTC。"],[[["Retrieves detailed information about a specific business chain using its unique identifier."],["Requires providing the chain's resource name in the URL path for identification."],["An empty request body is necessary, and a successful response will return a 'Chain' object containing the chain's data."],["Authorization is required using specific OAuth scopes for access and management permissions."]]],["This document details retrieving a specific chain using a `GET` request to `https://mybusiness.googleapis.com/v4/{name=chains/*}`. The `name` path parameter, formatted as `chains/{chain_place_id}`, is required to identify the chain. The request body must be empty. A successful request returns an instance of `Chain`, while a missing chain yields a `NOT_FOUND` error. Authorization requires either the `plus.business.manage` or `business.manage` OAuth scope.\n"]]