ClassReference
Odwołanie do klasy, które służy do deklarowania typu pola lub zwracanej wartości. Wyliczenia są również typem klasy, do których można się odwoływać za pomocą klasy ClassReference.
Reprezentacja YAML |
name: string
list: boolean |
Pola |
name |
string
Wymagane. Nazwa wbudowanego lub niestandardowego typu parametru. Przykłady: PizzaToppings , actions.type.Number
|
list |
boolean
Opcjonalnie: Wskazuje, czy typ danych reprezentuje listę wartości.
|
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-22 UTC.
[null,null,["Ostatnia aktualizacja: 2024-08-22 UTC."],[[["ClassReference is used to define the type of a field or return value, including enums."],["It is represented in YAML with a `name` field (required) indicating the type and an optional `list` field specifying if it's a list of values."],["The `name` field can reference built-in types or custom types using their names."]]],[]]