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

grpc.cache_client._SetResponseOrBuilder 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 _SetResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cache_client._SetResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .cache_client.ECacheResult result = 1;
   * @return The enum numeric value on the wire for result.
   */
  int getResultValue();
  /**
   * .cache_client.ECacheResult result = 1;
   * @return The result.
   */
  grpc.cache_client.ECacheResult getResult();

  /**
   * string message = 2;
   * @return The message.
   */
  java.lang.String getMessage();
  /**
   * string message = 2;
   * @return The bytes for message.
   */
  com.google.protobuf.ByteString
      getMessageBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy