Method: networks.hubs.get
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
HTTP リクエスト
GET https://middlemileoptimization.googleapis.com/v1/{name=networks/*/hubs/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。取得するハブの名前。形式: networks/{network}/hubs/{hub}
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には Hub
のインスタンスが含まれます。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-09 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"]],["最終更新日 2024-08-09 UTC。"],[[["Retrieves detailed information about a specific network Hub."],["Uses a GET request with the format `https://middlemileoptimization.googleapis.com/v1/{name=networks/*/hubs/*}` to access Hub details."],["Requires specifying the Hub's network and name in the URL path."],["Returns a `Hub` object containing the requested Hub's information upon successful retrieval."]]],["This describes how to retrieve details about a specific Hub. A `GET` request is sent to the provided URL, using gRPC Transcoding syntax. The URL requires the `name` parameter, a string specifying the hub's unique identifier in the format \"networks/{network}/hubs/{hub}\". The request body must be empty. Upon successful execution, the response contains the details of the requested Hub, formatted as an instance of the Hub object.\n"]]