public interface TimestampValueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTextValue()
public abstract 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;
| Type | Description |
| String | The textValue. |
getTextValueBytes()
public abstract 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;
| Type | Description |
| ByteString | The bytes for textValue. |
getTimestampValue()
public abstract Timestamp getTimestampValue()Timestamp value
.google.protobuf.Timestamp timestamp_value = 1;
| Type | Description |
| Timestamp | The timestampValue. |
getTimestampValueOrBuilder()
public abstract TimestampOrBuilder getTimestampValueOrBuilder()Timestamp value
.google.protobuf.Timestamp timestamp_value = 1;
| Type | Description |
| TimestampOrBuilder |
getValueCase()
public abstract TimestampValue.ValueCase getValueCase()| Type | Description |
| TimestampValue.ValueCase |
hasTextValue()
public abstract 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;
| Type | Description |
| boolean | Whether the textValue field is set. |
hasTimestampValue()
public abstract boolean hasTimestampValue()Timestamp value
.google.protobuf.Timestamp timestamp_value = 1;
| Type | Description |
| boolean | Whether the timestampValue field is set. |