Method: accounts.brands.get
リクエストの URI とブランド リソース名に関連付けられた Brand
インスタンスを返します。
HTTP リクエスト
GET https://travelpartner.googleapis.com/v3/{name=accounts/*/brands/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。ブランドのリソース名。形式は accounts/{account_id}/brands/{brandId} です。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には Brand
のインスタンスが含まれます。
認証スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/travelpartner
詳しくは、OAuth 2.0 の概要をご覧ください。
All rights reserved. Java は Oracle および関連会社の登録商標です。
最終更新日 2022-08-23 UTC。
[null,null,["最終更新日 2022-08-23 UTC。"],[[["This document describes how to retrieve a `Brand` instance using the Travel Partner API."],["The request is a `GET` request sent to the specified URL with the brand's resource name as a path parameter."],["The request body should be empty, and a successful response will contain a `Brand` object."],["Authorization is required using the `https://www.googleapis.com/auth/travelpartner` OAuth scope."]]],[]]