Package io.confluent.protobuf
Interface MetaProto.MetaOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MetaProto.Meta,MetaProto.Meta.Builder
- Enclosing class:
- MetaProto
public static interface MetaProto.MetaOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsParams(String key) map<string, string> params = 2;getDoc()string doc = 1;com.google.protobuf.ByteStringstring doc = 1;Deprecated.intmap<string, string> params = 2;map<string, string> params = 2;getParamsOrDefault(String key, String defaultValue) map<string, string> params = 2;getParamsOrThrow(String key) map<string, string> params = 2;getTags(int index) repeated string tags = 3;com.google.protobuf.ByteStringgetTagsBytes(int index) repeated string tags = 3;intrepeated string tags = 3;repeated string tags = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDoc
String getDoc()string doc = 1;- Returns:
- The doc.
-
getDocBytes
com.google.protobuf.ByteString getDocBytes()string doc = 1;- Returns:
- The bytes for doc.
-
getParamsCount
int getParamsCount()map<string, string> params = 2; -
containsParams
map<string, string> params = 2; -
getParams
Deprecated.UsegetParamsMap()instead. -
getParamsMap
map<string, string> params = 2; -
getParamsOrDefault
map<string, string> params = 2; -
getParamsOrThrow
map<string, string> params = 2; -
getTagsList
repeated string tags = 3;- Returns:
- A list containing the tags.
-
getTagsCount
int getTagsCount()repeated string tags = 3;- Returns:
- The count of tags.
-
getTags
repeated string tags = 3;- Parameters:
index- The index of the element to return.- Returns:
- The tags at the given index.
-
getTagsBytes
com.google.protobuf.ByteString getTagsBytes(int index) repeated string tags = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the tags at the given index.
-