Uses of Class
com.google.cloud.billing.budgets.v1beta1.LastPeriodAmount.Builder
-
Packages that use LastPeriodAmount.Builder Package Description com.google.cloud.billing.budgets.v1beta1 A client to Cloud Billing Budget API -
-
Uses of LastPeriodAmount.Builder in com.google.cloud.billing.budgets.v1beta1
Methods in com.google.cloud.billing.budgets.v1beta1 that return LastPeriodAmount.Builder Modifier and Type Method Description LastPeriodAmount.Builder
LastPeriodAmount.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
LastPeriodAmount.Builder
LastPeriodAmount.Builder. clear()
LastPeriodAmount.Builder
LastPeriodAmount.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
LastPeriodAmount.Builder
LastPeriodAmount.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
LastPeriodAmount.Builder
LastPeriodAmount.Builder. clone()
LastPeriodAmount.Builder
BudgetAmount.Builder. getLastPeriodAmountBuilder()
Use the last period's actual spend as the budget for the present period.LastPeriodAmount.Builder
LastPeriodAmount.Builder. mergeFrom(LastPeriodAmount other)
LastPeriodAmount.Builder
LastPeriodAmount.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
LastPeriodAmount.Builder
LastPeriodAmount.Builder. mergeFrom(com.google.protobuf.Message other)
LastPeriodAmount.Builder
LastPeriodAmount.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static LastPeriodAmount.Builder
LastPeriodAmount. newBuilder()
static LastPeriodAmount.Builder
LastPeriodAmount. newBuilder(LastPeriodAmount prototype)
LastPeriodAmount.Builder
LastPeriodAmount. newBuilderForType()
protected LastPeriodAmount.Builder
LastPeriodAmount. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
LastPeriodAmount.Builder
LastPeriodAmount.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
LastPeriodAmount.Builder
LastPeriodAmount.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
LastPeriodAmount.Builder
LastPeriodAmount.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
LastPeriodAmount.Builder
LastPeriodAmount. toBuilder()
Methods in com.google.cloud.billing.budgets.v1beta1 with parameters of type LastPeriodAmount.Builder Modifier and Type Method Description BudgetAmount.Builder
BudgetAmount.Builder. setLastPeriodAmount(LastPeriodAmount.Builder builderForValue)
Use the last period's actual spend as the budget for the present period.
-