Uses of Class
io.zeebe.exporter.proto.Schema.Record
-
-
Uses of Schema.Record in io.zeebe.exporter.proto
Methods in io.zeebe.exporter.proto that return Schema.Record Modifier and Type Method Description Schema.RecordSchema.Record.Builder. build()Schema.RecordSchema.Record.Builder. buildPartial()static Schema.RecordSchema.Record. getDefaultInstance()Schema.RecordSchema.Record.Builder. getDefaultInstanceForType()Schema.RecordSchema.Record. getDefaultInstanceForType()static Schema.RecordSchema.Record. parseDelimitedFrom(InputStream input)static Schema.RecordSchema.Record. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.RecordSchema.Record. parseFrom(byte[] data)static Schema.RecordSchema.Record. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.RecordSchema.Record. parseFrom(com.google.protobuf.ByteString data)static Schema.RecordSchema.Record. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.RecordSchema.Record. parseFrom(com.google.protobuf.CodedInputStream input)static Schema.RecordSchema.Record. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.RecordSchema.Record. parseFrom(InputStream input)static Schema.RecordSchema.Record. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.RecordSchema.Record. parseFrom(ByteBuffer data)static Schema.RecordSchema.Record. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.RecordRecordTransformer. toGenericRecord(io.camunda.zeebe.protocol.record.Record record)Methods in io.zeebe.exporter.proto that return types with arguments of type Schema.Record Modifier and Type Method Description com.google.protobuf.Parser<Schema.Record>Schema.Record. getParserForType()static com.google.protobuf.Parser<Schema.Record>Schema.Record. parser()Methods in io.zeebe.exporter.proto with parameters of type Schema.Record Modifier and Type Method Description Schema.Record.BuilderSchema.Record.Builder. mergeFrom(Schema.Record other)static Schema.Record.BuilderSchema.Record. newBuilder(Schema.Record prototype)
-