Interface RpcBatchUpdateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RpcBatchUpdate,RpcBatchUpdate.Builder
public interface RpcBatchUpdateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.AnygetActions(int index)repeated .google.protobuf.Any actions = 1;intgetActionsCount()repeated .google.protobuf.Any actions = 1;List<com.google.protobuf.Any>getActionsList()repeated .google.protobuf.Any actions = 1;com.google.protobuf.AnyOrBuildergetActionsOrBuilder(int index)repeated .google.protobuf.Any actions = 1;List<? extends com.google.protobuf.AnyOrBuilder>getActionsOrBuilderList()repeated .google.protobuf.Any actions = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getActionsList
List<com.google.protobuf.Any> getActionsList()
repeated .google.protobuf.Any actions = 1;
-
getActions
com.google.protobuf.Any getActions(int index)
repeated .google.protobuf.Any actions = 1;
-
getActionsCount
int getActionsCount()
repeated .google.protobuf.Any actions = 1;
-
getActionsOrBuilderList
List<? extends com.google.protobuf.AnyOrBuilder> getActionsOrBuilderList()
repeated .google.protobuf.Any actions = 1;
-
getActionsOrBuilder
com.google.protobuf.AnyOrBuilder getActionsOrBuilder(int index)
repeated .google.protobuf.Any actions = 1;
-
-