/
/Cloud Pub/Sub API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2mo ago · Updated 2mo ago
projects33
  • post/v1/{+resource}:testIamPermissions
  • get/v1/{+name}
  • put/v1/{+name}
  • delete/v1/{+name}
  • patch/v1/{+name}
  • get/v1/{+project}/topics
  • post/v1/{+topic}:publish
  • get/v1/{+topic}
  • delete/v1/{+topic}
  • get/v1/{+resource}:getIamPolicy
  • post/v1/{+resource}:setIamPolicy
  • get/v1/{+topic}/subscriptions
  • get/v1/{+topic}/snapshots
  • post/v1/{+subscription}:acknowledge
  • get/v1/{+subscription}
  • delete/v1/{+subscription}
  • post/v1/{+subscription}:modifyAckDeadline
  • post/v1/{+subscription}:pull
  • post/v1/{+subscription}:detach
  • post/v1/{+subscription}:modifyPushConfig
  • post/v1/{+subscription}:seek
  • get/v1/{+project}/subscriptions
  • get/v1/{+project}/snapshots
  • get/v1/{+snapshot}
  • delete/v1/{+snapshot}
  • post/v1/{+name}:rollback
  • get/v1/{+name}:listRevisions
  • post/v1/{+parent}/schemas:validate
  • post/v1/{+parent}/schemas:validateMessage
  • post/v1/{+name}:commit
  • get/v1/{+parent}/schemas
  • post/v1/{+parent}/schemas
  • delete/v1/{+name}:deleteRevision
    projects

    Gets a schema.

    get/v1/{+name}

    Path parameters

    namestring required

    Required. The name of the schema to get. Format is projects/{project}/schemas/{schema}.

    Query parameters

    view'SCHEMA_VIEW_UNSPECIFIED' | 'BASIC' | 'FULL'

    The set of fields to return in the response. If not set, returns a Schema with all fields filled out. Set to BASIC to omit the definition.

    Response

    Successful response

    Changes