Index

A B C D E F G H I M N P R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addAllRules(Iterable<? extends MetaProto.Rule>) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
repeated .confluent.Rule rules = 4;
addAllTags(Iterable<String>) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
repeated string tags = 3;
addRules(int, MetaProto.Rule) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
repeated .confluent.Rule rules = 4;
addRules(int, MetaProto.Rule.Builder) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
repeated .confluent.Rule rules = 4;
addRules(MetaProto.Rule) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
repeated .confluent.Rule rules = 4;
addRules(MetaProto.Rule.Builder) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
repeated .confluent.Rule rules = 4;
addRulesBuilder() - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
repeated .confluent.Rule rules = 4;
addRulesBuilder(int) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
repeated .confluent.Rule rules = 4;
addTags(String) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
repeated string tags = 3;
addTagsBytes(ByteString) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
repeated string tags = 3;

B

build() - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
 
build() - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
 
build() - Method in class io.confluent.protobuf.type.Decimal.Builder
 
build() - Method in class io.confluent.protobuf.type.Variant.Builder
 
buildPartial() - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
 
buildPartial() - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
 
buildPartial() - Method in class io.confluent.protobuf.type.Decimal.Builder
 
buildPartial() - Method in class io.confluent.protobuf.type.Variant.Builder
 

C

clear() - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
 
clear() - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
 
clear() - Method in class io.confluent.protobuf.type.Decimal.Builder
 
clear() - Method in class io.confluent.protobuf.type.Variant.Builder
 
clearDoc() - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
string doc = 1;
clearDoc() - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
string doc = 2;
clearExpr() - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
string expr = 3;
clearMetadata() - Method in class io.confluent.protobuf.type.Variant.Builder
A dictionary of field names used by all objects in the variant value.
clearName() - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
string name = 1;
clearParams() - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
 
clearPrecision() - Method in class io.confluent.protobuf.type.Decimal.Builder
The precision (zero indicates unlimited precision)
clearRules() - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
repeated .confluent.Rule rules = 4;
clearScale() - Method in class io.confluent.protobuf.type.Decimal.Builder
The scale
clearSql() - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
string sql = 4;
clearTags() - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
repeated string tags = 3;
clearValue() - Method in class io.confluent.protobuf.type.Decimal.Builder
The two's-complement representation of the unscaled integer value in big-endian byte order
clearValue() - Method in class io.confluent.protobuf.type.Variant.Builder
The variant value, which can be a primitive, object, or array.
containsParams(String) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
map<string, string> params = 2;
containsParams(String) - Method in class io.confluent.protobuf.MetaProto.Meta
map<string, string> params = 2;
containsParams(String) - Method in interface io.confluent.protobuf.MetaProto.MetaOrBuilder
map<string, string> params = 2;

D

Decimal - Class in io.confluent.protobuf.type
Protobuf type confluent.type.Decimal
Decimal.Builder - Class in io.confluent.protobuf.type
Protobuf type confluent.type.Decimal
DecimalOrBuilder - Interface in io.confluent.protobuf.type
 
DecimalProto - Class in io.confluent.protobuf.type
 
DecimalUtils - Class in io.confluent.protobuf.type.utils
 
DecimalUtils() - Constructor for class io.confluent.protobuf.type.utils.DecimalUtils
 
DOC_FIELD_NUMBER - Static variable in class io.confluent.protobuf.MetaProto.Meta
 
DOC_FIELD_NUMBER - Static variable in class io.confluent.protobuf.MetaProto.Rule
 

E

ENUM_META_FIELD_NUMBER - Static variable in class io.confluent.protobuf.MetaProto
 
ENUM_VALUE_META_FIELD_NUMBER - Static variable in class io.confluent.protobuf.MetaProto
 
