Interface ImageContentOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImageContent,ImageContent.Builder
public interface ImageContentOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring alternativeText = 4;com.google.protobuf.ByteStringstring alternativeText = 4;string fontColor = 2;com.google.protobuf.ByteStringstring fontColor = 2;longgetLevel()uint64 level = 3;getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;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
-
getName
String getName()string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1;- Returns:
- The bytes for name.
-
getFontColor
String getFontColor()string fontColor = 2;- Returns:
- The fontColor.
-
getFontColorBytes
com.google.protobuf.ByteString getFontColorBytes()string fontColor = 2;- Returns:
- The bytes for fontColor.
-
getLevel
long getLevel()uint64 level = 3;- Returns:
- The level.
-
getAlternativeText
String getAlternativeText()string alternativeText = 4;- Returns:
- The alternativeText.
-
getAlternativeTextBytes
com.google.protobuf.ByteString getAlternativeTextBytes()string alternativeText = 4;- Returns:
- The bytes for alternativeText.
-