Class TimestampValue (0.37.0)

public final class TimestampValue extends GeneratedMessageV3 implements TimestampValueOrBuilder

Timestamp value type.

Protobuf type google.cloud.contentwarehouse.v1.TimestampValue

Static Fields

TEXT_VALUE_FIELD_NUMBER

public static final int TEXT_VALUE_FIELD_NUMBER
Field Value
TypeDescription
int

TIMESTAMP_VALUE_FIELD_NUMBER

public static final int TIMESTAMP_VALUE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static TimestampValue getDefaultInstance()
Returns
TypeDescription
TimestampValue

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static TimestampValue.Builder newBuilder()
Returns
TypeDescription
TimestampValue.Builder

newBuilder(TimestampValue prototype)

public static TimestampValue.Builder newBuilder(TimestampValue prototype)
Parameter
NameDescription
prototypeTimestampValue
Returns
TypeDescription
TimestampValue.Builder

parseDelimitedFrom(InputStream input)

public static TimestampValue parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TimestampValue
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TimestampValue parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TimestampValue
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static TimestampValue parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
TimestampValue
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TimestampValue parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TimestampValue
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static TimestampValue parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
TimestampValue
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TimestampValue parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TimestampValue
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TimestampValue parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
TimestampValue
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TimestampValue parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TimestampValue
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static TimestampValue parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TimestampValue
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TimestampValue parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TimestampValue
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static TimestampValue parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
TimestampValue
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TimestampValue parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TimestampValue
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<TimestampValue> parser()
Returns
TypeDescription
Parser<TimestampValue>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public TimestampValue getDefaultInstanceForType()
Returns
TypeDescription
TimestampValue

getParserForType()

public Parser<TimestampValue> getParserForType()
Returns
TypeDescription
Parser<TimestampValue>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getTextValue()

public String getTextValue()

The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"

string text_value = 2;

Returns
TypeDescription
String

The textValue.

getTextValueBytes()

public ByteString getTextValueBytes()

The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"

string text_value = 2;

Returns
TypeDescription
ByteString

The bytes for textValue.

getTimestampValue()

public Timestamp getTimestampValue()

Timestamp value

.google.protobuf.Timestamp timestamp_value = 1;

Returns
TypeDescription
Timestamp

The timestampValue.

getTimestampValueOrBuilder()

public TimestampOrBuilder getTimestampValueOrBuilder()

Timestamp value

.google.protobuf.Timestamp timestamp_value = 1;

Returns
TypeDescription
TimestampOrBuilder

getValueCase()

public TimestampValue.ValueCase getValueCase()
Returns
TypeDescription
TimestampValue.ValueCase

hasTextValue()

public boolean hasTextValue()

The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"

string text_value = 2;

Returns
TypeDescription
boolean

Whether the textValue field is set.

hasTimestampValue()

public boolean hasTimestampValue()

Timestamp value

.google.protobuf.Timestamp timestamp_value = 1;

Returns
TypeDescription
boolean

Whether the timestampValue field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public TimestampValue.Builder newBuilderForType()
Returns
TypeDescription
TimestampValue.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TimestampValue.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
TimestampValue.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public TimestampValue.Builder toBuilder()
Returns
TypeDescription
TimestampValue.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException