Reference documentation and code samples for the Advisory Notifications V1 API class Google::Cloud::AdvisoryNotifications::V1::Csv::CsvRow.
A representation of a single data row in a CSV file.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#entries
def entries() -> ::Array<::String>
    Returns
    
  - (::Array<::String>) — The data entries in a CSV file row, as a string array rather than a single comma-separated string.
 
#entries=
def entries=(value) -> ::Array<::String>
    Parameter
    
  - value (::Array<::String>) — 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.