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 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;