Interface AssetPerformanceDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AssetPerformanceData
,AssetPerformanceData.Builder
public interface AssetPerformanceDataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDailyResourceUsageAggregationsList
List<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;
-
getDailyResourceUsageAggregations
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;
-
getDailyResourceUsageAggregationsCount
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;
-
getDailyResourceUsageAggregationsOrBuilderList
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;
-
getDailyResourceUsageAggregationsOrBuilder
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;
-
-