Interface UserBadgeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserBadge,UserBadge.Builder
public interface UserBadgeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsIcons(int key) map<int32, .Image> icons = 1;getIcons()Deprecated.intmap<int32, .Image> icons = 1;map<int32, .Image> icons = 1;getIconsOrDefault(int key, Image defaultValue) map<int32, .Image> icons = 1;getIconsOrThrow(int key) map<int32, .Image> icons = 1;getTitle()string title = 2;com.google.protobuf.ByteStringstring title = 2;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
-
getIconsCount
int getIconsCount()map<int32, .Image> icons = 1; -
containsIcons
boolean containsIcons(int key) map<int32, .Image> icons = 1; -
getIcons
Deprecated.UsegetIconsMap()instead. -
getIconsMap
map<int32, .Image> icons = 1; -
getIconsOrDefault
map<int32, .Image> icons = 1; -
getIconsOrThrow
map<int32, .Image> icons = 1; -
getTitle
String getTitle()string title = 2;- Returns:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()string title = 2;- Returns:
- The bytes for title.
-