RequestMask
WYCOFANY (zamiast niego użyj personFields
)
Określa, które osoby powinny znaleźć się w odpowiedzi.
Zapis JSON |
{
"includeField": string
} |
Pola |
includeField |
string (FieldMask format)
Wymagane. Rozdzielona przecinkami lista pól dotyczących osób, które mają zostać uwzględnione w odpowiedzi. Każda ścieżka powinna zaczynać się od person. , na przykład person.names lub person.photos .
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-21 UTC.
[null,null,["Ostatnia aktualizacja: 2024-08-21 UTC."],[[["This item is deprecated and users should utilize `personFields` instead."],["It describes which person fields to return in the response using a JSON representation."],["The `includeField` requires a FieldMask format to specify desired fields."],["Users must provide a comma-separated list of person fields, prefixed with `person.`, to be included in the response."]]],["The deprecated item describes the `includeField` for specifying which person fields to return in a response. It is represented in JSON as `{\"includeField\": string}`. The `includeField` is a required string containing a comma-separated list of person fields, formatted as `person.field`, using the FieldMask format. This has been deprecated in favor of `personFields`.\n"]]