Typ zasobu interfejsu API. W przypadku raportu o wykorzystaniu wartość to admin#reports#usageReports.
etag
string
ETag zasobu.
warnings[]
object
ostrzeżenia (jeśli występują).
warnings[].code
string
Kod czytelny dla komputera lub rodzaj ostrzeżenia. Wartość kodu ostrzeżenia to 200.
warnings[].message
string
Zrozumiałe dla człowieka komunikaty ostrzeżenia:
Ostrzeżenie o braku danych – dane z danymi yyyy-mm-dd dla aplikacji „application
name” są niedostępne.
Ostrzeżenie o dostępności częściowych danych – dane z datą rrrr-mm-dd w przypadku aplikacji „application name” są obecnie niedostępne. Spróbuj ponownie za kilka godzin.
warnings[].data[]
object
pary klucz-wartość zawierające szczegółowe informacje o oświadczeniu;
warnings[].data[].key
string
Klucz powiązany z parą klucz-wartość, która zawiera szczegółowe informacje o ostrzeżeniu.
warnings[].data[].value
string
Wartość powiązana z parą klucz-wartość, która zawiera szczegółowe informacje o ostrzeżeniu.
Token określający następną stronę. Raport obejmujący kilka stron zawiera w odpowiedzi właściwość nextPageToken. Aby uzyskać wszystkie strony raportu, w ciągu zapytania pageToken wpisz wartość nextPageToken.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-03-25 UTC."],[],[],null,["# REST Resource: entityUsageReports\n\n- [Resource: UsageReports](#UsageReports)\n - [JSON representation](#UsageReports.SCHEMA_REPRESENTATION)\n - [JSON representation](#UsageReports.SCHEMA_REPRESENTATION.warnings.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: UsageReports\n----------------------\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"kind\": string, \"etag\": string, \"warnings\": [ { \"code\": string, \"message\": string, \"data\": [ { \"key\": string, \"value\": string } ] } ], \"usageReports\": [ { object (/workspace/admin/reports/reference/rest/v1/customerUsageReports#UsageReports.UsageReport) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|---------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `kind` | `string` The type of API resource. For a usage report, the value is `admin#reports#usageReports`. |\n| `etag` | `string` ETag of the resource. |\n| `warnings[]` | `object` Warnings, if any. |\n| `warnings[].code` | `string` Machine readable code or warning type. The warning code value is `200`. |\n| `warnings[].message` | `string` The human readable messages for a warning are: - Data is not available warning - Sorry, data for date yyyy-mm-dd for application \"`application name`\" is not available. - Partial data is available warning - Data for date yyyy-mm-dd for application \"`application name`\" is not available right now, please try again after a few hours. \u003cbr /\u003e |\n| `warnings[].data[]` | `object` Key-value pairs to give detailed information on the warning. |\n| `warnings[].data[].key` | `string` Key associated with a key-value pair to give detailed information on the warning. |\n| `warnings[].data[].value` | `string` Value associated with a key-value pair to give detailed information on the warning. |\n| `usageReports[]` | `object (`[UsageReport](/workspace/admin/reports/reference/rest/v1/customerUsageReports#UsageReports.UsageReport)`)` Various application parameter records. |\n| `nextPageToken` | `string` Token to specify next page. A report with multiple pages has a `nextPageToken` property in the response. For your follow-on requests getting all of the report's pages, enter the `nextPageToken` value in the `pageToken` query string. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|\n| ### [get](/workspace/admin/reports/reference/rest/v1/entityUsageReports/get) | Retrieves a report which is a collection of properties and statistics for entities used by users within the account. |"]]