com.google.appengine.v1.CpuUtilizationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-appengine-v1 Show documentation
Show all versions of proto-google-appengine-v1 Show documentation
PROTO library for proto-google-appengine-v1
// 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