Storage Insights V1 API - Class Google::Cloud::StorageInsights::V1::FrequencyOptions (v0.5.0)

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

#frequency=

def frequency=(value) -> ::Google::Cloud::StorageInsights::V1::FrequencyOptions::Frequency
Parameter
Returns

#start_date

def start_date() -> ::Google::Type::Date
Returns

#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