--- v19/common/criteria.proto 2025-05-30 15:35:53.000000000 +0000 +++ v20/common/criteria.proto 2025-05-30 15:35:59.000000000 +0000 @@ -680,6 +680,12 @@ optional string argument = 4; } +// Represents a list of webpage criteria. +message WebpageListInfo { + // Shared set resource name of the webpage list. + optional string shared_set = 1; +} + // List of sample urls that match the website target message WebpageSampleInfo { // Webpage sample urls
/common/criteria.proto
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-06-04 UTC。