Uses of Class
com.google.cloud.migrationcenter.v1.Aggregation
-
Packages that use Aggregation Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of Aggregation in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return Aggregation Modifier and Type Method Description Aggregation
Aggregation.Builder. build()
Aggregation
Aggregation.Builder. buildPartial()
Aggregation
AggregateAssetsValuesRequest.Builder. getAggregations(int index)
Array of aggregations to perform.Aggregation
AggregateAssetsValuesRequest. getAggregations(int index)
Array of aggregations to perform.Aggregation
AggregateAssetsValuesRequestOrBuilder. getAggregations(int index)
Array of aggregations to perform.static Aggregation
Aggregation. getDefaultInstance()
Aggregation
Aggregation.Builder. getDefaultInstanceForType()
Aggregation
Aggregation. getDefaultInstanceForType()
static Aggregation
Aggregation. parseDelimitedFrom(InputStream input)
static Aggregation
Aggregation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Aggregation
Aggregation. parseFrom(byte[] data)
static Aggregation
Aggregation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Aggregation
Aggregation. parseFrom(com.google.protobuf.ByteString data)
static Aggregation
Aggregation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Aggregation
Aggregation. parseFrom(com.google.protobuf.CodedInputStream input)
static Aggregation
Aggregation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Aggregation
Aggregation. parseFrom(InputStream input)
static Aggregation
Aggregation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Aggregation
Aggregation. parseFrom(ByteBuffer data)
static Aggregation
Aggregation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type Aggregation Modifier and Type Method Description List<Aggregation>
AggregateAssetsValuesRequest.Builder. getAggregationsList()
Array of aggregations to perform.List<Aggregation>
AggregateAssetsValuesRequest. getAggregationsList()
Array of aggregations to perform.List<Aggregation>
AggregateAssetsValuesRequestOrBuilder. getAggregationsList()
Array of aggregations to perform.com.google.protobuf.Parser<Aggregation>
Aggregation. getParserForType()
static com.google.protobuf.Parser<Aggregation>
Aggregation. parser()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type Aggregation Modifier and Type Method Description AggregateAssetsValuesRequest.Builder
AggregateAssetsValuesRequest.Builder. addAggregations(int index, Aggregation value)
Array of aggregations to perform.AggregateAssetsValuesRequest.Builder
AggregateAssetsValuesRequest.Builder. addAggregations(Aggregation value)
Array of aggregations to perform.Aggregation.Builder
Aggregation.Builder. mergeFrom(Aggregation other)
static Aggregation.Builder
Aggregation. newBuilder(Aggregation prototype)
AggregateAssetsValuesRequest.Builder
AggregateAssetsValuesRequest.Builder. setAggregations(int index, Aggregation value)
Array of aggregations to perform.Method parameters in com.google.cloud.migrationcenter.v1 with type arguments of type Aggregation Modifier and Type Method Description AggregateAssetsValuesRequest.Builder
AggregateAssetsValuesRequest.Builder. addAllAggregations(Iterable<? extends Aggregation> values)
Array of aggregations to perform.
-