Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ColumnMetadata.
Metadata of the column.
Generated from protobuf message google.cloud.chronicle.v1.ColumnMetadata
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ column
string
Name of the column.
↳ field_path
string
Field path of the queried field, if any.
↳ function_name
string
Name of the function used to query the field, if any.
↳ function_module
string
Module of the function used to query the field, if any.
↳ data_source
int
Data source queried.
↳ timestamp_metadata
↳ longitude
bool
Whether the column is a longitude field.
↳ latitude
bool
Whether the column is a latitude field.
↳ selected
bool
Whether the column is selected in the final response.
↳ unselected
bool
Whether the column is unselected in the final response.
getColumn
Name of the column.
string
setColumn
Name of the column.
var
string
$this
getFieldPath
Field path of the queried field, if any.
string
setFieldPath
Field path of the queried field, if any.
var
string
$this
getFunctionName
Name of the function used to query the field, if any.
string
setFunctionName
Name of the function used to query the field, if any.
var
string
$this
getFunctionModule
Module of the function used to query the field, if any.
string
setFunctionModule
Module of the function used to query the field, if any.
var
string
$this
getDataSource
Data source queried.
setDataSource
Data source queried.
$this
getTimestampMetadata
Timestamp Metadata
hasTimestampMetadata
clearTimestampMetadata
setTimestampMetadata
Timestamp Metadata
$this
getLongitude
Whether the column is a longitude field.
bool
setLongitude
Whether the column is a longitude field.
var
bool
$this
getLatitude
Whether the column is a latitude field.
bool
setLatitude
Whether the column is a latitude field.
var
bool
$this
getSelected
Whether the column is selected in the final response.
bool
setSelected
Whether the column is selected in the final response.
var
bool
$this
getUnselected
Whether the column is unselected in the final response.
bool
setUnselected
Whether the column is unselected in the final response.
var
bool
$this

