IndexingDatasources
class IndexingDatasources extends Resource (View source)
The "datasources" collection of methods.
Typical usage is:
$cloudsearchService = new Google\Service\CloudSearch(...);
$datasources = $cloudsearchService->indexing_datasources;
Methods
Deletes the schema of a data source. Note: This API requires an admin or service account to execute. (datasources.deleteSchema)
Gets the schema of a data source. Note: This API requires an admin or service account to execute. (datasources.getSchema)
Updates the schema of a data source. This method does not perform incremental updates to the schema. Instead, this method updates the schema by overwriting the entire schema. Note: This API requires an admin or service account to execute. (datasources.updateSchema)
Details
Operation
deleteSchema(string $name, array $optParams = [])
Deletes the schema of a data source. Note: This API requires an admin or service account to execute. (datasources.deleteSchema)
Schema
getSchema(string $name, array $optParams = [])
Gets the schema of a data source. Note: This API requires an admin or service account to execute. (datasources.getSchema)
Operation
updateSchema(string $name, UpdateSchemaRequest $postBody, array $optParams = [])
Updates the schema of a data source. This method does not perform incremental updates to the schema. Instead, this method updates the schema by overwriting the entire schema. Note: This API requires an admin or service account to execute. (datasources.updateSchema)