public final class TimestampValue extends com.google.protobuf.GeneratedMessageV3 implements TimestampValueOrBuilder
TimestampValue wraps optional timestamp.Protobuf type
kaikosdk.TimestampValue
Modifier and Type | Class and Description |
---|---|
static class |
TimestampValue.Builder
TimestampValue wraps optional timestamp.
|
Modifier and Type | Field and Description |
---|---|
static int |
VALUE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static TimestampValue |
getDefaultInstance() |
TimestampValue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
com.google.protobuf.Timestamp |
getValue()
The timestamp value.
|
com.google.protobuf.TimestampOrBuilder |
getValueOrBuilder()
The timestamp value.
|
int |
hashCode() |
boolean |
hasValue()
The timestamp value.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TimestampValue.Builder |
newBuilder() |
static TimestampValue.Builder |
newBuilder(TimestampValue prototype) |
TimestampValue.Builder |
newBuilderForType() |
protected TimestampValue.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static TimestampValue |
parseDelimitedFrom(java.io.InputStream input) |
static TimestampValue |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TimestampValue |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TimestampValue |
parseFrom(java.nio.ByteBuffer data) |
static TimestampValue |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TimestampValue |
parseFrom(com.google.protobuf.ByteString data) |
static TimestampValue |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TimestampValue |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TimestampValue |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TimestampValue |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
TimestampValue.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int VALUE_FIELD_NUMBER
protected java.lang.Object newInstance(UnusedPrivateParameter unused)
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
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 com.google.protobuf.TimestampOrBuilder getValueOrBuilder()
The timestamp value.
.google.protobuf.Timestamp value = 1;
getValueOrBuilder
in interface TimestampValueOrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOException
public int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static TimestampValue parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TimestampValue parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TimestampValue parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TimestampValue parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TimestampValue parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TimestampValue parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static TimestampValue parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static TimestampValue parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static TimestampValue parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static TimestampValue parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public TimestampValue.Builder newBuilderForType()
public static TimestampValue.Builder newBuilder()
public static TimestampValue.Builder newBuilder(TimestampValue prototype)
public TimestampValue.Builder toBuilder()
protected TimestampValue.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static TimestampValue getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public TimestampValue getDefaultInstanceForType()