Uses of Class
com.google.cloud.optimization.v1.AggregatedMetrics
-
Packages that use AggregatedMetrics Package Description com.google.cloud.optimization.v1 A client to Cloud Optimization API -
-
Uses of AggregatedMetrics in com.google.cloud.optimization.v1
Methods in com.google.cloud.optimization.v1 that return AggregatedMetrics Modifier and Type Method Description AggregatedMetrics
AggregatedMetrics.Builder. build()
AggregatedMetrics
AggregatedMetrics.Builder. buildPartial()
AggregatedMetrics
OptimizeToursResponse.Metrics.Builder. getAggregatedRouteMetrics()
Aggregated over the routes.AggregatedMetrics
OptimizeToursResponse.Metrics. getAggregatedRouteMetrics()
Aggregated over the routes.AggregatedMetrics
OptimizeToursResponse.MetricsOrBuilder. getAggregatedRouteMetrics()
Aggregated over the routes.static AggregatedMetrics
AggregatedMetrics. getDefaultInstance()
AggregatedMetrics
AggregatedMetrics.Builder. getDefaultInstanceForType()
AggregatedMetrics
AggregatedMetrics. getDefaultInstanceForType()
AggregatedMetrics
ShipmentRoute.Builder. getMetrics()
Duration, distance and load metrics for this route.AggregatedMetrics
ShipmentRoute. getMetrics()
Duration, distance and load metrics for this route.AggregatedMetrics
ShipmentRouteOrBuilder. getMetrics()
Duration, distance and load metrics for this route.static AggregatedMetrics
AggregatedMetrics. parseDelimitedFrom(InputStream input)
static AggregatedMetrics
AggregatedMetrics. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedMetrics
AggregatedMetrics. parseFrom(byte[] data)
static AggregatedMetrics
AggregatedMetrics. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedMetrics
AggregatedMetrics. parseFrom(com.google.protobuf.ByteString data)
static AggregatedMetrics
AggregatedMetrics. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedMetrics
AggregatedMetrics. parseFrom(com.google.protobuf.CodedInputStream input)
static AggregatedMetrics
AggregatedMetrics. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedMetrics
AggregatedMetrics. parseFrom(InputStream input)
static AggregatedMetrics
AggregatedMetrics. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedMetrics
AggregatedMetrics. parseFrom(ByteBuffer data)
static AggregatedMetrics
AggregatedMetrics. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.optimization.v1 that return types with arguments of type AggregatedMetrics Modifier and Type Method Description com.google.protobuf.Parser<AggregatedMetrics>
AggregatedMetrics. getParserForType()
static com.google.protobuf.Parser<AggregatedMetrics>
AggregatedMetrics. parser()
Methods in com.google.cloud.optimization.v1 with parameters of type AggregatedMetrics Modifier and Type Method Description OptimizeToursResponse.Metrics.Builder
OptimizeToursResponse.Metrics.Builder. mergeAggregatedRouteMetrics(AggregatedMetrics value)
Aggregated over the routes.AggregatedMetrics.Builder
AggregatedMetrics.Builder. mergeFrom(AggregatedMetrics other)
ShipmentRoute.Builder
ShipmentRoute.Builder. mergeMetrics(AggregatedMetrics value)
Duration, distance and load metrics for this route.static AggregatedMetrics.Builder
AggregatedMetrics. newBuilder(AggregatedMetrics prototype)
OptimizeToursResponse.Metrics.Builder
OptimizeToursResponse.Metrics.Builder. setAggregatedRouteMetrics(AggregatedMetrics value)
Aggregated over the routes.ShipmentRoute.Builder
ShipmentRoute.Builder. setMetrics(AggregatedMetrics value)
Duration, distance and load metrics for this route.
-