public static final class _IncrementRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<_IncrementRequest.Builder> implements _IncrementRequestOrBuilder
cache_client._IncrementRequest| Modifier and Type | Method and Description |
|---|---|
_IncrementRequest |
build() |
_IncrementRequest |
buildPartial() |
_IncrementRequest.Builder |
clear() |
_IncrementRequest.Builder |
clearAmount()
Amount to add to the stored value.
|
_IncrementRequest.Builder |
clearCacheKey()
bytes cache_key = 1; |
_IncrementRequest.Builder |
clearTtlMilliseconds()
uint64 ttl_milliseconds = 3; |
long |
getAmount()
Amount to add to the stored value.
|
com.google.protobuf.ByteString |
getCacheKey()
bytes cache_key = 1; |
_IncrementRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getTtlMilliseconds()
uint64 ttl_milliseconds = 3; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
_IncrementRequest.Builder |
mergeFrom(_IncrementRequest other) |
_IncrementRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
_IncrementRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
_IncrementRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
_IncrementRequest.Builder |
setAmount(long value)
Amount to add to the stored value.
|
_IncrementRequest.Builder |
setCacheKey(com.google.protobuf.ByteString value)
bytes cache_key = 1; |
_IncrementRequest.Builder |
setTtlMilliseconds(long value)
uint64 ttl_milliseconds = 3; |
_IncrementRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<_IncrementRequest.Builder>public _IncrementRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<_IncrementRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<_IncrementRequest.Builder>public _IncrementRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic _IncrementRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic _IncrementRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic _IncrementRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<_IncrementRequest.Builder>public _IncrementRequest.Builder mergeFrom(_IncrementRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<_IncrementRequest.Builder>public _IncrementRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<_IncrementRequest.Builder>java.io.IOExceptionpublic com.google.protobuf.ByteString getCacheKey()
bytes cache_key = 1;getCacheKey in interface _IncrementRequestOrBuilderpublic _IncrementRequest.Builder setCacheKey(com.google.protobuf.ByteString value)
bytes cache_key = 1;value - The cacheKey to set.public _IncrementRequest.Builder clearCacheKey()
bytes cache_key = 1;public 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;getAmount in interface _IncrementRequestOrBuilderpublic _IncrementRequest.Builder setAmount(long value)
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;value - The amount to set.public _IncrementRequest.Builder clearAmount()
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;public long getTtlMilliseconds()
uint64 ttl_milliseconds = 3;getTtlMilliseconds in interface _IncrementRequestOrBuilderpublic _IncrementRequest.Builder setTtlMilliseconds(long value)
uint64 ttl_milliseconds = 3;value - The ttlMilliseconds to set.public _IncrementRequest.Builder clearTtlMilliseconds()
uint64 ttl_milliseconds = 3;public final _IncrementRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<_IncrementRequest.Builder>public final _IncrementRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<_IncrementRequest.Builder>