Method: networks.lines.rotations.create
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
HTTP リクエスト
POST https://middlemileoptimization.googleapis.com/v1/{parent=networks/*/lines/*}/rotations
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
| パラメータ |
parent |
string
必須。この線の回転が作成される親リソース。形式: 「networks/{network}/lines/{line}」
|
クエリ パラメータ
| パラメータ |
lineRotationId |
string
必須。作成する線の回転の識別子。
|
リクエスト本文
リクエストの本文には LineRotation のインスタンスが含まれます。
レスポンスの本文
成功した場合、レスポンスの本文には、新しく作成された LineRotation のインスタンスが含まれます。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 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。"],[],["A `LineRotation` is created via a POST request to a specific URL structure: `https://middlemileoptimization.googleapis.com/v1/{parent=networks/*/lines/*}/rotations`. The `parent` parameter, in the format \"networks/{network}/lines/{line}\", is required and identifies the location. The request must include a `lineRotationId` query parameter for the identifier and the request body needs an instance of `LineRotation`. Successful creation returns the newly created `LineRotation` instance.\n"]]