public static final class TimestampValue.Builder extends <any> implements TimestampValueOrBuilder
TimestampValue wraps optional timestamp.Protobuf type
kaikosdk.TimestampValue
Modifier and Type | Method and Description |
---|---|
TimestampValue.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
TimestampValue |
build() |
TimestampValue |
buildPartial() |
TimestampValue.Builder |
clear() |
TimestampValue.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TimestampValue.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TimestampValue.Builder |
clearValue()
The timestamp value.
|
TimestampValue.Builder |
clone() |
TimestampValue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.Timestamp |
getValue()
The timestamp value.
|
com.google.protobuf.Timestamp.Builder |
getValueBuilder()
The timestamp value.
|
com.google.protobuf.TimestampOrBuilder |
getValueOrBuilder()
The timestamp value.
|
boolean |
hasValue()
The timestamp value.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
TimestampValue.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TimestampValue.Builder |
mergeFrom(com.google.protobuf.Message other) |
TimestampValue.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TimestampValue.Builder |
mergeValue(com.google.protobuf.Timestamp value)
The timestamp value.
|
TimestampValue.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
TimestampValue.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
TimestampValue.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TimestampValue.Builder |
setValue(com.google.protobuf.Timestamp.Builder builderForValue)
The timestamp value.
|
TimestampValue.Builder |
setValue(com.google.protobuf.Timestamp value)
The timestamp value.
|
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public TimestampValue.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public TimestampValue getDefaultInstanceForType()
public TimestampValue build()
public TimestampValue buildPartial()
public TimestampValue.Builder clone()
public TimestampValue.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public TimestampValue.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public TimestampValue.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public TimestampValue.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
public TimestampValue.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public TimestampValue.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public TimestampValue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public boolean hasValue()
The timestamp value.
.google.protobuf.Timestamp value = 1;
hasValue
in interface TimestampValueOrBuilder
public com.google.protobuf.Timestamp getValue()
The timestamp value.
.google.protobuf.Timestamp value = 1;
getValue
in interface TimestampValueOrBuilder
public TimestampValue.Builder setValue(com.google.protobuf.Timestamp value)
The timestamp value.
.google.protobuf.Timestamp value = 1;
public TimestampValue.Builder setValue(com.google.protobuf.Timestamp.Builder builderForValue)
The timestamp value.
.google.protobuf.Timestamp value = 1;
public TimestampValue.Builder mergeValue(com.google.protobuf.Timestamp value)
The timestamp value.
.google.protobuf.Timestamp value = 1;
public TimestampValue.Builder clearValue()
The timestamp value.
.google.protobuf.Timestamp value = 1;
public com.google.protobuf.Timestamp.Builder getValueBuilder()
The timestamp value.
.google.protobuf.Timestamp value = 1;
public com.google.protobuf.TimestampOrBuilder getValueOrBuilder()
The timestamp value.
.google.protobuf.Timestamp value = 1;
getValueOrBuilder
in interface TimestampValueOrBuilder
public final TimestampValue.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final TimestampValue.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)