Reference documentation and code samples for the Google Cloud Chronicle V1 Client class TimestampMetadata.
Metadata of the timestamp column.
Generated from protobuf message google.cloud.chronicle.v1.TimestampMetadata
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ time_format
string
Time format of the timestamp column.
↳ time_zone
string
Time zone of the timestamp column.
↳ time_granularity
string
Time granularity of the timestamp column.
↳ is_sortable
bool
Whether the timestamp column is sortable in UI.
↳ is_interpolable
bool
Whether the timestamp column is interpolable in UI.
getTimeFormat
Time format of the timestamp column.
string
setTimeFormat
Time format of the timestamp column.
var
string
$this
getTimeZone
Time zone of the timestamp column.
string
setTimeZone
Time zone of the timestamp column.
var
string
$this
getTimeGranularity
Time granularity of the timestamp column.
string
setTimeGranularity
Time granularity of the timestamp column.
var
string
$this
getIsSortable
Whether the timestamp column is sortable in UI.
bool
setIsSortable
Whether the timestamp column is sortable in UI.
var
bool
$this
getIsInterpolable
Whether the timestamp column is interpolable in UI.
bool
setIsInterpolable
Whether the timestamp column is interpolable in UI.
var
bool
$this

