Class: Google::Cloud::StorageInsights::V1::FrequencyOptions
- Inherits:
-
Object
- Object
- Google::Cloud::StorageInsights::V1::FrequencyOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/storageinsights/v1/storageinsights.rb
Overview
ReportConfig Resource:
Options to setup frequency of report generation.
Defined Under Namespace
Modules: Frequency
Instance Attribute Summary collapse
-
#end_date ⇒ ::Google::Type::Date
The date on which report generation should stop (Inclusive).
-
#frequency ⇒ ::Google::Cloud::StorageInsights::V1::FrequencyOptions::Frequency
Frequency of report generation.
-
#start_date ⇒ ::Google::Type::Date
The date from which report generation should start.
Instance Attribute Details
#end_date ⇒ ::Google::Type::Date
Returns The date on which report generation should stop (Inclusive). UTC time zone.
305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 305 class FrequencyOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # This ENUM specifies possible frequencies of report generation. module Frequency # Unspecified. FREQUENCY_UNSPECIFIED = 0 # Report will be generated daily. DAILY = 1 # Report will be generated weekly. WEEKLY = 2 end end |
#frequency ⇒ ::Google::Cloud::StorageInsights::V1::FrequencyOptions::Frequency
Returns Frequency of report generation.
305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 305 class FrequencyOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # This ENUM specifies possible frequencies of report generation. module Frequency # Unspecified. FREQUENCY_UNSPECIFIED = 0 # Report will be generated daily. DAILY = 1 # Report will be generated weekly. WEEKLY = 2 end end |
#start_date ⇒ ::Google::Type::Date
Returns The date from which report generation should start. UTC time zone.
305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 305 class FrequencyOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # This ENUM specifies possible frequencies of report generation. module Frequency # Unspecified. FREQUENCY_UNSPECIFIED = 0 # Report will be generated daily. DAILY = 1 # Report will be generated weekly. WEEKLY = 2 end end |