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 AggregatedMetricsAggregatedMetrics.Builder. build()AggregatedMetricsAggregatedMetrics.Builder. buildPartial()AggregatedMetricsOptimizeToursResponse.Metrics.Builder. getAggregatedRouteMetrics()Aggregated over the routes.AggregatedMetricsOptimizeToursResponse.Metrics. getAggregatedRouteMetrics()Aggregated over the routes.AggregatedMetricsOptimizeToursResponse.MetricsOrBuilder. getAggregatedRouteMetrics()Aggregated over the routes.static AggregatedMetricsAggregatedMetrics. getDefaultInstance()AggregatedMetricsAggregatedMetrics.Builder. getDefaultInstanceForType()AggregatedMetricsAggregatedMetrics. getDefaultInstanceForType()AggregatedMetricsShipmentRoute.Builder. getMetrics()Duration, distance and load metrics for this route.AggregatedMetricsShipmentRoute. getMetrics()Duration, distance and load metrics for this route.AggregatedMetricsShipmentRouteOrBuilder. getMetrics()Duration, distance and load metrics for this route.static AggregatedMetricsAggregatedMetrics. parseDelimitedFrom(InputStream input)static AggregatedMetricsAggregatedMetrics. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedMetricsAggregatedMetrics. parseFrom(byte[] data)static AggregatedMetricsAggregatedMetrics. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedMetricsAggregatedMetrics. parseFrom(com.google.protobuf.ByteString data)static AggregatedMetricsAggregatedMetrics. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedMetricsAggregatedMetrics. parseFrom(com.google.protobuf.CodedInputStream input)static AggregatedMetricsAggregatedMetrics. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedMetricsAggregatedMetrics. parseFrom(InputStream input)static AggregatedMetricsAggregatedMetrics. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedMetricsAggregatedMetrics. parseFrom(ByteBuffer data)static AggregatedMetricsAggregatedMetrics. 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.BuilderOptimizeToursResponse.Metrics.Builder. mergeAggregatedRouteMetrics(AggregatedMetrics value)Aggregated over the routes.AggregatedMetrics.BuilderAggregatedMetrics.Builder. mergeFrom(AggregatedMetrics other)ShipmentRoute.BuilderShipmentRoute.Builder. mergeMetrics(AggregatedMetrics value)Duration, distance and load metrics for this route.static AggregatedMetrics.BuilderAggregatedMetrics. newBuilder(AggregatedMetrics prototype)OptimizeToursResponse.Metrics.BuilderOptimizeToursResponse.Metrics.Builder. setAggregatedRouteMetrics(AggregatedMetrics value)Aggregated over the routes.ShipmentRoute.BuilderShipmentRoute.Builder. setMetrics(AggregatedMetrics value)Duration, distance and load metrics for this route.
-