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

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

Metadata of the column.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#column

def column() -> ::String
Returns
  • (::String) — Name of the column.

#column=

def column=(value) -> ::String
Parameter
  • value (::String) — Name of the column.
Returns
  • (::String) — Name of the column.

#data_source

def data_source() -> ::Google::Cloud::Chronicle::V1::DataSource
Returns

#data_source=

def data_source=(value) -> ::Google::Cloud::Chronicle::V1::DataSource
Parameter
Returns

#field_path

def field_path() -> ::String
Returns
  • (::String) — Field path of the queried field, if any.

#field_path=

def field_path=(value) -> ::String
Parameter
  • value (::String) — Field path of the queried field, if any.
Returns
  • (::String) — Field path of the queried field, if any.

#function_module

def function_module() -> ::String
Returns
  • (::String) — Module of the function used to query the field, if any.

#function_module=

def function_module=(value) -> ::String
Parameter
  • value (::String) — Module of the function used to query the field, if any.
Returns
  • (::String) — Module of the function used to query the field, if any.

#function_name

def function_name() -> ::String
Returns
  • (::String) — Name of the function used to query the field, if any.

#function_name=

def function_name=(value) -> ::String
Parameter
  • value (::String) — Name of the function used to query the field, if any.
Returns
  • (::String) — Name of the function used to query the field, if any.

#latitude

def latitude() -> ::Boolean
Returns
  • (::Boolean) — Whether the column is a latitude field.

#latitude=

def latitude=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Whether the column is a latitude field.
Returns
  • (::Boolean) — Whether the column is a latitude field.

#longitude

def longitude() -> ::Boolean
Returns
  • (::Boolean) — Whether the column is a longitude field.

#longitude=

def longitude=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Whether the column is a longitude field.
Returns
  • (::Boolean) — Whether the column is a longitude field.

#selected

def selected() -> ::Boolean
Returns
  • (::Boolean) — Whether the column is selected in the final response.

#selected=

def selected=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Whether the column is selected in the final response.
Returns
  • (::Boolean) — Whether the column is selected in the final response.

#timestamp_metadata

def timestamp_metadata() -> ::Google::Cloud::Chronicle::V1::TimestampMetadata
Returns

#timestamp_metadata=

def timestamp_metadata=(value) -> ::Google::Cloud::Chronicle::V1::TimestampMetadata
Parameter
Returns

#unselected

def unselected() -> ::Boolean
Returns
  • (::Boolean) — Whether the column is unselected in the final response.

#unselected=

def unselected=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Whether the column is unselected in the final response.
Returns
  • (::Boolean) — Whether the column is unselected in the final response.