public interface _IncrementRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAmount()
Amount to add to the stored value.
|
com.google.protobuf.ByteString |
getCacheKey()
bytes cache_key = 1; |
long |
getTtlMilliseconds()
uint64 ttl_milliseconds = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getCacheKey()
bytes cache_key = 1;long getAmount()
Amount to add to the stored value. If this key doesn't currently exist, it's created with this value (encoded as a base 10 string)
int64 amount = 2;long getTtlMilliseconds()
uint64 ttl_milliseconds = 3;