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

grpc.store._StoreDeleteRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.119.4
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: store.proto

package grpc.store;

public interface _StoreDeleteRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:store._StoreDeleteRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string key = 1;
   * @return The key.
   */
  java.lang.String getKey();
  /**
   * string key = 1;
   * @return The bytes for key.
   */
  com.google.protobuf.ByteString
      getKeyBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy