public interface _UpdateTtlRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getCacheKey()
bytes cache_key = 1; |
long |
getDecreaseToMilliseconds()
Sets the ttl to this value only if it is a decrease compared to the existing ttl
|
long |
getIncreaseToMilliseconds()
Sets the ttl to this value only if it is an increase compared to the existing ttl
|
long |
getOverwriteToMilliseconds()
Sets the ttl to this value unconditionally
|
_UpdateTtlRequest.UpdateTtlCase |
getUpdateTtlCase() |
boolean |
hasDecreaseToMilliseconds()
Sets the ttl to this value only if it is a decrease compared to the existing ttl
|
boolean |
hasIncreaseToMilliseconds()
Sets the ttl to this value only if it is an increase compared to the existing ttl
|
boolean |
hasOverwriteToMilliseconds()
Sets the ttl to this value unconditionally
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getCacheKey()
bytes cache_key = 1;boolean hasIncreaseToMilliseconds()
Sets the ttl to this value only if it is an increase compared to the existing ttl
uint64 increase_to_milliseconds = 2;long getIncreaseToMilliseconds()
Sets the ttl to this value only if it is an increase compared to the existing ttl
uint64 increase_to_milliseconds = 2;boolean hasDecreaseToMilliseconds()
Sets the ttl to this value only if it is a decrease compared to the existing ttl
uint64 decrease_to_milliseconds = 3;long getDecreaseToMilliseconds()
Sets the ttl to this value only if it is a decrease compared to the existing ttl
uint64 decrease_to_milliseconds = 3;boolean hasOverwriteToMilliseconds()
Sets the ttl to this value unconditionally
uint64 overwrite_to_milliseconds = 4;long getOverwriteToMilliseconds()
Sets the ttl to this value unconditionally
uint64 overwrite_to_milliseconds = 4;_UpdateTtlRequest.UpdateTtlCase getUpdateTtlCase()