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 SchemaSettingsSchemaSettings.Builder. build()SchemaSettingsSchemaSettings.Builder. buildPartial()static SchemaSettingsSchemaSettings. getDefaultInstance()SchemaSettingsSchemaSettings.Builder. getDefaultInstanceForType()SchemaSettingsSchemaSettings. getDefaultInstanceForType()SchemaSettingsTopic.Builder. getSchemaSettings()Settings for validating messages published against a schema.SchemaSettingsTopic. getSchemaSettings()Settings for validating messages published against a schema.SchemaSettingsTopicOrBuilder. getSchemaSettings()Settings for validating messages published against a schema.static SchemaSettingsSchemaSettings. parseDelimitedFrom(InputStream input)static SchemaSettingsSchemaSettings. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SchemaSettingsSchemaSettings. parseFrom(byte[] data)static SchemaSettingsSchemaSettings. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SchemaSettingsSchemaSettings. parseFrom(com.google.protobuf.ByteString data)static SchemaSettingsSchemaSettings. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SchemaSettingsSchemaSettings. parseFrom(com.google.protobuf.CodedInputStream input)static SchemaSettingsSchemaSettings. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SchemaSettingsSchemaSettings. parseFrom(InputStream input)static SchemaSettingsSchemaSettings. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SchemaSettingsSchemaSettings. parseFrom(ByteBuffer data)static SchemaSettingsSchemaSettings. 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.BuilderSchemaSettings.Builder. mergeFrom(SchemaSettings other)Topic.BuilderTopic.Builder. mergeSchemaSettings(SchemaSettings value)Settings for validating messages published against a schema.static SchemaSettings.BuilderSchemaSettings. newBuilder(SchemaSettings prototype)Topic.BuilderTopic.Builder. setSchemaSettings(SchemaSettings value)Settings for validating messages published against a schema.
-