public final class CpuUtilization extends GeneratedMessageV3 implements CpuUtilizationOrBuilder
Target scaling by CPU usage.
Protobuf type google.appengine.v1.CpuUtilization
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
AGGREGATION_WINDOW_LENGTH_FIELD_NUMBER
public static final int AGGREGATION_WINDOW_LENGTH_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
TARGET_UTILIZATION_FIELD_NUMBER
public static final int TARGET_UTILIZATION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static CpuUtilization getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static CpuUtilization.Builder newBuilder()
newBuilder(CpuUtilization prototype)
public static CpuUtilization.Builder newBuilder(CpuUtilization prototype)
public static CpuUtilization parseDelimitedFrom(InputStream input)
public static CpuUtilization parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static CpuUtilization parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CpuUtilization parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static CpuUtilization parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CpuUtilization parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CpuUtilization parseFrom(CodedInputStream input)
public static CpuUtilization parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CpuUtilization parseFrom(InputStream input)
public static CpuUtilization parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static CpuUtilization parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CpuUtilization parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<CpuUtilization> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getAggregationWindowLength()
public Duration getAggregationWindowLength()
Period of time over which CPU utilization is calculated.
.google.protobuf.Duration aggregation_window_length = 1;
Returns |
---|
Type | Description |
Duration | The aggregationWindowLength.
|
getAggregationWindowLengthOrBuilder()
public DurationOrBuilder getAggregationWindowLengthOrBuilder()
Period of time over which CPU utilization is calculated.
.google.protobuf.Duration aggregation_window_length = 1;
getDefaultInstanceForType()
public CpuUtilization getDefaultInstanceForType()
getParserForType()
public Parser<CpuUtilization> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getTargetUtilization()
public double getTargetUtilization()
Target CPU utilization ratio to maintain when scaling. Must be between 0
and 1.
double target_utilization = 2;
Returns |
---|
Type | Description |
double | The targetUtilization.
|
hasAggregationWindowLength()
public boolean hasAggregationWindowLength()
Period of time over which CPU utilization is calculated.
.google.protobuf.Duration aggregation_window_length = 1;
Returns |
---|
Type | Description |
boolean | Whether the aggregationWindowLength field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public CpuUtilization.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CpuUtilization.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public CpuUtilization.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides