Uses of Class
com.google.cloud.billing.budgets.v1beta1.CalendarPeriod
-
Packages that use CalendarPeriod Package Description com.google.cloud.billing.budgets.v1beta1 A client to Cloud Billing Budget API -
-
Uses of CalendarPeriod in com.google.cloud.billing.budgets.v1beta1
Methods in com.google.cloud.billing.budgets.v1beta1 that return CalendarPeriod Modifier and Type Method Description static CalendarPeriod
CalendarPeriod. forNumber(int value)
CalendarPeriod
Filter.Builder. getCalendarPeriod()
Optional.CalendarPeriod
Filter. getCalendarPeriod()
Optional.CalendarPeriod
FilterOrBuilder. getCalendarPeriod()
Optional.static CalendarPeriod
CalendarPeriod. valueOf(int value)
Deprecated.static CalendarPeriod
CalendarPeriod. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CalendarPeriod
CalendarPeriod. valueOf(String name)
Returns the enum constant of this type with the specified name.static CalendarPeriod[]
CalendarPeriod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.billing.budgets.v1beta1 that return types with arguments of type CalendarPeriod Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CalendarPeriod>
CalendarPeriod. internalGetValueMap()
Methods in com.google.cloud.billing.budgets.v1beta1 with parameters of type CalendarPeriod Modifier and Type Method Description Filter.Builder
Filter.Builder. setCalendarPeriod(CalendarPeriod value)
Optional.
-