Package-level declarations

Types

Link copied to clipboard
data class GetBudgetPlainArgs(val billingAccountId: String, val budgetId: String) : ConvertibleToJava<GetBudgetPlainArgs>
Link copied to clipboard
data class GoogleCloudBillingBudgetsV1beta1AllUpdatesRuleArgs(val disableDefaultIamRecipients: Output<Boolean>? = null, val monitoringNotificationChannels: Output<List<String>>? = null, val pubsubTopic: Output<String>? = null, val schemaVersion: Output<String>? = null) : ConvertibleToJava<GoogleCloudBillingBudgetsV1beta1AllUpdatesRuleArgs>

AllUpdatesRule defines notifications that are sent based on budget spend and thresholds.

data class GoogleCloudBillingBudgetsV1beta1BudgetAmountArgs(val lastPeriodAmount: Output<GoogleCloudBillingBudgetsV1beta1LastPeriodAmountArgs>? = null, val specifiedAmount: Output<GoogleTypeMoneyArgs>? = null) : ConvertibleToJava<GoogleCloudBillingBudgetsV1beta1BudgetAmountArgs>

The budgeted amount for each usage period.

data class GoogleCloudBillingBudgetsV1beta1CustomPeriodArgs(val endDate: Output<GoogleTypeDateArgs>? = null, val startDate: Output<GoogleTypeDateArgs>) : ConvertibleToJava<GoogleCloudBillingBudgetsV1beta1CustomPeriodArgs>

All date times begin at 12 AM US and Canadian Pacific Time (UTC-8).

data class GoogleCloudBillingBudgetsV1beta1FilterArgs(val calendarPeriod: Output<GoogleCloudBillingBudgetsV1beta1FilterCalendarPeriod>? = null, val creditTypes: Output<List<String>>? = null, val creditTypesTreatment: Output<GoogleCloudBillingBudgetsV1beta1FilterCreditTypesTreatment>? = null, val customPeriod: Output<GoogleCloudBillingBudgetsV1beta1CustomPeriodArgs>? = null, val labels: Output<Map<String, String>>? = null, val projects: Output<List<String>>? = null, val services: Output<List<String>>? = null, val subaccounts: Output<List<String>>? = null) : ConvertibleToJava<GoogleCloudBillingBudgetsV1beta1FilterArgs>

A filter for a budget, limiting the scope of the cost to calculate.

class GoogleCloudBillingBudgetsV1beta1LastPeriodAmountArgs : ConvertibleToJava<GoogleCloudBillingBudgetsV1beta1LastPeriodAmountArgs>

Describes a budget amount targeted to the last Filter.calendar_period spend. At this time, the amount is automatically 100% of the last calendar period's spend; that is, there are no other options yet. Future configuration options will be described here (for example, configuring a percentage of last period's spend). LastPeriodAmount cannot be set for a budget configured with a Filter.custom_period.

data class GoogleCloudBillingBudgetsV1beta1ThresholdRuleArgs(val spendBasis: Output<GoogleCloudBillingBudgetsV1beta1ThresholdRuleSpendBasis>? = null, val thresholdPercent: Output<Double>) : ConvertibleToJava<GoogleCloudBillingBudgetsV1beta1ThresholdRuleArgs>

ThresholdRule contains the definition of a threshold. Threshold rules define the triggering events used to generate a budget notification email. When a threshold is crossed (spend exceeds the specified percentages of the budget), budget alert emails are sent to the email recipients you specify in the #notificationsrule. Threshold rules also affect the fields included in the JSON data object sent to a Pub/Sub topic. Threshold rules are required if using email notifications. Threshold rules are optional if only setting a #NotificationsRule, unless you want your JSON data object to include data about the thresholds you set. For more information, see set budget threshold rules and actions.

Link copied to clipboard
data class GoogleTypeDateArgs(val day: Output<Int>? = null, val month: Output<Int>? = null, val year: Output<Int>? = null) : ConvertibleToJava<GoogleTypeDateArgs>

Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp

Link copied to clipboard
Link copied to clipboard
data class GoogleTypeMoneyArgs(val currencyCode: Output<String>? = null, val nanos: Output<Int>? = null, val units: Output<String>? = null) : ConvertibleToJava<GoogleTypeMoneyArgs>

Represents an amount of money with its currency type.