SchemaService

com.google.pubsub.v1.schema.SchemaService
See theSchemaService companion object
trait SchemaService[F[_]]

Service for doing schema-related operations.

Attributes

Companion
object
Source
SchemaService.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Commits a new schema revision to an existing schema.

Commits a new schema revision to an existing schema.

Attributes

Source
SchemaService.scala

Creates a schema.

Creates a schema.

Attributes

Source
SchemaService.scala
def deleteSchema(request: DeleteSchemaRequest, ctx: Headers): F[Empty]

Deletes a schema.

Deletes a schema.

Attributes

Source
SchemaService.scala

Deletes a specific schema revision.

Deletes a specific schema revision.

Attributes

Source
SchemaService.scala
def getSchema(request: GetSchemaRequest, ctx: Headers): F[Schema]

Gets a schema.

Gets a schema.

Attributes

Source
SchemaService.scala

Lists all schema revisions for the named schema.

Lists all schema revisions for the named schema.

Attributes

Source
SchemaService.scala

Lists schemas in a project.

Lists schemas in a project.

Attributes

Source
SchemaService.scala

Creates a new schema revision that is a copy of the provided revision_id.

Creates a new schema revision that is a copy of the provided revision_id.

Attributes

Source
SchemaService.scala

Validates a message against a schema.

Validates a message against a schema.

Attributes

Source
SchemaService.scala

Validates a schema.

Validates a schema.

Attributes

Source
SchemaService.scala