Google Cloud Storage Insights V1 Client - Class Frequency (0.3.5)

Reference documentation and code samples for the Google Cloud Storage Insights V1 Client class Frequency.

This ENUM specifies possible frequencies of report generation.

Protobuf type google.cloud.storageinsights.v1.FrequencyOptions.Frequency

Namespace

Google \ Cloud \ StorageInsights \ V1 \ FrequencyOptions

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

FREQUENCY_UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum FREQUENCY_UNSPECIFIED = 0;

DAILY

Value: 1

Report will be generated daily.

Generated from protobuf enum DAILY = 1;

WEEKLY

Value: 2

Report will be generated weekly.

Generated from protobuf enum WEEKLY = 2;