Interface RpcTransformerOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RpcTransformer,RpcTransformer.Builder
public interface RpcTransformerOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsParameters(String key) Specified as a (name, type) tuplestring methodName = 1;com.google.protobuf.ByteStringstring methodName = 1;Deprecated.intSpecified as a (name, type) tupleSpecified as a (name, type) tuplegetParametersOrDefault(String key, String defaultValue) Specified as a (name, type) tupleSpecified as a (name, type) tuplestring returnType = 3;com.google.protobuf.ByteStringstring returnType = 3;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
-
getMethodName
String getMethodName()string methodName = 1;- Returns:
- The methodName.
-
getMethodNameBytes
com.google.protobuf.ByteString getMethodNameBytes()string methodName = 1;- Returns:
- The bytes for methodName.
-
getParametersCount
int getParametersCount()Specified as a (name, type) tuple
map<string, string> parameters = 2; -
containsParameters
Specified as a (name, type) tuple
map<string, string> parameters = 2; -
getParameters
Deprecated.UsegetParametersMap()instead. -
getParametersMap
Specified as a (name, type) tuple
map<string, string> parameters = 2; -
getParametersOrDefault
Specified as a (name, type) tuple
map<string, string> parameters = 2; -
getParametersOrThrow
Specified as a (name, type) tuple
map<string, string> parameters = 2; -
getReturnType
String getReturnType()string returnType = 3;- Returns:
- The returnType.
-
getReturnTypeBytes
com.google.protobuf.ByteString getReturnTypeBytes()string returnType = 3;- Returns:
- The bytes for returnType.
-