Method: genericclass.list
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Devuelve una lista de todas las clases genéricas de un ID de entidad emisora determinado.
Solicitud HTTP
GET https://walletobjects.googleapis.com/walletobjects/v1/genericClass
La URL usa la sintaxis de la transcodificación gRPC.
Parámetros de consulta
Parámetros |
issuerId |
string (int64 format)
Es el ID de la entidad emisora autorizada para enumerar clases.
|
token |
string
Se usa para obtener el siguiente conjunto de resultados si se especifica maxResults , pero hay más de maxResults clases disponibles en una lista. Por ejemplo, si tienes una lista de 200 clases y tu lista de llamadas con maxResults establecido en 20, list mostrará las primeras 20 clases y un token. Nueva lista de llamadas con maxResults establecido en 20 y el token para obtener las siguientes 20 clases.
|
maxResults |
integer
Identifica la cantidad máxima de resultados que muestra una lista. Si no se definió maxResults , se muestran todos los resultados.
|
Cuerpo de la solicitud
El cuerpo de la solicitud debe estar vacío.
Cuerpo de la respuesta
Es la respuesta genéricaclass.list que contiene la lista de todas las clases genéricas de un ID de entidad emisora determinado.
Si se ejecuta correctamente, el cuerpo de la respuesta contendrá datos con la siguiente estructura:
Campos |
resources[] |
object (GenericClass )
Recursos correspondientes a la solicitud de lista
|
pagination |
object (Pagination )
Paginación de la respuesta.
|
Alcances de autorización
Requiere el siguiente alcance de OAuth:
https://www.googleapis.com/auth/wallet_object.issuer
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-25 (UTC)
[null,null,["Última actualización: 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`"]]