public static interface MetaProto.MetaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsParams(String key)
map<string, string> params = 2; |
String |
getDoc()
string doc = 1; |
com.google.protobuf.ByteString |
getDocBytes()
string doc = 1; |
Map<String,String> |
getParams()
Deprecated.
|
int |
getParamsCount()
map<string, string> params = 2; |
Map<String,String> |
getParamsMap()
map<string, string> params = 2; |
String |
getParamsOrDefault(String key,
String defaultValue)
map<string, string> params = 2; |
String |
getParamsOrThrow(String key)
map<string, string> params = 2; |
String |
getTags(int index)
repeated string tags = 3; |
com.google.protobuf.ByteString |
getTagsBytes(int index)
repeated string tags = 3; |
int |
getTagsCount()
repeated string tags = 3; |
List<String> |
getTagsList()
repeated string tags = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDoc()
string doc = 1;com.google.protobuf.ByteString getDocBytes()
string doc = 1;int getParamsCount()
map<string, string> params = 2;boolean containsParams(String key)
map<string, string> params = 2;@Deprecated Map<String,String> getParams()
getParamsMap() instead.String getParamsOrDefault(String key, String defaultValue)
map<string, string> params = 2;List<String> getTagsList()
repeated string tags = 3;int getTagsCount()
repeated string tags = 3;String getTags(int index)
repeated string tags = 3;index - The index of the element to return.com.google.protobuf.ByteString getTagsBytes(int index)
repeated string tags = 3;index - The index of the value to return.Copyright © 2026 Confluent, Inc.. All rights reserved.