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

grpc.store._StoreGetResponseOrBuilder Maven / Gradle / Ivy

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

package grpc.store;

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

  /**
   * .store._StoreValue value = 1;
   * @return Whether the value field is set.
   */
  boolean hasValue();
  /**
   * .store._StoreValue value = 1;
   * @return The value.
   */
  grpc.store._StoreValue getValue();
  /**
   * .store._StoreValue value = 1;
   */
  grpc.store._StoreValueOrBuilder getValueOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy