Interface DailyResourceUsageAggregationOrBuilder

    • Method Detail

      • hasDate

        boolean hasDate()
         Aggregation date. Day boundaries are at midnight UTC.
         
        .google.type.Date date = 1;
        Returns:
        Whether the date field is set.
      • getDate

        com.google.type.Date getDate()
         Aggregation date. Day boundaries are at midnight UTC.
         
        .google.type.Date date = 1;
        Returns:
        The date.
      • getDateOrBuilder

        com.google.type.DateOrBuilder getDateOrBuilder()
         Aggregation date. Day boundaries are at midnight UTC.
         
        .google.type.Date date = 1;
      • hasCpu

        boolean hasCpu()
         CPU usage.
         
        .google.cloud.migrationcenter.v1.DailyResourceUsageAggregation.CPU cpu = 2;
        Returns:
        Whether the cpu field is set.
      • hasMemory

        boolean hasMemory()
         Memory usage.
         
        .google.cloud.migrationcenter.v1.DailyResourceUsageAggregation.Memory memory = 3;
        Returns:
        Whether the memory field is set.
      • hasNetwork

        boolean hasNetwork()
         Network usage.
         
        .google.cloud.migrationcenter.v1.DailyResourceUsageAggregation.Network network = 4;
        Returns:
        Whether the network field is set.
      • getNetwork

        DailyResourceUsageAggregation.Network getNetwork()
         Network usage.
         
        .google.cloud.migrationcenter.v1.DailyResourceUsageAggregation.Network network = 4;
        Returns:
        The network.
      • hasDisk

        boolean hasDisk()
         Disk usage.
         
        .google.cloud.migrationcenter.v1.DailyResourceUsageAggregation.Disk disk = 5;
        Returns:
        Whether the disk field is set.