public static interface FunctionAPI.ExecuteFunctionOnGroupRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BasicTypes.EncodedValue |
getArguments()
.org.apache.geode.internal.protocol.protobuf.v1.EncodedValue arguments = 3; |
BasicTypes.EncodedValueOrBuilder |
getArgumentsOrBuilder()
.org.apache.geode.internal.protocol.protobuf.v1.EncodedValue arguments = 3; |
java.lang.String |
getFunctionID()
string functionID = 1; |
com.google.protobuf.ByteString |
getFunctionIDBytes()
string functionID = 1; |
java.lang.String |
getGroupName(int index)
repeated string groupName = 2; |
com.google.protobuf.ByteString |
getGroupNameBytes(int index)
repeated string groupName = 2; |
int |
getGroupNameCount()
repeated string groupName = 2; |
java.util.List<java.lang.String> |
getGroupNameList()
repeated string groupName = 2; |
boolean |
hasArguments()
.org.apache.geode.internal.protocol.protobuf.v1.EncodedValue arguments = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getFunctionID()
string functionID = 1;com.google.protobuf.ByteString getFunctionIDBytes()
string functionID = 1;java.util.List<java.lang.String> getGroupNameList()
repeated string groupName = 2;int getGroupNameCount()
repeated string groupName = 2;java.lang.String getGroupName(int index)
repeated string groupName = 2;com.google.protobuf.ByteString getGroupNameBytes(int index)
repeated string groupName = 2;boolean hasArguments()
.org.apache.geode.internal.protocol.protobuf.v1.EncodedValue arguments = 3;BasicTypes.EncodedValue getArguments()
.org.apache.geode.internal.protocol.protobuf.v1.EncodedValue arguments = 3;BasicTypes.EncodedValueOrBuilder getArgumentsOrBuilder()
.org.apache.geode.internal.protocol.protobuf.v1.EncodedValue arguments = 3;