Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::ExecuteDashboardQueryResponse::ColumnType.
Singular vs list of values in a column.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#list
def list() -> ::Google::Cloud::Chronicle::V1::ExecuteDashboardQueryResponse::ColumnType::List-
(::Google::Cloud::Chronicle::V1::ExecuteDashboardQueryResponse::ColumnType::List) — List of values in a column e.g. IPs
Note: The following fields are mutually exclusive:
list,value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#list=
def list=(value) -> ::Google::Cloud::Chronicle::V1::ExecuteDashboardQueryResponse::ColumnType::List-
value (::Google::Cloud::Chronicle::V1::ExecuteDashboardQueryResponse::ColumnType::List) — List of values in a column e.g. IPs
Note: The following fields are mutually exclusive:
list,value. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Chronicle::V1::ExecuteDashboardQueryResponse::ColumnType::List) — List of values in a column e.g. IPs
Note: The following fields are mutually exclusive:
list,value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#value
def value() -> ::Google::Cloud::Chronicle::V1::ExecuteDashboardQueryResponse::ColumnValue-
(::Google::Cloud::Chronicle::V1::ExecuteDashboardQueryResponse::ColumnValue) — Single value in a column.
Note: The following fields are mutually exclusive:
value,list. If a field in that set is populated, all other fields in the set will automatically be cleared.
#value=
def value=(value) -> ::Google::Cloud::Chronicle::V1::ExecuteDashboardQueryResponse::ColumnValue-
value (::Google::Cloud::Chronicle::V1::ExecuteDashboardQueryResponse::ColumnValue) — Single value in a column.
Note: The following fields are mutually exclusive:
value,list. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Chronicle::V1::ExecuteDashboardQueryResponse::ColumnValue) — Single value in a column.
Note: The following fields are mutually exclusive:
value,list. If a field in that set is populated, all other fields in the set will automatically be cleared.