Reference documentation and code samples for the Google Cloud Managed Kafka Schema Registry V1 Client class SchemaVersion.
Version of a schema.
Generated from protobuf message google.cloud.managedkafka.schemaregistry.v1.SchemaVersion
Namespace
Google \ Cloud \ ManagedKafka \ SchemaRegistry \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ subject
string
Required. The subject of the version.
↳ version_id
int
Required. The version ID
↳ schema_id
int
Required. The schema ID.
↳ schema_type
int
Optional. The schema type of the schema.
↳ schema_payload
string
Required. The schema payload.
↳ references
getSubject
Required. The subject of the version.
string
setSubject
Required. The subject of the version.
var
string
$this
getVersionId
Required. The version ID
int
setVersionId
Required. The version ID
var
int
$this
getSchemaId
Required. The schema ID.
int
setSchemaId
Required. The schema ID.
var
int
$this
getSchemaType
Optional. The schema type of the schema.
int
setSchemaType
Optional. The schema type of the schema.
var
int
$this
getSchemaPayload
Required. The schema payload.
string
setSchemaPayload
Required. The schema payload.
var
string
$this
getReferences
Optional. The schema references used by the schema.
setReferences
Optional. The schema references used by the schema.
$this