Aktualizuje schemat źródła danych. Ta metoda nie przeprowadza przyrostowych aktualizacji schematu. Ta metoda aktualizuje schemat, zastępując cały schemat.
Uwaga: wykonanie tego interfejsu API wymaga konta administratora lub konta usługi.
Żądanie HTTP
PUT https://cloudsearch.googleapis.com/v1/indexing/{name=datasources/*}/schema
Jeśli ma wartość true (prawda), schemat zostanie sprawdzony pod kątem prawidłowości, ale nie zostanie zarejestrowany w źródle danych, nawet jeśli jest prawidłowy.
[[["Ł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: 2024-10-11 UTC."],[[["This API updates a data source's schema by completely replacing the existing one with a new one provided in the request."],["The request requires specifying the data source name and the new schema, with options for validation and debugging."],["Admin or service account authorization is necessary to execute this API."],["Successful execution returns an Operation object indicating the status of the schema update."],["OAuth scopes like `cloud_search.settings.indexing`, `cloud_search.settings`, or `cloud_search` are needed for authorization."]]],[]]