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

grpc.cache_client._SetIfNotExistsRequestOrBuilder Maven / Gradle / Ivy

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

package grpc.cache_client;

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

  /**
   * bytes cache_key = 1;
   * @return The cacheKey.
   */
  com.google.protobuf.ByteString getCacheKey();

  /**
   * bytes cache_body = 2;
   * @return The cacheBody.
   */
  com.google.protobuf.ByteString getCacheBody();

  /**
   * uint64 ttl_milliseconds = 3;
   * @return The ttlMilliseconds.
   */
  long getTtlMilliseconds();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy