Uses of Class
com.google.cloud.migrationcenter.v1.Aggregation.Sum
-
Packages that use Aggregation.Sum Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of Aggregation.Sum in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return Aggregation.Sum Modifier and Type Method Description Aggregation.Sum
Aggregation.Sum.Builder. build()
Aggregation.Sum
Aggregation.Sum.Builder. buildPartial()
static Aggregation.Sum
Aggregation.Sum. getDefaultInstance()
Aggregation.Sum
Aggregation.Sum.Builder. getDefaultInstanceForType()
Aggregation.Sum
Aggregation.Sum. getDefaultInstanceForType()
Aggregation.Sum
Aggregation.Builder. getSum()
Sum over a numeric field.Aggregation.Sum
Aggregation. getSum()
Sum over a numeric field.Aggregation.Sum
AggregationOrBuilder. getSum()
Sum over a numeric field.static Aggregation.Sum
Aggregation.Sum. parseDelimitedFrom(InputStream input)
static Aggregation.Sum
Aggregation.Sum. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Aggregation.Sum
Aggregation.Sum. parseFrom(byte[] data)
static Aggregation.Sum
Aggregation.Sum. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Aggregation.Sum
Aggregation.Sum. parseFrom(com.google.protobuf.ByteString data)
static Aggregation.Sum
Aggregation.Sum. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Aggregation.Sum
Aggregation.Sum. parseFrom(com.google.protobuf.CodedInputStream input)
static Aggregation.Sum
Aggregation.Sum. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Aggregation.Sum
Aggregation.Sum. parseFrom(InputStream input)
static Aggregation.Sum
Aggregation.Sum. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Aggregation.Sum
Aggregation.Sum. parseFrom(ByteBuffer data)
static Aggregation.Sum
Aggregation.Sum. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type Aggregation.Sum Modifier and Type Method Description com.google.protobuf.Parser<Aggregation.Sum>
Aggregation.Sum. getParserForType()
static com.google.protobuf.Parser<Aggregation.Sum>
Aggregation.Sum. parser()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type Aggregation.Sum Modifier and Type Method Description Aggregation.Sum.Builder
Aggregation.Sum.Builder. mergeFrom(Aggregation.Sum other)
Aggregation.Builder
Aggregation.Builder. mergeSum(Aggregation.Sum value)
Sum over a numeric field.static Aggregation.Sum.Builder
Aggregation.Sum. newBuilder(Aggregation.Sum prototype)
Aggregation.Builder
Aggregation.Builder. setSum(Aggregation.Sum value)
Sum over a numeric field.
-