Class: Google::Cloud::StorageInsights::V1::FrequencyOptions

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#end_date::Google::Type::Date

Returns 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.



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.

Returns:



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.

Returns:



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