| Modifier and Type | Method and Description |
|---|---|
SchemaSettings |
SchemaSettings.Builder.build() |
SchemaSettings |
SchemaSettings.Builder.buildPartial() |
static SchemaSettings |
SchemaSettings.getDefaultInstance() |
SchemaSettings |
SchemaSettings.getDefaultInstanceForType() |
SchemaSettings |
SchemaSettings.Builder.getDefaultInstanceForType() |
SchemaSettings |
Topic.getSchemaSettings()
Settings for validating messages published against a schema.
|
SchemaSettings |
Topic.Builder.getSchemaSettings()
Settings for validating messages published against a schema.
|
SchemaSettings |
TopicOrBuilder.getSchemaSettings()
Settings for validating messages published against a schema.
|
static SchemaSettings |
SchemaSettings.parseDelimitedFrom(InputStream input) |
static SchemaSettings |
SchemaSettings.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SchemaSettings |
SchemaSettings.parseFrom(byte[] data) |
static SchemaSettings |
SchemaSettings.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SchemaSettings |
SchemaSettings.parseFrom(ByteBuffer data) |
static SchemaSettings |
SchemaSettings.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SchemaSettings |
SchemaSettings.parseFrom(com.google.protobuf.ByteString data) |
static SchemaSettings |
SchemaSettings.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SchemaSettings |
SchemaSettings.parseFrom(com.google.protobuf.CodedInputStream input) |
static SchemaSettings |
SchemaSettings.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SchemaSettings |
SchemaSettings.parseFrom(InputStream input) |
static SchemaSettings |
SchemaSettings.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<SchemaSettings> |
SchemaSettings.getParserForType() |
static com.google.protobuf.Parser<SchemaSettings> |
SchemaSettings.parser() |
| Modifier and Type | Method and Description |
|---|---|
SchemaSettings.Builder |
SchemaSettings.Builder.mergeFrom(SchemaSettings other) |
Topic.Builder |
Topic.Builder.mergeSchemaSettings(SchemaSettings value)
Settings for validating messages published against a schema.
|
static SchemaSettings.Builder |
SchemaSettings.newBuilder(SchemaSettings prototype) |
Topic.Builder |
Topic.Builder.setSchemaSettings(SchemaSettings value)
Settings for validating messages published against a schema.
|
Copyright © 2022 Google LLC. All rights reserved.