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