Method: genericclass.list
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
指定された発行者 ID のすべての汎用クラスのリストを返します。
HTTP リクエスト
GET https://walletobjects.googleapis.com/walletobjects/v1/genericClass
この URL は gRPC Transcoding 構文を使用します。
クエリ パラメータ
パラメータ |
issuerId |
string (int64 format)
クラスを一覧表示する権限を持つ発行者の ID。
|
token |
string
maxResults が指定されていて、リスト内に maxResults 個を超えるクラスがある場合に、次の結果セットを取得するために使用されます。たとえば、200 個のクラスを含むリストがあり、maxResults を 20 に設定してリストを呼び出すと、最初の 20 個のクラスとトークンが返されます。次の 20 個のクラスを取得するには、maxResults を 20 に設定したトークンを使用してリストを再度呼び出します。
|
maxResults |
integer
リストから返される結果の最大数を指定します。maxResults が定義されていない場合は、すべての結果が返されます。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
指定された発行者 ID のすべての汎用クラスのリストを含む genericclass.list レスポンス。
成功した場合、レスポンスの本文には次の構造のデータが含まれます。
フィールド |
resources[] |
object (GenericClass )
一覧表示リクエストに対応するリソース。
|
pagination |
object (Pagination )
レスポンスのページ分け。
|
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/wallet_object.issuer
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[[["\u003cp\u003eThis document details the process for retrieving a list of all generic classes associated with a specific issuer ID using the Google Wallet API.\u003c/p\u003e\n"],["\u003cp\u003eThe request is made using an HTTP GET method to a defined endpoint with query parameters for issuer ID, pagination token, and maximum results.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes a list of generic classes and pagination details for navigating large result sets.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/wallet_object.issuer\u003c/code\u003e OAuth scope for access.\u003c/p\u003e\n"]]],["This document details how to retrieve a list of generic classes associated with a specific issuer ID. A `GET` request is sent to the provided URL, including the issuer ID, an optional token for pagination, and an optional maximum results parameter in the query. The request body must be empty. A successful response returns a JSON object containing an array of `GenericClass` resources and pagination information if available, all within the authorized OAuth scope.\n"],null,["# Method: genericclass.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.GenericClassListResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n\nReturns a list of all generic classes for a given issuer ID.\n\n### HTTP request\n\n`GET https://walletobjects.googleapis.com/walletobjects/v1/genericClass`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Query parameters\n\n| Parameters ||\n|--------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `issuerId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The ID of the issuer authorized to list classes. |\n| `token` | `string` Used to get the next set of results if `maxResults` is specified, but more than `maxResults` classes are available in a list. For example, if you have a list of 200 classes and you call list with `maxResults` set to 20, list will return the first 20 classes and a token. Call list again with `maxResults` set to 20 and the token to get the next 20 classes. |\n| `maxResults` | `integer` Identifies the max number of results returned by a list. All results are returned if `maxResults` isn't defined. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\ngenericclass.list response which contains the list of all generic classes for a given issuer ID.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"resources\": [ { object (/wallet/reference/rest/v1/genericclass#GenericClass) } ], \"pagination\": { object (/wallet/reference/rest/v1/Pagination) } } ``` |\n\n| Fields ||\n|---------------|-------------------------------------------------------------------------------------------------------------------------------|\n| `resources[]` | `object (`[GenericClass](/wallet/reference/rest/v1/genericclass#GenericClass)`)` Resources corresponding to the list request. |\n| `pagination` | `object (`[Pagination](/wallet/reference/rest/v1/Pagination)`)` Pagination of the response. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/wallet_object.issuer`"]]