Package com.buildless.service.v1
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 TypeMethodDescriptiongetKey()Cache key at which the data was stored.com.google.protobuf.ByteStringCache key at which the data was stored.longgetSize()Size of the stored data, in bytes.com.google.protobuf.TimestampgetStamp()Timestamp indicating when the data was considered committed.com.google.protobuf.TimestampOrBuilderTimestamp indicating when the data was considered committed.booleanhasStamp()Timestamp indicating when the data was considered committed.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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"];
-