2024 年 7 月 31 日をもって、Google ビジネス メッセージはご利用いただけなくなります。詳しくは
こちらをご覧ください。
Method: brands.locations.requestLaunch
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ビジネスの立ち上げプロセスを開始します。ユーザーは、リリース後にビジネス情報を使用できます。ロケーションに指定できる起動インスタンスは一度に 1 つのみです。ビジネスが以前にリリースされていない場合は、リリース ステータスを PENDING
に設定します。
HTTP リクエスト
POST https://businesscommunications.googleapis.com/v1/{name=brands/*/locations/*}:requestLaunch
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。ビジネスの一意の識別子。ブランド ID が「1234」でビジネス ID が「5678」の場合、このパラメータは「brands/1234/locations/5678」に解決されます。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には LocationLaunch
のインスタンスが含まれます。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-01 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2023-12-01 UTC。"],[[["Initiates the launch process for a specified location, making it accessible to users upon completion."],["A location can only undergo one launch process at a time, with the initial launch setting the status to `PENDING`."],["The request requires the location's unique identifier and an empty request body."],["A successful launch returns a LocationLaunch object containing information about the launch process."]]],[]]