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
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
-
getText1
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
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.
-