All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.scalar.db.rpc.MutateRequestOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: scalardb.proto

package com.scalar.db.rpc;

public interface MutateRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:rpc.MutateRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .rpc.Mutation mutations = 1;
   */
  java.util.List 
      getMutationsList();
  /**
   * repeated .rpc.Mutation mutations = 1;
   */
  com.scalar.db.rpc.Mutation getMutations(int index);
  /**
   * repeated .rpc.Mutation mutations = 1;
   */
  int getMutationsCount();
  /**
   * repeated .rpc.Mutation mutations = 1;
   */
  java.util.List 
      getMutationsOrBuilderList();
  /**
   * repeated .rpc.Mutation mutations = 1;
   */
  com.scalar.db.rpc.MutationOrBuilder getMutationsOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy