Lists all schemas in a project

schemas_list(
  project = ps_project_get(),
  pageSize = NULL,
  view = c("SCHEMA_VIEW_UNSPECIFIED", "BASIC", "FULL"),
  pageToken = NULL
)

Arguments

project

character GCP project id

pageSize

numeric Maximum number of schemas to return

view

list The set of Schema fields to return in the response

pageToken

character The value returned by the last ListSchemasResponse; indicates that this is a continuation of a prior ListSchemas call, and that the system should return the next page of data

Value

A data.frame containing all schema objects and properties