Class: Google::Cloud::StorageInsights::V1::CSVOptions

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

Overview

Options to configure CSV formatted reports.

Instance Attribute Summary collapse

Instance Attribute Details

#delimiter::String

Returns Delimiter characters in CSV.

Returns:

  • (::String)

    Delimiter characters in CSV.



332
333
334
335
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 332

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

#header_required::Boolean

Returns If set, will include a header row in the CSV report.

Returns:

  • (::Boolean)

    If set, will include a header row in the CSV report.



332
333
334
335
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 332

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

#record_separator::String

Returns Record separator characters in CSV.

Returns:

  • (::String)

    Record separator characters in CSV.



332
333
334
335
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 332

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