Interface InvokeRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InvokeRequest,InvokeRequest.Builder
public interface InvokeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool args_empty = 3;string args_json = 4;com.google.protobuf.ByteStringstring args_json = 4;string method = 1;com.google.protobuf.ByteStringstring method = 1;string trace_id = 2;com.google.protobuf.ByteStringstring trace_id = 2;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
-
getMethod
String getMethod()string method = 1; -
getMethodBytes
com.google.protobuf.ByteString getMethodBytes()string method = 1; -
getTraceId
String getTraceId()string trace_id = 2; -
getTraceIdBytes
com.google.protobuf.ByteString getTraceIdBytes()string trace_id = 2; -
getArgsEmpty
boolean getArgsEmpty()bool args_empty = 3; -
getArgsJson
String getArgsJson()string args_json = 4; -
getArgsJsonBytes
com.google.protobuf.ByteString getArgsJsonBytes()string args_json = 4;
-