| Package | Description |
|---|---|
| com.google.api.services.pubsub | |
| com.google.api.services.pubsub.model |
| Modifier and Type | Method and Description |
|---|---|
Pubsub.Projects.Schemas.Create |
Pubsub.Projects.Schemas.create(String parent,
Schema content)
Creates a schema.
|
| Constructor and Description |
|---|
Create(String parent,
Schema content)
Creates a schema.
|
| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.clone() |
Schema |
ValidateSchemaRequest.getSchema()
Required.
|
Schema |
ValidateMessageRequest.getSchema()
Ad-hoc schema against which to validate
|
Schema |
Schema.set(String fieldName,
Object value) |
Schema |
Schema.setDefinition(String definition)
The definition of the schema.
|
Schema |
Schema.setName(String name)
Required.
|
Schema |
Schema.setRevisionCreateTime(String revisionCreateTime)
Output only.
|
Schema |
Schema.setRevisionId(String revisionId)
Output only.
|
Schema |
Schema.setType(String type)
The type of the schema definition.
|
| Modifier and Type | Method and Description |
|---|---|
List<Schema> |
ListSchemasResponse.getSchemas()
The resulting schemas.
|
| Modifier and Type | Method and Description |
|---|---|
ValidateSchemaRequest |
ValidateSchemaRequest.setSchema(Schema schema)
Required.
|
ValidateMessageRequest |
ValidateMessageRequest.setSchema(Schema schema)
Ad-hoc schema against which to validate
|
| Modifier and Type | Method and Description |
|---|---|
ListSchemasResponse |
ListSchemasResponse.setSchemas(List<Schema> schemas)
The resulting schemas.
|
Copyright © 2011–2022 Google. All rights reserved.