Uses of Class
org.apache.pulsar.broker.service.schema.proto.SchemaRegistryFormat.SchemaInfo.Builder
Packages that use SchemaRegistryFormat.SchemaInfo.Builder
-
Uses of SchemaRegistryFormat.SchemaInfo.Builder in org.apache.pulsar.broker.service.schema.proto
Methods in org.apache.pulsar.broker.service.schema.proto that return SchemaRegistryFormat.SchemaInfo.BuilderModifier and TypeMethodDescriptionSchemaRegistryFormat.SchemaInfo.Builder.addAllProps(Iterable<? extends SchemaRegistryFormat.SchemaInfo.KeyValuePair> values) repeated .pulsar.schema.SchemaInfo.KeyValuePair props = 7;SchemaRegistryFormat.SchemaInfo.Builder.addProps(int index, SchemaRegistryFormat.SchemaInfo.KeyValuePair value) repeated .pulsar.schema.SchemaInfo.KeyValuePair props = 7;SchemaRegistryFormat.SchemaInfo.Builder.addProps(int index, SchemaRegistryFormat.SchemaInfo.KeyValuePair.Builder builderForValue) repeated .pulsar.schema.SchemaInfo.KeyValuePair props = 7;SchemaRegistryFormat.SchemaInfo.Builder.addProps(SchemaRegistryFormat.SchemaInfo.KeyValuePair value) repeated .pulsar.schema.SchemaInfo.KeyValuePair props = 7;SchemaRegistryFormat.SchemaInfo.Builder.addProps(SchemaRegistryFormat.SchemaInfo.KeyValuePair.Builder builderForValue) repeated .pulsar.schema.SchemaInfo.KeyValuePair props = 7;SchemaRegistryFormat.SchemaInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SchemaRegistryFormat.SchemaInfo.Builder.clear()SchemaRegistryFormat.SchemaInfo.Builder.clearDeleted()required bool deleted = 6;SchemaRegistryFormat.SchemaInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) SchemaRegistryFormat.SchemaInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) SchemaRegistryFormat.SchemaInfo.Builder.clearProps()repeated .pulsar.schema.SchemaInfo.KeyValuePair props = 7;SchemaRegistryFormat.SchemaInfo.Builder.clearSchema()required bytes schema = 4;SchemaRegistryFormat.SchemaInfo.Builder.clearSchemaId()required string schema_id = 1;SchemaRegistryFormat.SchemaInfo.Builder.clearTimestamp()required int64 timestamp = 5;SchemaRegistryFormat.SchemaInfo.Builder.clearType()required .pulsar.schema.SchemaInfo.SchemaType type = 3;SchemaRegistryFormat.SchemaInfo.Builder.clearUser()required string user = 2;SchemaRegistryFormat.SchemaInfo.Builder.clone()SchemaRegistryFormat.SchemaInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SchemaRegistryFormat.SchemaInfo.Builder.mergeFrom(com.google.protobuf.Message other) SchemaRegistryFormat.SchemaInfo.Builder.mergeFrom(SchemaRegistryFormat.SchemaInfo other) SchemaRegistryFormat.SchemaInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) SchemaRegistryFormat.SchemaInfo.newBuilder()SchemaRegistryFormat.SchemaInfo.newBuilder(SchemaRegistryFormat.SchemaInfo prototype) SchemaRegistryFormat.SchemaInfo.newBuilderForType()protected SchemaRegistryFormat.SchemaInfo.BuilderSchemaRegistryFormat.SchemaInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SchemaRegistryFormat.SchemaInfo.Builder.removeProps(int index) repeated .pulsar.schema.SchemaInfo.KeyValuePair props = 7;SchemaRegistryFormat.SchemaInfo.Builder.setDeleted(boolean value) required bool deleted = 6;SchemaRegistryFormat.SchemaInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SchemaRegistryFormat.SchemaInfo.Builder.setProps(int index, SchemaRegistryFormat.SchemaInfo.KeyValuePair value) repeated .pulsar.schema.SchemaInfo.KeyValuePair props = 7;SchemaRegistryFormat.SchemaInfo.Builder.setProps(int index, SchemaRegistryFormat.SchemaInfo.KeyValuePair.Builder builderForValue) repeated .pulsar.schema.SchemaInfo.KeyValuePair props = 7;SchemaRegistryFormat.SchemaInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) SchemaRegistryFormat.SchemaInfo.Builder.setSchema(com.google.protobuf.ByteString value) required bytes schema = 4;SchemaRegistryFormat.SchemaInfo.Builder.setSchemaId(String value) required string schema_id = 1;SchemaRegistryFormat.SchemaInfo.Builder.setSchemaIdBytes(com.google.protobuf.ByteString value) required string schema_id = 1;SchemaRegistryFormat.SchemaInfo.Builder.setTimestamp(long value) required int64 timestamp = 5;SchemaRegistryFormat.SchemaInfo.Builder.setType(SchemaRegistryFormat.SchemaInfo.SchemaType value) required .pulsar.schema.SchemaInfo.SchemaType type = 3;SchemaRegistryFormat.SchemaInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) required string user = 2;SchemaRegistryFormat.SchemaInfo.Builder.setUserBytes(com.google.protobuf.ByteString value) required string user = 2;SchemaRegistryFormat.SchemaInfo.toBuilder()