Interface Echoresource.EchoResourceResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Echoresource.EchoResourceResponse
,Echoresource.EchoResourceResponse.Builder
- Enclosing class:
- Echoresource
public static interface Echoresource.EchoResourceResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring message = 1 [json_name = "message"];
com.google.protobuf.ByteString
string message = 1 [json_name = "message"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getMessage
String getMessage()string message = 1 [json_name = "message"];
- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()string message = 1 [json_name = "message"];
- Returns:
- The bytes for message.
-