Interface TextTupleOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TextTuple,TextTuple.Builder
public interface TextTupleOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetText1()string text1 = 1 [json_name = "text1"];com.google.protobuf.ByteStringgetText1Bytes()string text1 = 1 [json_name = "text1"];java.lang.StringgetText2()string text2 = 2 [json_name = "text2"];com.google.protobuf.ByteStringgetText2Bytes()string text2 = 2 [json_name = "text2"];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getText1
java.lang.String getText1()
string text1 = 1 [json_name = "text1"];- Returns:
- The text1.
-
getText1Bytes
com.google.protobuf.ByteString getText1Bytes()
string text1 = 1 [json_name = "text1"];- Returns:
- The bytes for text1.
-
getText2
java.lang.String getText2()
string text2 = 2 [json_name = "text2"];- Returns:
- The text2.
-
getText2Bytes
com.google.protobuf.ByteString getText2Bytes()
string text2 = 2 [json_name = "text2"];- Returns:
- The bytes for text2.
-
-