Class: Google::Cloud::AdvisoryNotifications::V1::Csv::CsvRow

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/advisorynotifications/v1/service.rb

Overview

A representation of a single data row in a CSV file.

Instance Attribute Summary collapse

Instance Attribute Details

#entries::Array<::String>

Returns The data entries in a CSV file row, as a string array rather than a single comma-separated string.

Returns:

  • (::Array<::String>)

    The data entries in a CSV file row, as a string array rather than a single comma-separated string.



130
131
132
133
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 130

class CsvRow
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end