Chronicle V1 API - Class Google::Cloud::Chronicle::V1::TimestampMetadata (v0.6.0)

Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::TimestampMetadata.

Metadata of the timestamp column.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#is_interpolable

def is_interpolable() -> ::Boolean
Returns
  • (::Boolean) — Whether the timestamp column is interpolable in UI.

#is_interpolable=

def is_interpolable=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Whether the timestamp column is interpolable in UI.
Returns
  • (::Boolean) — Whether the timestamp column is interpolable in UI.

#is_sortable

def is_sortable() -> ::Boolean
Returns
  • (::Boolean) — Whether the timestamp column is sortable in UI.

#is_sortable=

def is_sortable=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Whether the timestamp column is sortable in UI.
Returns
  • (::Boolean) — Whether the timestamp column is sortable in UI.

#time_format

def time_format() -> ::String
Returns
  • (::String) — Time format of the timestamp column.

#time_format=

def time_format=(value) -> ::String
Parameter
  • value (::String) — Time format of the timestamp column.
Returns
  • (::String) — Time format of the timestamp column.

#time_granularity

def time_granularity() -> ::String
Returns
  • (::String) — Time granularity of the timestamp column.

#time_granularity=

def time_granularity=(value) -> ::String
Parameter
  • value (::String) — Time granularity of the timestamp column.
Returns
  • (::String) — Time granularity of the timestamp column.

#time_zone

def time_zone() -> ::String
Returns
  • (::String) — Time zone of the timestamp column.

#time_zone=

def time_zone=(value) -> ::String
Parameter
  • value (::String) — Time zone of the timestamp column.
Returns
  • (::String) — Time zone of the timestamp column.