enumMeta - Static variable in class io.confluent.protobuf.MetaProto
extend .google.protobuf.EnumOptions { ...
enumValueMeta - Static variable in class io.confluent.protobuf.MetaProto
extend .google.protobuf.EnumValueOptions { ...
equals(Object) - Method in class io.confluent.protobuf.MetaProto.Meta
 
equals(Object) - Method in class io.confluent.protobuf.MetaProto.Rule
 
equals(Object) - Method in class io.confluent.protobuf.type.Decimal
 
equals(Object) - Method in class io.confluent.protobuf.type.Variant
 
EXPR_FIELD_NUMBER - Static variable in class io.confluent.protobuf.MetaProto.Rule
 

F

FIELD_META_FIELD_NUMBER - Static variable in class io.confluent.protobuf.MetaProto
 
fieldMeta - Static variable in class io.confluent.protobuf.MetaProto
extend .google.protobuf.FieldOptions { ...
FILE_META_FIELD_NUMBER - Static variable in class io.confluent.protobuf.MetaProto
 
fileMeta - Static variable in class io.confluent.protobuf.MetaProto
extend .google.protobuf.FileOptions { ...
fromBigDecimal(BigDecimal) - Static method in class io.confluent.protobuf.type.utils.DecimalUtils
 
fromKafkaVariant(Variant) - Static method in class io.confluent.protobuf.type.utils.VariantUtils
 
fromValue(Value) - Static method in class io.confluent.protobuf.type.utils.VariantUtils
 

G

getDefaultInstance() - Static method in class io.confluent.protobuf.MetaProto.Meta
 
getDefaultInstance() - Static method in class io.confluent.protobuf.MetaProto.Rule
 
getDefaultInstance() - Static method in class io.confluent.protobuf.type.Decimal
 
getDefaultInstance() - Static method in class io.confluent.protobuf.type.Variant
 
getDefaultInstanceForType() - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
 
getDefaultInstanceForType() - Method in class io.confluent.protobuf.MetaProto.Meta
 
getDefaultInstanceForType() - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
 
getDefaultInstanceForType() - Method in class io.confluent.protobuf.MetaProto.Rule
 
getDefaultInstanceForType() - Method in class io.confluent.protobuf.type.Decimal.Builder
 
getDefaultInstanceForType() - Method in class io.confluent.protobuf.type.Decimal
 
getDefaultInstanceForType() - Method in class io.confluent.protobuf.type.Variant.Builder
 
getDefaultInstanceForType() - Method in class io.confluent.protobuf.type.Variant
 
getDescriptor() - Static method in class io.confluent.protobuf.MetaProto
 
getDescriptor() - Static method in class io.confluent.protobuf.MetaProto.Meta.Builder
 
getDescriptor() - Static method in class io.confluent.protobuf.MetaProto.Meta
 
getDescriptor() - Static method in class io.confluent.protobuf.MetaProto.Rule.Builder
 
getDescriptor() - Static method in class io.confluent.protobuf.MetaProto.Rule
 
getDescriptor() - Static method in class io.confluent.protobuf.type.Decimal.Builder
 
getDescriptor() - Static method in class io.confluent.protobuf.type.Decimal
 
getDescriptor() - Static method in class io.confluent.protobuf.type.DecimalProto
 
getDescriptor() - Static method in class io.confluent.protobuf.type.Variant.Builder
 
getDescriptor() - Static method in class io.confluent.protobuf.type.Variant
 
getDescriptor() - Static method in class io.confluent.protobuf.type.VariantProto
 
getDescriptorForType() - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
 
getDescriptorForType() - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
 
getDescriptorForType() - Method in class io.confluent.protobuf.type.Decimal.Builder
 
getDescriptorForType() - Method in class io.confluent.protobuf.type.Variant.Builder
 
getDoc() - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
string doc = 1;
getDoc() - Method in class io.confluent.protobuf.MetaProto.Meta
string doc = 1;
getDoc() - Method in interface io.confluent.protobuf.MetaProto.MetaOrBuilder
string doc = 1;
getDoc() - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
string doc = 2;
getDoc() - Method in class io.confluent.protobuf.MetaProto.Rule
string doc = 2;
getDoc() - Method in interface io.confluent.protobuf.MetaProto.RuleOrBuilder
string doc = 2;
getDocBytes() - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
string doc = 1;
getDocBytes() - Method in class io.confluent.protobuf.MetaProto.Meta
string doc = 1;
getDocBytes() - Method in interface io.confluent.protobuf.MetaProto.MetaOrBuilder
string doc = 1;
getDocBytes() - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
string doc = 2;
getDocBytes() - Method in class io.confluent.protobuf.MetaProto.Rule
string doc = 2;
getDocBytes() - Method in interface io.confluent.protobuf.MetaProto.RuleOrBuilder
string doc = 2;
getExpr() - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
string expr = 3;
getExpr() - Method in class io.confluent.protobuf.MetaProto.Rule
string expr = 3;
getExpr() - Method in interface io.confluent.protobuf.MetaProto.RuleOrBuilder
string expr = 3;
getExprBytes() - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
string expr = 3;
getExprBytes() - Method in class io.confluent.protobuf.MetaProto.Rule
string expr = 3;
getExprBytes() - Method in interface io.confluent.protobuf.MetaProto.RuleOrBuilder
string expr = 3;
getMetadata() - Method in class io.confluent.protobuf.type.Variant.Builder
A dictionary of field names used by all objects in the variant value.
getMetadata() - Method in class io.confluent.protobuf.type.Variant
A dictionary of field names used by all objects in the variant value.
getMetadata() - Method in interface io.confluent.protobuf.type.VariantOrBuilder
A dictionary of field names used by all objects in the variant value.
getMutableParams() - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
Deprecated.
getName() - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
string name = 1;
getName() - Method in class io.confluent.protobuf.MetaProto.Rule
string name = 1;
getName() - Method in interface io.confluent.protobuf.MetaProto.RuleOrBuilder
string name = 1;
getNameBytes() - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
string name = 1;
getNameBytes() - Method in class io.confluent.protobuf.MetaProto.Rule
string name = 1;
getNameBytes() - Method in interface io.confluent.protobuf.MetaProto.RuleOrBuilder
string name = 1;
getParams() - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
Deprecated.
getParams() - Method in class io.confluent.protobuf.MetaProto.Meta
Deprecated.
getParams() - Method in interface io.confluent.protobuf.MetaProto.MetaOrBuilder
Deprecated.
getParamsCount() - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
 
getParamsCount() - Method in class io.confluent.protobuf.MetaProto.Meta
 
getParamsCount() - Method in interface io.confluent.protobuf.MetaProto.MetaOrBuilder
map<string, string> params = 2;
getParamsMap() - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
map<string, string> params = 2;
getParamsMap() - Method in class io.confluent.protobuf.MetaProto.Meta
map<string, string> params = 2;
getParamsMap() - Method in interface io.confluent.protobuf.MetaProto.MetaOrBuilder
map<string, string> params = 2;
getParamsOrDefault(String, String) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
map<string, string> params = 2;
getParamsOrDefault(String, String) - Method in class io.confluent.protobuf.MetaProto.Meta
map<string, string> params = 2;
getParamsOrDefault(String, String) - Method in interface io.confluent.protobuf.MetaProto.MetaOrBuilder
map<string, string> params = 2;
getParamsOrThrow(String) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
map<string, string> params = 2;
getParamsOrThrow(String) - Method in class io.confluent.protobuf.MetaProto.Meta
map<string, string> params = 2;
getParamsOrThrow(String) - Method in interface io.confluent.protobuf.MetaProto.MetaOrBuilder
map<string, string> params = 2;
getParserForType() - Method in class io.confluent.protobuf.MetaProto.Meta
 
getParserForType() - Method in class io.confluent.protobuf.MetaProto.Rule
 
getParserForType() - Method in class io.confluent.protobuf.type.Decimal
 
getParserForType() - Method in class io.confluent.protobuf.type.Variant
 
getPrecision() - Method in class io.confluent.protobuf.type.Decimal.Builder
The precision (zero indicates unlimited precision)
getPrecision() - Method in class io.confluent.protobuf.type.Decimal
The precision (zero indicates unlimited precision)
getPrecision() - Method in interface io.confluent.protobuf.type.DecimalOrBuilder
The precision (zero indicates unlimited precision)
getRules(int) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
repeated .confluent.Rule rules = 4;
getRules(int) - Method in class io.confluent.protobuf.MetaProto.Meta
repeated .confluent.Rule rules = 4;
getRules(int) - Method in interface io.confluent.protobuf.MetaProto.MetaOrBuilder
repeated .confluent.Rule rules = 4;
getRulesBuilder(int) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
repeated .confluent.Rule rules = 4;
getRulesBuilderList() - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
repeated .confluent.Rule rules = 4;
getRulesCount() - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
repeated .confluent.Rule rules = 4;
getRulesCount() - Method in class io.confluent.protobuf.MetaProto.Meta
repeated .confluent.Rule rules = 4;
getRulesCount() - Method in interface io.confluent.protobuf.MetaProto.MetaOrBuilder
repeated .confluent.Rule rules = 4;
getRulesList() - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
repeated .confluent.Rule rules = 4;
getRulesList() - Method in class io.confluent.protobuf.MetaProto.Meta
repeated .confluent.Rule rules = 4;
getRulesList() - Method in interface io.confluent.protobuf.MetaProto.MetaOrBuilder
repeated .confluent.Rule rules = 4;
getRulesOrBuilder(int) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
repeated .confluent.Rule rules = 4;
getRulesOrBuilder(int) - Method in class io.confluent.protobuf.MetaProto.Meta
repeated .confluent.Rule rules = 4;
getRulesOrBuilder(int) - Method in interface io.confluent.protobuf.MetaProto.MetaOrBuilder
repeated .confluent.Rule rules = 4;
getRulesOrBuilderList() - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
repeated .confluent.Rule rules = 4;
getRulesOrBuilderList() - Method in class io.confluent.protobuf.MetaProto.Meta
repeated .confluent.Rule rules = 4;
getRulesOrBuilderList() - Method in interface io.confluent.protobuf.MetaProto.MetaOrBuilder
repeated .confluent.Rule rules = 4;
getScale() - Method in class io.confluent.protobuf.type.Decimal.Builder
The scale
getScale() - Method in class io.confluent.protobuf.type.Decimal
The scale
getScale() - Method in interface io.confluent.protobuf.type.DecimalOrBuilder
The scale
getSerializedSize() - Method in class io.confluent.protobuf.MetaProto.Meta
 
getSerializedSize() - Method in class io.confluent.protobuf.MetaProto.Rule
 
getSerializedSize() - Method in class io.confluent.protobuf.type.Decimal
 
getSerializedSize() - Method in class io.confluent.protobuf.type.Variant
 
getSql() - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
string sql = 4;
getSql() - Method in class io.confluent.protobuf.MetaProto.Rule
string sql = 4;
getSql() - Method in interface io.confluent.protobuf.MetaProto.RuleOrBuilder
string sql = 4;
getSqlBytes() - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
string sql = 4;
getSqlBytes() - Method in class io.confluent.protobuf.MetaProto.Rule
string sql = 4;
getSqlBytes() - Method in interface io.confluent.protobuf.MetaProto.RuleOrBuilder
string sql = 4;
getTags(int) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
repeated string tags = 3;
getTags(int) - Method in class io.confluent.protobuf.MetaProto.Meta
repeated string tags = 3;
getTags(int) - Method in interface io.confluent.protobuf.MetaProto.MetaOrBuilder
repeated string tags = 3;
getTagsBytes(int) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
repeated string tags = 3;
getTagsBytes(int) - Method in class io.confluent.protobuf.MetaProto.Meta
repeated string tags = 3;
getTagsBytes(int) - Method in interface io.confluent.protobuf.MetaProto.MetaOrBuilder
repeated string tags = 3;
getTagsCount() - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
repeated string tags = 3;
getTagsCount() - Method in class io.confluent.protobuf.MetaProto.Meta
repeated string tags = 3;
getTagsCount() - Method in interface io.confluent.protobuf.MetaProto.MetaOrBuilder
repeated string tags = 3;
getTagsList() - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
repeated string tags = 3;
getTagsList() - Method in class io.confluent.protobuf.MetaProto.Meta
repeated string tags = 3;
getTagsList() - Method in interface io.confluent.protobuf.MetaProto.MetaOrBuilder
repeated string tags = 3;
getValue() - Method in class io.confluent.protobuf.type.Decimal.Builder
The two's-complement representation of the unscaled integer value in big-endian byte order
getValue() - Method in class io.confluent.protobuf.type.Decimal
The two's-complement representation of the unscaled integer value in big-endian byte order
getValue() - Method in interface io.confluent.protobuf.type.DecimalOrBuilder
The two's-complement representation of the unscaled integer value in big-endian byte order
getValue() - Method in class io.confluent.protobuf.type.Variant.Builder
The variant value, which can be a primitive, object, or array.
getValue() - Method in class io.confluent.protobuf.type.Variant
The variant value, which can be a primitive, object, or array.
getValue() - Method in interface io.confluent.protobuf.type.VariantOrBuilder
The variant value, which can be a primitive, object, or array.

H

hashCode() - Method in class io.confluent.protobuf.MetaProto.Meta
 
hashCode() - Method in class io.confluent.protobuf.MetaProto.Rule
 
hashCode() - Method in class io.confluent.protobuf.type.Decimal
 
hashCode() - Method in class io.confluent.protobuf.type.Variant
 

I

internalGetFieldAccessorTable() - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
 
internalGetFieldAccessorTable() - Method in class io.confluent.protobuf.MetaProto.Meta
 
internalGetFieldAccessorTable() - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
 
internalGetFieldAccessorTable() - Method in class io.confluent.protobuf.MetaProto.Rule
 
internalGetFieldAccessorTable() - Method in class io.confluent.protobuf.type.Decimal.Builder
 
internalGetFieldAccessorTable() - Method in class io.confluent.protobuf.type.Decimal
 
internalGetFieldAccessorTable() - Method in class io.confluent.protobuf.type.Variant.Builder
 
internalGetFieldAccessorTable() - Method in class io.confluent.protobuf.type.Variant
 
internalGetMapFieldReflection(int) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
 
internalGetMapFieldReflection(int) - Method in class io.confluent.protobuf.MetaProto.Meta
 
internalGetMutableMapFieldReflection(int) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
 
io.confluent.protobuf - package io.confluent.protobuf
 
io.confluent.protobuf.type - package io.confluent.protobuf.type
 
io.confluent.protobuf.type.utils - package io.confluent.protobuf.type.utils
 
isInitialized() - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
 
isInitialized() - Method in class io.confluent.protobuf.MetaProto.Meta
 
isInitialized() - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
 
isInitialized() - Method in class io.confluent.protobuf.MetaProto.Rule
 
isInitialized() - Method in class io.confluent.protobuf.type.Decimal.Builder
 
isInitialized() - Method in class io.confluent.protobuf.type.Decimal
 
isInitialized() - Method in class io.confluent.protobuf.type.Variant.Builder
 
isInitialized() - Method in class io.confluent.protobuf.type.Variant
 

M

mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.confluent.protobuf.type.Decimal.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.confluent.protobuf.type.Variant.Builder
 
mergeFrom(Message) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
 
mergeFrom(Message) - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
 
mergeFrom(Message) - Method in class io.confluent.protobuf.type.Decimal.Builder
 
mergeFrom(Message) - Method in class io.confluent.protobuf.type.Variant.Builder
 
mergeFrom(MetaProto.Meta) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
 
mergeFrom(MetaProto.Rule) - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
 
mergeFrom(Decimal) - Method in class io.confluent.protobuf.type.Decimal.Builder
 
mergeFrom(Variant) - Method in class io.confluent.protobuf.type.Variant.Builder
 
MESSAGE_META_FIELD_NUMBER - Static variable in class io.confluent.protobuf.MetaProto
 
messageMeta - Static variable in class io.confluent.protobuf.MetaProto
extend .google.protobuf.MessageOptions { ...
METADATA_FIELD_NUMBER - Static variable in class io.confluent.protobuf.type.Variant
 
MetaProto - Class in io.confluent.protobuf
 
MetaProto.Meta - Class in io.confluent.protobuf
Protobuf type confluent.Meta
MetaProto.Meta.Builder - Class in io.confluent.protobuf
Protobuf type confluent.Meta
MetaProto.MetaOrBuilder - Interface in io.confluent.protobuf
 
MetaProto.Rule - Class in io.confluent.protobuf
Protobuf type confluent.Rule
MetaProto.Rule.Builder - Class in io.confluent.protobuf
Protobuf type confluent.Rule
MetaProto.RuleOrBuilder - Interface in io.confluent.protobuf
 

N

NAME_FIELD_NUMBER - Static variable in class io.confluent.protobuf.MetaProto.Rule
 
newBuilder() - Static method in class io.confluent.protobuf.MetaProto.Meta
 
newBuilder() - Static method in class io.confluent.protobuf.MetaProto.Rule
 
newBuilder() - Static method in class io.confluent.protobuf.type.Decimal
 
newBuilder() - Static method in class io.confluent.protobuf.type.Variant
 
newBuilder(MetaProto.Meta) - Static method in class io.confluent.protobuf.MetaProto.Meta
 
newBuilder(MetaProto.Rule) - Static method in class io.confluent.protobuf.MetaProto.Rule
 
newBuilder(Decimal) - Static method in class io.confluent.protobuf.type.Decimal
 
newBuilder(Variant) - Static method in class io.confluent.protobuf.type.Variant
 
newBuilderForType() - Method in class io.confluent.protobuf.MetaProto.Meta
 
newBuilderForType() - Method in class io.confluent.protobuf.MetaProto.Rule
 
newBuilderForType() - Method in class io.confluent.protobuf.type.Decimal
 
newBuilderForType() - Method in class io.confluent.protobuf.type.Variant
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class io.confluent.protobuf.MetaProto.Meta
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class io.confluent.protobuf.MetaProto.Rule
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class io.confluent.protobuf.type.Decimal
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class io.confluent.protobuf.type.Variant
 

P

PARAMS_FIELD_NUMBER - Static variable in class io.confluent.protobuf.MetaProto.Meta
 
parseDelimitedFrom(InputStream) - Static method in class io.confluent.protobuf.MetaProto.Meta
 
parseDelimitedFrom(InputStream) - Static method in class io.confluent.protobuf.MetaProto.Rule
 
parseDelimitedFrom(InputStream) - Static method in class io.confluent.protobuf.type.Decimal
 
parseDelimitedFrom(InputStream) - Static method in class io.confluent.protobuf.type.Variant
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.confluent.protobuf.MetaProto.Meta
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.confluent.protobuf.MetaProto.Rule
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.confluent.protobuf.type.Decimal
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.confluent.protobuf.type.Variant
 
parseFrom(byte[]) - Static method in class io.confluent.protobuf.MetaProto.Meta
 
parseFrom(byte[]) - Static method in class io.confluent.protobuf.MetaProto.Rule
 
parseFrom(byte[]) - Static method in class io.confluent.protobuf.type.Decimal
 
parseFrom(byte[]) - Static method in class io.confluent.protobuf.type.Variant
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.confluent.protobuf.MetaProto.Meta
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.confluent.protobuf.MetaProto.Rule
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.confluent.protobuf.type.Decimal
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.confluent.protobuf.type.Variant
 
parseFrom(ByteString) - Static method in class io.confluent.protobuf.MetaProto.Meta
 
parseFrom(ByteString) - Static method in class io.confluent.protobuf.MetaProto.Rule
 
parseFrom(ByteString) - Static method in class io.confluent.protobuf.type.Decimal
 
parseFrom(ByteString) - Static method in class io.confluent.protobuf.type.Variant
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.confluent.protobuf.MetaProto.Meta
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.confluent.protobuf.MetaProto.Rule
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.confluent.protobuf.type.Decimal
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.confluent.protobuf.type.Variant
 
parseFrom(CodedInputStream) - Static method in class io.confluent.protobuf.MetaProto.Meta
 
parseFrom(CodedInputStream) - Static method in class io.confluent.protobuf.MetaProto.Rule
 
parseFrom(CodedInputStream) - Static method in class io.confluent.protobuf.type.Decimal
 
parseFrom(CodedInputStream) - Static method in class io.confluent.protobuf.type.Variant
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.confluent.protobuf.MetaProto.Meta
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.confluent.protobuf.MetaProto.Rule
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.confluent.protobuf.type.Decimal
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.confluent.protobuf.type.Variant
 
parseFrom(InputStream) - Static method in class io.confluent.protobuf.MetaProto.Meta
 
parseFrom(InputStream) - Static method in class io.confluent.protobuf.MetaProto.Rule
 
parseFrom(InputStream) - Static method in class io.confluent.protobuf.type.Decimal
 
parseFrom(InputStream) - Static method in class io.confluent.protobuf.type.Variant
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.confluent.protobuf.MetaProto.Meta
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.confluent.protobuf.MetaProto.Rule
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.confluent.protobuf.type.Decimal
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.confluent.protobuf.type.Variant
 
parseFrom(ByteBuffer) - Static method in class io.confluent.protobuf.MetaProto.Meta
 
parseFrom(ByteBuffer) - Static method in class io.confluent.protobuf.MetaProto.Rule
 
parseFrom(ByteBuffer) - Static method in class io.confluent.protobuf.type.Decimal
 
parseFrom(ByteBuffer) - Static method in class io.confluent.protobuf.type.Variant
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.confluent.protobuf.MetaProto.Meta
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.confluent.protobuf.MetaProto.Rule
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.confluent.protobuf.type.Decimal
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.confluent.protobuf.type.Variant
 
parser() - Static method in class io.confluent.protobuf.MetaProto.Meta
 
parser() - Static method in class io.confluent.protobuf.MetaProto.Rule
 
parser() - Static method in class io.confluent.protobuf.type.Decimal
 
parser() - Static method in class io.confluent.protobuf.type.Variant
 
PRECISION_FIELD_NUMBER - Static variable in class io.confluent.protobuf.type.Decimal
 
putAllParams(Map<String, String>) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
map<string, string> params = 2;
putParams(String, String) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
map<string, string> params = 2;

R

registerAllExtensions(ExtensionRegistry) - Static method in class io.confluent.protobuf.MetaProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class io.confluent.protobuf.type.DecimalProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class io.confluent.protobuf.type.VariantProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class io.confluent.protobuf.MetaProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class io.confluent.protobuf.type.DecimalProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class io.confluent.protobuf.type.VariantProto
 
removeParams(String) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
map<string, string> params = 2;
removeRules(int) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
repeated .confluent.Rule rules = 4;
RULES_FIELD_NUMBER - Static variable in class io.confluent.protobuf.MetaProto.Meta
 

S

SCALE_FIELD_NUMBER - Static variable in class io.confluent.protobuf.type.Decimal
 
setDoc(String) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
string doc = 1;
setDoc(String) - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
string doc = 2;
setDocBytes(ByteString) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
string doc = 1;
setDocBytes(ByteString) - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
string doc = 2;
setExpr(String) - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
string expr = 3;
setExprBytes(ByteString) - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
string expr = 3;
setMetadata(ByteString) - Method in class io.confluent.protobuf.type.Variant.Builder
A dictionary of field names used by all objects in the variant value.
setName(String) - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
string name = 1;
setNameBytes(ByteString) - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
string name = 1;
setPrecision(int) - Method in class io.confluent.protobuf.type.Decimal.Builder
The precision (zero indicates unlimited precision)
setRules(int, MetaProto.Rule) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
repeated .confluent.Rule rules = 4;
setRules(int, MetaProto.Rule.Builder) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
repeated .confluent.Rule rules = 4;
setScale(int) - Method in class io.confluent.protobuf.type.Decimal.Builder
The scale
setSql(String) - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
string sql = 4;
setSqlBytes(ByteString) - Method in class io.confluent.protobuf.MetaProto.Rule.Builder
string sql = 4;
setTags(int, String) - Method in class io.confluent.protobuf.MetaProto.Meta.Builder
repeated string tags = 3;
setValue(ByteString) - Method in class io.confluent.protobuf.type.Decimal.Builder
The two's-complement representation of the unscaled integer value in big-endian byte order
setValue(ByteString) - Method in class io.confluent.protobuf.type.Variant.Builder
The variant value, which can be a primitive, object, or array.
SQL_FIELD_NUMBER - Static variable in class io.confluent.protobuf.MetaProto.Rule
 

T

TAGS_FIELD_NUMBER - Static variable in class io.confluent.protobuf.MetaProto.Meta
 
toBigDecimal(Message) - Static method in class io.confluent.protobuf.type.utils.DecimalUtils
 
toBigDecimal(Decimal) - Static method in class io.confluent.protobuf.type.utils.DecimalUtils
 
toBuilder() - Method in class io.confluent.protobuf.MetaProto.Meta
 
toBuilder() - Method in class io.confluent.protobuf.MetaProto.Rule
 
toBuilder() - Method in class io.confluent.protobuf.type.Decimal
 
toBuilder() - Method in class io.confluent.protobuf.type.Variant
 
toKafkaVariant(Message) - Static method in class io.confluent.protobuf.type.utils.VariantUtils
 
toKafkaVariant(Value) - Static method in class io.confluent.protobuf.type.utils.VariantUtils
 
toKafkaVariant(Variant) - Static method in class io.confluent.protobuf.type.utils.VariantUtils
 

V

VALUE_FIELD_NUMBER - Static variable in class io.confluent.protobuf.type.Decimal
 
VALUE_FIELD_NUMBER - Static variable in class io.confluent.protobuf.type.Variant
 
Variant - Class in io.confluent.protobuf.type
Protobuf type confluent.type.Variant
Variant.Builder - Class in io.confluent.protobuf.type
Protobuf type confluent.type.Variant
VariantOrBuilder - Interface in io.confluent.protobuf.type
 
VariantProto - Class in io.confluent.protobuf.type
 
VariantUtils - Class in io.confluent.protobuf.type.utils
 
VariantUtils() - Constructor for class io.confluent.protobuf.type.utils.VariantUtils
 

W

writeTo(CodedOutputStream) - Method in class io.confluent.protobuf.MetaProto.Meta
 
writeTo(CodedOutputStream) - Method in class io.confluent.protobuf.MetaProto.Rule
 
writeTo(CodedOutputStream) - Method in class io.confluent.protobuf.type.Decimal
 
writeTo(CodedOutputStream) - Method in class io.confluent.protobuf.type.Variant
 
A B C D E F G H I M N P R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form