schemas_list: Lists all schemas in a project

View source: R/schemas.R

schemas_listR Documentation

Lists all schemas in a project

Description

Lists all schemas in a project

Usage

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

See Also

Other Schema functions: schemas_create(), schemas_delete(), schemas_exists(), schemas_get(), schemas_validate_message(), schemas_validate()


googlePubsubR documentation built on March 7, 2023, 6:38 p.m.