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

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

There is a newer version: 3.13.2
Show 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 mutation = 1;
   */
  java.util.List 
      getMutationList();
  /**
   * repeated .rpc.Mutation mutation = 1;
   */
  com.scalar.db.rpc.Mutation getMutation(int index);
  /**
   * repeated .rpc.Mutation mutation = 1;
   */
  int getMutationCount();
  /**
   * repeated .rpc.Mutation mutation = 1;
   */
  java.util.List 
      getMutationOrBuilderList();
  /**
   * repeated .rpc.Mutation mutation = 1;
   */
  com.scalar.db.rpc.MutationOrBuilder getMutationOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy