TcoStatus.Builder |
TcoStatus.Builder.addAllSamples(Iterable<? extends TcoSample> values) |
The last accumulated samples
These are not necessary those from which the coefficients
have been calculated because the coefficients will only
be recalculated when the deviation is higher than the accuracy settings
|
TcoStatus.Builder |
TcoStatus.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TcoStatus.Builder |
TcoStatus.Builder.addSamples(int index,
TcoSample value) |
The last accumulated samples
These are not necessary those from which the coefficients
have been calculated because the coefficients will only
be recalculated when the deviation is higher than the accuracy settings
|
TcoStatus.Builder |
TcoStatus.Builder.addSamples(int index,
TcoSample.Builder builderForValue) |
The last accumulated samples
These are not necessary those from which the coefficients
have been calculated because the coefficients will only
be recalculated when the deviation is higher than the accuracy settings
|
TcoStatus.Builder |
TcoStatus.Builder.addSamples(TcoSample value) |
The last accumulated samples
These are not necessary those from which the coefficients
have been calculated because the coefficients will only
be recalculated when the deviation is higher than the accuracy settings
|
TcoStatus.Builder |
TcoStatus.Builder.addSamples(TcoSample.Builder builderForValue) |
The last accumulated samples
These are not necessary those from which the coefficients
have been calculated because the coefficients will only
be recalculated when the deviation is higher than the accuracy settings
|
TcoStatus.Builder |
TcoStatus.Builder.clear() |
|
TcoStatus.Builder |
TcoStatus.Builder.clearCoefficients() |
Currently used coefficients.
|
TcoStatus.Builder |
TcoStatus.Builder.clearCoefficientsTime() |
The time when the coefficients have been computed
|
TcoStatus.Builder |
TcoStatus.Builder.clearDeviation() |
The last computed deviation
|
TcoStatus.Builder |
TcoStatus.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
TcoStatus.Builder |
TcoStatus.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
TcoStatus.Builder |
TcoStatus.Builder.clearSamples() |
The last accumulated samples
These are not necessary those from which the coefficients
have been calculated because the coefficients will only
be recalculated when the deviation is higher than the accuracy settings
|
TcoStatus.Builder |
TcoStatus.Builder.clone() |
|
TcoStatus.Builder |
TcoStatus.Builder.mergeCoefficients(TcoCoefficients value) |
Currently used coefficients.
|
TcoStatus.Builder |
TcoStatus.Builder.mergeCoefficientsTime(com.google.protobuf.Timestamp value) |
The time when the coefficients have been computed
|
TcoStatus.Builder |
TcoStatus.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
TcoStatus.Builder |
TcoStatus.Builder.mergeFrom(com.google.protobuf.Message other) |
|
TcoStatus.Builder |
TcoStatus.Builder.mergeFrom(TcoStatus other) |
|
TcoStatus.Builder |
TcoStatus.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static TcoStatus.Builder |
TcoStatus.newBuilder() |
|
static TcoStatus.Builder |
TcoStatus.newBuilder(TcoStatus prototype) |
|
TcoStatus.Builder |
TcoStatus.newBuilderForType() |
|
protected TcoStatus.Builder |
TcoStatus.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
TcoStatus.Builder |
TcoStatus.Builder.removeSamples(int index) |
The last accumulated samples
These are not necessary those from which the coefficients
have been calculated because the coefficients will only
be recalculated when the deviation is higher than the accuracy settings
|
TcoStatus.Builder |
TcoStatus.Builder.setCoefficients(TcoCoefficients value) |
Currently used coefficients.
|
TcoStatus.Builder |
TcoStatus.Builder.setCoefficients(TcoCoefficients.Builder builderForValue) |
Currently used coefficients.
|
TcoStatus.Builder |
TcoStatus.Builder.setCoefficientsTime(com.google.protobuf.Timestamp value) |
The time when the coefficients have been computed
|
TcoStatus.Builder |
TcoStatus.Builder.setCoefficientsTime(com.google.protobuf.Timestamp.Builder builderForValue) |
The time when the coefficients have been computed
|
TcoStatus.Builder |
TcoStatus.Builder.setDeviation(double value) |
The last computed deviation
|
TcoStatus.Builder |
TcoStatus.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TcoStatus.Builder |
TcoStatus.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
TcoStatus.Builder |
TcoStatus.Builder.setSamples(int index,
TcoSample value) |
The last accumulated samples
These are not necessary those from which the coefficients
have been calculated because the coefficients will only
be recalculated when the deviation is higher than the accuracy settings
|
TcoStatus.Builder |
TcoStatus.Builder.setSamples(int index,
TcoSample.Builder builderForValue) |
The last accumulated samples
These are not necessary those from which the coefficients
have been calculated because the coefficients will only
be recalculated when the deviation is higher than the accuracy settings
|
TcoStatus.Builder |
TcoStatus.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
TcoStatus.Builder |
TcoStatus.toBuilder() |
|