Uses of Class
com.google.pubsub.v1.SchemaSettings
-
Packages that use SchemaSettings Package Description com.google.pubsub.v1 -
-
Uses of SchemaSettings in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return SchemaSettings Modifier and Type Method Description SchemaSettings
SchemaSettings.Builder. build()
SchemaSettings
SchemaSettings.Builder. buildPartial()
static SchemaSettings
SchemaSettings. getDefaultInstance()
SchemaSettings
SchemaSettings.Builder. getDefaultInstanceForType()
SchemaSettings
SchemaSettings. getDefaultInstanceForType()
SchemaSettings
Topic.Builder. getSchemaSettings()
Settings for validating messages published against a schema.SchemaSettings
Topic. 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(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)
static SchemaSettings
SchemaSettings. parseFrom(ByteBuffer data)
static SchemaSettings
SchemaSettings. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.pubsub.v1 that return types with arguments of type SchemaSettings Modifier and Type Method Description com.google.protobuf.Parser<SchemaSettings>
SchemaSettings. getParserForType()
static com.google.protobuf.Parser<SchemaSettings>
SchemaSettings. parser()
Methods in com.google.pubsub.v1 with parameters of type SchemaSettings Modifier and Type Method 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.
-