Google Photos Library API の以前のドキュメントを表示しています。
AlbumPosition
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
JSON 表現 |
{
"position": enum (PositionType ),
// Union field relative_item can be only one of the following:
"relativeMediaItemId": string,
"relativeEnrichmentItemId": string
// End of list of possible types for union field relative_item .
} |
フィールド |
position |
enum (PositionType )
メディアまたはエンリッチメント アイテムの位置のタイプ。
|
共用体フィールド relative_item 。位置が基準となるアイテム。これは、AFTER_MEDIA_ITEM または AFTER_ENRICHMENT_ITEM の位置タイプを使用する場合にのみ設定する必要があります。relative_item は次のいずれかになります。 |
relativeMediaItemId |
string
位置が基準となるメディア アイテム。位置タイプが AFTER_MEDIA_ITEM の場合にのみ使用されます。
|
relativeEnrichmentItemId |
string
位置の相対的なエンリッチメント アイテム。位置タイプが AFTER_ENRICHMENT_ITEM の場合にのみ使用されます。
|
PositionType
列挙型 |
POSITION_TYPE_UNSPECIFIED |
この列挙型が設定されていない場合のデフォルト値。 |
FIRST_IN_ALBUM |
アルバムの先頭。 |
LAST_IN_ALBUM |
アルバムの最後 |
AFTER_MEDIA_ITEM |
メディア アイテムの後 |
AFTER_ENRICHMENT_ITEM |
エンリッチメント アイテムの後。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-12 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-09-12 UTC。"],[[["`AlbumPosition` defines the position of media or enrichment items within an album using the `PositionType` enum."],["`PositionType` includes options for positioning items at the beginning, end, or relative to other media or enrichment items within the album."],["When specifying positions relative to other items, `relativeMediaItemId` or `relativeEnrichmentItemId` must be used depending on the item type."]]],[]]