Interface TextOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Text,Text.Builder
public interface TextOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.TextFormat default_format = 3;.TextFormat default_format = 3;string default_pattern = 2;com.google.protobuf.ByteStringstring default_pattern = 2;getKey()string key = 1;com.google.protobuf.ByteStringstring key = 1;getPieces(int index) repeated .TextPiece pieces = 4;intrepeated .TextPiece pieces = 4;repeated .TextPiece pieces = 4;getPiecesOrBuilder(int index) repeated .TextPiece pieces = 4;List<? extends TextPieceOrBuilder>repeated .TextPiece pieces = 4;boolean.TextFormat default_format = 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
-
getKey
String getKey()string key = 1;- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()string key = 1;- Returns:
- The bytes for key.
-
getDefaultPattern
String getDefaultPattern()string default_pattern = 2;- Returns:
- The defaultPattern.
-
getDefaultPatternBytes
com.google.protobuf.ByteString getDefaultPatternBytes()string default_pattern = 2;- Returns:
- The bytes for defaultPattern.
-
hasDefaultFormat
boolean hasDefaultFormat().TextFormat default_format = 3;- Returns:
- Whether the defaultFormat field is set.
-
getDefaultFormat
TextFormat getDefaultFormat().TextFormat default_format = 3;- Returns:
- The defaultFormat.
-
getDefaultFormatOrBuilder
TextFormatOrBuilder getDefaultFormatOrBuilder().TextFormat default_format = 3; -
getPiecesList
repeated .TextPiece pieces = 4; -
getPieces
repeated .TextPiece pieces = 4; -
getPiecesCount
int getPiecesCount()repeated .TextPiece pieces = 4; -
getPiecesOrBuilderList
List<? extends TextPieceOrBuilder> getPiecesOrBuilderList()repeated .TextPiece pieces = 4; -
getPiecesOrBuilder
repeated .TextPiece pieces = 4;
-