public interface TimestampMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIsInterpolable()
public abstract boolean getIsInterpolable()Whether the timestamp column is interpolable in UI.
bool is_interpolable = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
The isInterpolable. |
getIsSortable()
public abstract boolean getIsSortable()Whether the timestamp column is sortable in UI.
bool is_sortable = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
The isSortable. |
getTimeFormat()
public abstract String getTimeFormat()Time format of the timestamp column.
string time_format = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The timeFormat. |
getTimeFormatBytes()
public abstract ByteString getTimeFormatBytes()Time format of the timestamp column.
string time_format = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for timeFormat. |
getTimeGranularity()
public abstract String getTimeGranularity()Time granularity of the timestamp column.
string time_granularity = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The timeGranularity. |
getTimeGranularityBytes()
public abstract ByteString getTimeGranularityBytes()Time granularity of the timestamp column.
string time_granularity = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for timeGranularity. |
getTimeZone()
public abstract String getTimeZone()Time zone of the timestamp column.
string time_zone = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The timeZone. |
getTimeZoneBytes()
public abstract ByteString getTimeZoneBytes()Time zone of the timestamp column.
string time_zone = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for timeZone. |