Skip to main content

schemas_revision

Creates, updates, deletes, gets or lists a schemas_revision resource.

Overview

Nameschemas_revision
TypeResource
Idgoogle.pubsub.schemas_revision

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
projects_schemas_delete_revisionDELETEprojectsId, schemasIdDeletes a specific schema revision.

DELETE example

Deletes the specified schemas_revision resource.

/*+ delete */
DELETE FROM google.pubsub.schemas_revision
WHERE projectsId = '{{ projectsId }}'
AND schemasId = '{{ schemasId }}';