Reference documentation and code samples for the Storage Insights V1 API class Google::Cloud::StorageInsights::V1::FrequencyOptions.
ReportConfig Resource:
Options to setup frequency of report generation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_date
def end_date() -> ::Google::Type::Date
Returns
- (::Google::Type::Date) — The date on which report generation should stop (Inclusive). UTC time zone.
#end_date=
def end_date=(value) -> ::Google::Type::Date
Parameter
- value (::Google::Type::Date) — The date on which report generation should stop (Inclusive). UTC time zone.
Returns
- (::Google::Type::Date) — The date on which report generation should stop (Inclusive). UTC time zone.
#frequency
def frequency() -> ::Google::Cloud::StorageInsights::V1::FrequencyOptions::Frequency
Returns
- (::Google::Cloud::StorageInsights::V1::FrequencyOptions::Frequency) — Frequency of report generation.
#frequency=
def frequency=(value) -> ::Google::Cloud::StorageInsights::V1::FrequencyOptions::Frequency
Parameter
- value (::Google::Cloud::StorageInsights::V1::FrequencyOptions::Frequency) — Frequency of report generation.
Returns
- (::Google::Cloud::StorageInsights::V1::FrequencyOptions::Frequency) — Frequency of report generation.
#start_date
def start_date() -> ::Google::Type::Date
Returns
- (::Google::Type::Date) — The date from which report generation should start. UTC time zone.
#start_date=
def start_date=(value) -> ::Google::Type::Date
Parameter
- value (::Google::Type::Date) — The date from which report generation should start. UTC time zone.
Returns
- (::Google::Type::Date) — The date from which report generation should start. UTC time zone.