Interface CacheStoreResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CacheStoreResponse, CacheStoreResponse.Builder

public interface CacheStoreResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Cache key at which the data was stored.
    com.google.protobuf.ByteString
    Cache key at which the data was stored.
    long
    Size of the stored data, in bytes.
    com.google.protobuf.Timestamp
    Timestamp indicating when the data was considered committed.
    com.google.protobuf.TimestampOrBuilder
    Timestamp indicating when the data was considered committed.
    boolean
    Timestamp indicating when the data was considered committed.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getKey

      String getKey()
       Cache key at which the data was stored.
       
      string key = 1 [json_name = "key"];
      Returns:
      The key.
    • getKeyBytes

      com.google.protobuf.ByteString getKeyBytes()
       Cache key at which the data was stored.
       
      string key = 1 [json_name = "key"];
      Returns:
      The bytes for key.
    • getSize

      long getSize()
       Size of the stored data, in bytes.
       
      uint64 size = 2 [json_name = "size"];
      Returns:
      The size.
    • hasStamp

      boolean hasStamp()
       Timestamp indicating when the data was considered committed.
       
      .google.protobuf.Timestamp stamp = 3 [json_name = "stamp"];
      Returns:
      Whether the stamp field is set.
    • getStamp

      com.google.protobuf.Timestamp getStamp()
       Timestamp indicating when the data was considered committed.
       
      .google.protobuf.Timestamp stamp = 3 [json_name = "stamp"];
      Returns:
      The stamp.
    • getStampOrBuilder

      com.google.protobuf.TimestampOrBuilder getStampOrBuilder()
       Timestamp indicating when the data was considered committed.
       
      .google.protobuf.Timestamp stamp = 3 [json_name = "stamp"];