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