Package cloud.filibuster.examples
Interface Hello.HelloExtendedReplyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Hello.HelloExtendedReply
,Hello.HelloExtendedReply.Builder
- Enclosing class:
- Hello
public static interface Hello.HelloExtendedReplyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCreatedAt()
contains a random datetime.com.google.protobuf.ByteString
getCreatedAtBytes()
contains a random datetime.java.lang.String
getFirstMessage()
contains part of the name, should form a partial match on the argument.com.google.protobuf.ByteString
getFirstMessageBytes()
contains part of the name, should form a partial match on the argument.java.lang.String
getName()
contains name, directly mapped through.com.google.protobuf.ByteString
getNameBytes()
contains name, directly mapped through.java.lang.String
getSecondMessage()
contains nothing from the response.com.google.protobuf.ByteString
getSecondMessageBytes()
contains nothing from the response.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
contains name, directly mapped through.
string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
contains name, directly mapped through.
string name = 1;
- Returns:
- The bytes for name.
-
getFirstMessage
java.lang.String getFirstMessage()
contains part of the name, should form a partial match on the argument.
string first_message = 2;
- Returns:
- The firstMessage.
-
getFirstMessageBytes
com.google.protobuf.ByteString getFirstMessageBytes()
contains part of the name, should form a partial match on the argument.
string first_message = 2;
- Returns:
- The bytes for firstMessage.
-
getSecondMessage
java.lang.String getSecondMessage()
contains nothing from the response.
string second_message = 3;
- Returns:
- The secondMessage.
-
getSecondMessageBytes
com.google.protobuf.ByteString getSecondMessageBytes()
contains nothing from the response.
string second_message = 3;
- Returns:
- The bytes for secondMessage.
-
getCreatedAt
java.lang.String getCreatedAt()
contains a random datetime.
string created_at = 4;
- Returns:
- The createdAt.
-
getCreatedAtBytes
com.google.protobuf.ByteString getCreatedAtBytes()
contains a random datetime.
string created_at = 4;
- Returns:
- The bytes for createdAt.
-
-