public static final class Values.timestampValue.Builder extends com.google.protobuf.GeneratedMessage.Builder<Values.timestampValue.Builder> implements Values.timestampValueOrBuilder
dstore.engine.values.timestampValue| Modifier and Type | Method and Description |
|---|---|
Values.timestampValue |
build() |
Values.timestampValue |
buildPartial() |
Values.timestampValue.Builder |
clear() |
Values.timestampValue.Builder |
clearValue()
optional .google.protobuf.Timestamp value = 1; |
Values.timestampValue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.Timestamp |
getValue()
optional .google.protobuf.Timestamp value = 1; |
com.google.protobuf.Timestamp.Builder |
getValueBuilder()
optional .google.protobuf.Timestamp value = 1; |
com.google.protobuf.TimestampOrBuilder |
getValueOrBuilder()
optional .google.protobuf.Timestamp value = 1; |
boolean |
hasValue()
optional .google.protobuf.Timestamp value = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Values.timestampValue.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Values.timestampValue.Builder |
mergeFrom(com.google.protobuf.Message other) |
Values.timestampValue.Builder |
mergeFrom(Values.timestampValue other) |
Values.timestampValue.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Values.timestampValue.Builder |
mergeValue(com.google.protobuf.Timestamp value)
optional .google.protobuf.Timestamp value = 1; |
Values.timestampValue.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Values.timestampValue.Builder |
setValue(com.google.protobuf.Timestamp.Builder builderForValue)
optional .google.protobuf.Timestamp value = 1; |
Values.timestampValue.Builder |
setValue(com.google.protobuf.Timestamp value)
optional .google.protobuf.Timestamp value = 1; |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedFieldfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Values.timestampValue.Builder>public Values.timestampValue.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<Values.timestampValue.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.GeneratedMessage.Builder<Values.timestampValue.Builder>public Values.timestampValue getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Values.timestampValue build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Values.timestampValue buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Values.timestampValue.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Values.timestampValue.Builder>public Values.timestampValue.Builder mergeFrom(Values.timestampValue other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<Values.timestampValue.Builder>public Values.timestampValue.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<Values.timestampValue.Builder>java.io.IOExceptionpublic boolean hasValue()
optional .google.protobuf.Timestamp value = 1;hasValue in interface Values.timestampValueOrBuilderpublic com.google.protobuf.Timestamp getValue()
optional .google.protobuf.Timestamp value = 1;getValue in interface Values.timestampValueOrBuilderpublic Values.timestampValue.Builder setValue(com.google.protobuf.Timestamp value)
optional .google.protobuf.Timestamp value = 1;public Values.timestampValue.Builder setValue(com.google.protobuf.Timestamp.Builder builderForValue)
optional .google.protobuf.Timestamp value = 1;public Values.timestampValue.Builder mergeValue(com.google.protobuf.Timestamp value)
optional .google.protobuf.Timestamp value = 1;public Values.timestampValue.Builder clearValue()
optional .google.protobuf.Timestamp value = 1;public com.google.protobuf.Timestamp.Builder getValueBuilder()
optional .google.protobuf.Timestamp value = 1;public com.google.protobuf.TimestampOrBuilder getValueOrBuilder()
optional .google.protobuf.Timestamp value = 1;getValueOrBuilder in interface Values.timestampValueOrBuilderpublic final Values.timestampValue.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessage.Builder<Values.timestampValue.Builder>public final Values.timestampValue.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessage.Builder<Values.timestampValue.Builder>