PersonResponse
La respuesta para una sola persona
Representación JSON |
{
"httpStatusCode": integer,
"person": {
object (Person )
},
"requestedResourceName": string,
"status": {
object (Status )
}
} |
Campos |
httpStatusCode (deprecated) |
integer
OBSOLETO (en su lugar, usa el estado) Código de estado HTTP 1.1:
|
person |
object (Person )
La persona.
|
requestedResourceName |
string
El nombre del recurso solicitado original. Puede ser diferente del nombre del recurso de la persona que se muestra. El nombre del recurso puede cambiar cuando se agregan o quitan campos que vinculan a un contacto y a un perfil, como un correo electrónico verificado, un número de teléfono verificado o la URL de un perfil.
|
status |
object (Status )
El estado de la respuesta.
|
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: 2024-08-21 (UTC)
[null,null,["Última actualización: 2024-08-21 (UTC)"],[[["The API response provides comprehensive information about a person, including their details, HTTP status, and the requested resource name."],["The `httpStatusCode` field is deprecated and replaced by the more informative `status` object."],["The `person` field contains detailed information about the individual, adhering to the Person object structure."],["The `requestedResourceName` field clarifies the original resource request, which might differ from the returned person's resource name due to dynamic linking of fields like verified emails or profile URLs."],["The response includes a dedicated `status` object offering insights into the success or failure of the request."]]],["The JSON response represents data for a single person. It includes a `person` object, detailed under a separate schema. The response also contains `status` information, and the `requestedResourceName`, which might differ from the person's actual resource name due to field changes. The `httpStatusCode` field is deprecated and should be replaced with `status`. These fields provide details about the request and the returned person's data.\n"]]