GoogleCloudBillingBudgetsV1FilterCalendarPeriod

enum GoogleCloudBillingBudgetsV1FilterCalendarPeriod : Enum<GoogleCloudBillingBudgetsV1FilterCalendarPeriod> , ConvertibleToJava<GoogleCloudBillingBudgetsV1FilterCalendarPeriod>

Optional. Specifies to track usage for recurring calendar period. For example, assume that CalendarPeriod.QUARTER is set. The budget tracks usage from April 1 to June 30, when the current calendar month is April, May, June. After that, it tracks usage from July 1 to September 30 when the current calendar month is July, August, September, so on.

Entries

Link copied to clipboard

Calendar period is unset. This is the default if the budget is for a custom time period (CustomPeriod).

Link copied to clipboard

A month. Month starts on the first day of each month, such as January 1, February 1, March 1, and so on.

Link copied to clipboard

A quarter. Quarters start on dates January 1, April 1, July 1, and October 1 of each year.

Link copied to clipboard

A year. Year starts on January 1.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudBillingBudgetsV1FilterCalendarPeriod
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: GoogleCloudBillingBudgetsV1FilterCalendarPeriod
Link copied to clipboard
Link copied to clipboard