All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.appengine.v1.CpuUtilizationOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.12.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/appengine/v1/version.proto

package com.google.appengine.v1;

public interface CpuUtilizationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.appengine.v1.CpuUtilization)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Period of time over which CPU utilization is calculated.
   * 
* * .google.protobuf.Duration aggregation_window_length = 1; */ boolean hasAggregationWindowLength(); /** *
   * Period of time over which CPU utilization is calculated.
   * 
* * .google.protobuf.Duration aggregation_window_length = 1; */ com.google.protobuf.Duration getAggregationWindowLength(); /** *
   * Period of time over which CPU utilization is calculated.
   * 
* * .google.protobuf.Duration aggregation_window_length = 1; */ com.google.protobuf.DurationOrBuilder getAggregationWindowLengthOrBuilder(); /** *
   * Target CPU utilization ratio to maintain when scaling. Must be between 0
   * and 1.
   * 
* * double target_utilization = 2; */ double getTargetUtilization(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy