Interface RpcTransformerRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RpcTransformerRequest,RpcTransformerRequest.Builder
public interface RpcTransformerRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanmap<string, .org.hansken.extraction.plugin.grpc.RpcTransformerArgument> namedArguments = 2;string methodName = 1;com.google.protobuf.ByteStringstring methodName = 1;Deprecated.intmap<string, .org.hansken.extraction.plugin.grpc.RpcTransformerArgument> namedArguments = 2;map<string, .org.hansken.extraction.plugin.grpc.RpcTransformerArgument> namedArguments = 2;getNamedArgumentsOrDefault(String key, RpcTransformerArgument defaultValue) map<string, .org.hansken.extraction.plugin.grpc.RpcTransformerArgument> namedArguments = 2;map<string, .org.hansken.extraction.plugin.grpc.RpcTransformerArgument> namedArguments = 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
-
getMethodName
String getMethodName()string methodName = 1;- Returns:
- The methodName.
-
getMethodNameBytes
com.google.protobuf.ByteString getMethodNameBytes()string methodName = 1;- Returns:
- The bytes for methodName.
-
getNamedArgumentsCount
int getNamedArgumentsCount()map<string, .org.hansken.extraction.plugin.grpc.RpcTransformerArgument> namedArguments = 2; -
containsNamedArguments
map<string, .org.hansken.extraction.plugin.grpc.RpcTransformerArgument> namedArguments = 2; -
getNamedArguments
Deprecated.UsegetNamedArgumentsMap()instead. -
getNamedArgumentsMap
Map<String,RpcTransformerArgument> getNamedArgumentsMap()map<string, .org.hansken.extraction.plugin.grpc.RpcTransformerArgument> namedArguments = 2; -
getNamedArgumentsOrDefault
map<string, .org.hansken.extraction.plugin.grpc.RpcTransformerArgument> namedArguments = 2; -
getNamedArgumentsOrThrow
map<string, .org.hansken.extraction.plugin.grpc.RpcTransformerArgument> namedArguments = 2;
-