Uses of Class
com.google.cloud.billing.budgets.v1.NotificationsRule
-
Packages that use NotificationsRule Package Description com.google.cloud.billing.budgets.v1 A client to Cloud Billing Budget API -
-
Uses of NotificationsRule in com.google.cloud.billing.budgets.v1
Methods in com.google.cloud.billing.budgets.v1 that return NotificationsRule Modifier and Type Method Description NotificationsRule
NotificationsRule.Builder. build()
NotificationsRule
NotificationsRule.Builder. buildPartial()
static NotificationsRule
NotificationsRule. getDefaultInstance()
NotificationsRule
NotificationsRule.Builder. getDefaultInstanceForType()
NotificationsRule
NotificationsRule. getDefaultInstanceForType()
NotificationsRule
Budget.Builder. getNotificationsRule()
Optional.NotificationsRule
Budget. getNotificationsRule()
Optional.NotificationsRule
BudgetOrBuilder. getNotificationsRule()
Optional.static NotificationsRule
NotificationsRule. parseDelimitedFrom(InputStream input)
static NotificationsRule
NotificationsRule. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NotificationsRule
NotificationsRule. parseFrom(byte[] data)
static NotificationsRule
NotificationsRule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NotificationsRule
NotificationsRule. parseFrom(com.google.protobuf.ByteString data)
static NotificationsRule
NotificationsRule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NotificationsRule
NotificationsRule. parseFrom(com.google.protobuf.CodedInputStream input)
static NotificationsRule
NotificationsRule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NotificationsRule
NotificationsRule. parseFrom(InputStream input)
static NotificationsRule
NotificationsRule. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NotificationsRule
NotificationsRule. parseFrom(ByteBuffer data)
static NotificationsRule
NotificationsRule. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.billing.budgets.v1 that return types with arguments of type NotificationsRule Modifier and Type Method Description com.google.protobuf.Parser<NotificationsRule>
NotificationsRule. getParserForType()
static com.google.protobuf.Parser<NotificationsRule>
NotificationsRule. parser()
Methods in com.google.cloud.billing.budgets.v1 with parameters of type NotificationsRule Modifier and Type Method Description NotificationsRule.Builder
NotificationsRule.Builder. mergeFrom(NotificationsRule other)
Budget.Builder
Budget.Builder. mergeNotificationsRule(NotificationsRule value)
Optional.static NotificationsRule.Builder
NotificationsRule. newBuilder(NotificationsRule prototype)
Budget.Builder
Budget.Builder. setNotificationsRule(NotificationsRule value)
Optional.
-