schemas_create {googlePubsubR} | R Documentation |
Creates a schema
Description
Creates a schema
Usage
schemas_create(
name,
type = c("AVRO", "PROTOCOL_BUFFER", "TYPE_UNSPECIFIED"),
definition,
project = ps_project_get()
)
Arguments
name |
|
type |
|
definition |
|
project |
|
Value
a Schema
object
See Also
Other Schema functions:
schemas_delete()
,
schemas_exists()
,
schemas_get()
,
schemas_list()
,
schemas_validate_message()
,
schemas_validate()
[Package googlePubsubR version 0.0.4 Index]