Class: Google::Cloud::StorageInsights::V1::CSVOptions
- Inherits:
-
Object
- Object
- Google::Cloud::StorageInsights::V1::CSVOptions
- 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
-
#delimiter ⇒ ::String
Delimiter characters in CSV.
-
#header_required ⇒ ::Boolean
If set, will include a header row in the CSV report.
-
#record_separator ⇒ ::String
Record separator characters in CSV.
Instance Attribute Details
#delimiter ⇒ ::String
Returns 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.
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.
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 |