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

grpc.cache_client._SortedSetIncrementResponseOrBuilder Maven / Gradle / Ivy

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

package grpc.cache_client;

public interface _SortedSetIncrementResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cache_client._SortedSetIncrementResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The updated score stored after the increment operation.
   * 
* * double score = 1; * @return The score. */ double getScore(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy