public interface AssetPerformanceDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DailyResourceUsageAggregation |
getDailyResourceUsageAggregations(int index)
Daily resource usage aggregations.
|
int |
getDailyResourceUsageAggregationsCount()
Daily resource usage aggregations.
|
List<DailyResourceUsageAggregation> |
getDailyResourceUsageAggregationsList()
Daily resource usage aggregations.
|
DailyResourceUsageAggregationOrBuilder |
getDailyResourceUsageAggregationsOrBuilder(int index)
Daily resource usage aggregations.
|
List<? extends DailyResourceUsageAggregationOrBuilder> |
getDailyResourceUsageAggregationsOrBuilderList()
Daily resource usage aggregations.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<DailyResourceUsageAggregation> getDailyResourceUsageAggregationsList()
Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days. Aggregations are sorted from oldest to most recent.
repeated .google.cloud.migrationcenter.v1.DailyResourceUsageAggregation daily_resource_usage_aggregations = 1;
DailyResourceUsageAggregation getDailyResourceUsageAggregations(int index)
Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days. Aggregations are sorted from oldest to most recent.
repeated .google.cloud.migrationcenter.v1.DailyResourceUsageAggregation daily_resource_usage_aggregations = 1;
int getDailyResourceUsageAggregationsCount()
Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days. Aggregations are sorted from oldest to most recent.
repeated .google.cloud.migrationcenter.v1.DailyResourceUsageAggregation daily_resource_usage_aggregations = 1;
List<? extends DailyResourceUsageAggregationOrBuilder> getDailyResourceUsageAggregationsOrBuilderList()
Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days. Aggregations are sorted from oldest to most recent.
repeated .google.cloud.migrationcenter.v1.DailyResourceUsageAggregation daily_resource_usage_aggregations = 1;
DailyResourceUsageAggregationOrBuilder getDailyResourceUsageAggregationsOrBuilder(int index)
Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days. Aggregations are sorted from oldest to most recent.
repeated .google.cloud.migrationcenter.v1.DailyResourceUsageAggregation daily_resource_usage_aggregations = 1;
Copyright © 2024 Google LLC. All rights reserved.