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

    Modifier and Type
    Method
    Description
    com.google.protobuf.Any
    getActions(int index)
    repeated .google.protobuf.Any actions = 1;
    int
    repeated .google.protobuf.Any actions = 1;
    List<com.google.protobuf.Any>
    repeated .google.protobuf.Any actions = 1;
    com.google.protobuf.AnyOrBuilder
    repeated .google.protobuf.Any actions = 1;
    List<? extends com.google.protobuf.AnyOrBuilder>
    repeated .google.protobuf.Any actions = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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;