Advisory Notifications V1 API - Class Google::Cloud::AdvisoryNotifications::V1::Csv (v0.2.0)

Reference documentation and code samples for the Advisory Notifications V1 API class Google::Cloud::AdvisoryNotifications::V1::Csv.

A representation of a CSV file attachment, as a list of column headers and a list of data rows.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data_rows

def data_rows() -> ::Array<::Google::Cloud::AdvisoryNotifications::V1::Csv::CsvRow>
Returns

#data_rows=

def data_rows=(value) -> ::Array<::Google::Cloud::AdvisoryNotifications::V1::Csv::CsvRow>
Parameter
Returns

#headers

def headers() -> ::Array<::String>
Returns
  • (::Array<::String>) — The list of headers for data columns in a CSV file.

#headers=

def headers=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — The list of headers for data columns in a CSV file.
Returns
  • (::Array<::String>) — The list of headers for data columns in a CSV file.