public static final class SummaryValue.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SummaryValue.Builder> implements SummaryValueOrBuilder
The start_timestamp only applies to the count and sum in the SummaryValue.Protobuf type
opencensus.proto.metrics.v1.SummaryValue| Modifier and Type | Method and Description |
|---|---|
SummaryValue.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SummaryValue |
build() |
SummaryValue |
buildPartial() |
SummaryValue.Builder |
clear() |
SummaryValue.Builder |
clearCount()
The total number of recorded values since start_time.
|
SummaryValue.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SummaryValue.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SummaryValue.Builder |
clearSnapshot()
Values calculated over an arbitrary time window.
|
SummaryValue.Builder |
clearSum()
The total sum of recorded values since start_time.
|
SummaryValue.Builder |
clone() |
com.google.protobuf.Int64Value |
getCount()
The total number of recorded values since start_time.
|
com.google.protobuf.Int64Value.Builder |
getCountBuilder()
The total number of recorded values since start_time.
|
com.google.protobuf.Int64ValueOrBuilder |
getCountOrBuilder()
The total number of recorded values since start_time.
|
SummaryValue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
SummaryValue.Snapshot |
getSnapshot()
Values calculated over an arbitrary time window.
|
SummaryValue.Snapshot.Builder |
getSnapshotBuilder()
Values calculated over an arbitrary time window.
|
SummaryValue.SnapshotOrBuilder |
getSnapshotOrBuilder()
Values calculated over an arbitrary time window.
|
com.google.protobuf.DoubleValue |
getSum()
The total sum of recorded values since start_time.
|
com.google.protobuf.DoubleValue.Builder |
getSumBuilder()
The total sum of recorded values since start_time.
|
com.google.protobuf.DoubleValueOrBuilder |
getSumOrBuilder()
The total sum of recorded values since start_time.
|
boolean |
hasCount()
The total number of recorded values since start_time.
|
boolean |
hasSnapshot()
Values calculated over an arbitrary time window.
|
boolean |
hasSum()
The total sum of recorded values since start_time.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SummaryValue.Builder |
mergeCount(com.google.protobuf.Int64Value value)
The total number of recorded values since start_time.
|
SummaryValue.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SummaryValue.Builder |
mergeFrom(com.google.protobuf.Message other) |
SummaryValue.Builder |
mergeFrom(SummaryValue other) |
SummaryValue.Builder |
mergeSnapshot(SummaryValue.Snapshot value)
Values calculated over an arbitrary time window.
|
SummaryValue.Builder |
mergeSum(com.google.protobuf.DoubleValue value)
The total sum of recorded values since start_time.
|
SummaryValue.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SummaryValue.Builder |
setCount(com.google.protobuf.Int64Value.Builder builderForValue)
The total number of recorded values since start_time.
|
SummaryValue.Builder |
setCount(com.google.protobuf.Int64Value value)
The total number of recorded values since start_time.
|
SummaryValue.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SummaryValue.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SummaryValue.Builder |
setSnapshot(SummaryValue.Snapshot.Builder builderForValue)
Values calculated over an arbitrary time window.
|
SummaryValue.Builder |
setSnapshot(SummaryValue.Snapshot value)
Values calculated over an arbitrary time window.
|
SummaryValue.Builder |
setSum(com.google.protobuf.DoubleValue.Builder builderForValue)
The total sum of recorded values since start_time.
|
SummaryValue.Builder |
setSum(com.google.protobuf.DoubleValue value)
The total sum of recorded values since start_time.
|
SummaryValue.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SummaryValue.Builder>public SummaryValue.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<SummaryValue.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SummaryValue.Builder>public SummaryValue getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic SummaryValue build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic SummaryValue buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic SummaryValue.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<SummaryValue.Builder>public SummaryValue.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<SummaryValue.Builder>public SummaryValue.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<SummaryValue.Builder>public SummaryValue.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SummaryValue.Builder>public SummaryValue.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SummaryValue.Builder>public SummaryValue.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SummaryValue.Builder>public SummaryValue.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SummaryValue.Builder>public SummaryValue.Builder mergeFrom(SummaryValue other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SummaryValue.Builder>public SummaryValue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SummaryValue.Builder>IOExceptionpublic boolean hasCount()
The total number of recorded values since start_time. Optional since some systems don't expose this.
.google.protobuf.Int64Value count = 1;hasCount in interface SummaryValueOrBuilderpublic com.google.protobuf.Int64Value getCount()
The total number of recorded values since start_time. Optional since some systems don't expose this.
.google.protobuf.Int64Value count = 1;getCount in interface SummaryValueOrBuilderpublic SummaryValue.Builder setCount(com.google.protobuf.Int64Value value)
The total number of recorded values since start_time. Optional since some systems don't expose this.
.google.protobuf.Int64Value count = 1;public SummaryValue.Builder setCount(com.google.protobuf.Int64Value.Builder builderForValue)
The total number of recorded values since start_time. Optional since some systems don't expose this.
.google.protobuf.Int64Value count = 1;public SummaryValue.Builder mergeCount(com.google.protobuf.Int64Value value)
The total number of recorded values since start_time. Optional since some systems don't expose this.
.google.protobuf.Int64Value count = 1;public SummaryValue.Builder clearCount()
The total number of recorded values since start_time. Optional since some systems don't expose this.
.google.protobuf.Int64Value count = 1;public com.google.protobuf.Int64Value.Builder getCountBuilder()
The total number of recorded values since start_time. Optional since some systems don't expose this.
.google.protobuf.Int64Value count = 1;public com.google.protobuf.Int64ValueOrBuilder getCountOrBuilder()
The total number of recorded values since start_time. Optional since some systems don't expose this.
.google.protobuf.Int64Value count = 1;getCountOrBuilder in interface SummaryValueOrBuilderpublic boolean hasSum()
The total sum of recorded values since start_time. Optional since some systems don't expose this. If count is zero then this field must be zero. This field must be unset if the sum is not available.
.google.protobuf.DoubleValue sum = 2;hasSum in interface SummaryValueOrBuilderpublic com.google.protobuf.DoubleValue getSum()
The total sum of recorded values since start_time. Optional since some systems don't expose this. If count is zero then this field must be zero. This field must be unset if the sum is not available.
.google.protobuf.DoubleValue sum = 2;getSum in interface SummaryValueOrBuilderpublic SummaryValue.Builder setSum(com.google.protobuf.DoubleValue value)
The total sum of recorded values since start_time. Optional since some systems don't expose this. If count is zero then this field must be zero. This field must be unset if the sum is not available.
.google.protobuf.DoubleValue sum = 2;public SummaryValue.Builder setSum(com.google.protobuf.DoubleValue.Builder builderForValue)
The total sum of recorded values since start_time. Optional since some systems don't expose this. If count is zero then this field must be zero. This field must be unset if the sum is not available.
.google.protobuf.DoubleValue sum = 2;public SummaryValue.Builder mergeSum(com.google.protobuf.DoubleValue value)
The total sum of recorded values since start_time. Optional since some systems don't expose this. If count is zero then this field must be zero. This field must be unset if the sum is not available.
.google.protobuf.DoubleValue sum = 2;public SummaryValue.Builder clearSum()
The total sum of recorded values since start_time. Optional since some systems don't expose this. If count is zero then this field must be zero. This field must be unset if the sum is not available.
.google.protobuf.DoubleValue sum = 2;public com.google.protobuf.DoubleValue.Builder getSumBuilder()
The total sum of recorded values since start_time. Optional since some systems don't expose this. If count is zero then this field must be zero. This field must be unset if the sum is not available.
.google.protobuf.DoubleValue sum = 2;public com.google.protobuf.DoubleValueOrBuilder getSumOrBuilder()
The total sum of recorded values since start_time. Optional since some systems don't expose this. If count is zero then this field must be zero. This field must be unset if the sum is not available.
.google.protobuf.DoubleValue sum = 2;getSumOrBuilder in interface SummaryValueOrBuilderpublic boolean hasSnapshot()
Values calculated over an arbitrary time window.
.opencensus.proto.metrics.v1.SummaryValue.Snapshot snapshot = 3;hasSnapshot in interface SummaryValueOrBuilderpublic SummaryValue.Snapshot getSnapshot()
Values calculated over an arbitrary time window.
.opencensus.proto.metrics.v1.SummaryValue.Snapshot snapshot = 3;getSnapshot in interface SummaryValueOrBuilderpublic SummaryValue.Builder setSnapshot(SummaryValue.Snapshot value)
Values calculated over an arbitrary time window.
.opencensus.proto.metrics.v1.SummaryValue.Snapshot snapshot = 3;public SummaryValue.Builder setSnapshot(SummaryValue.Snapshot.Builder builderForValue)
Values calculated over an arbitrary time window.
.opencensus.proto.metrics.v1.SummaryValue.Snapshot snapshot = 3;public SummaryValue.Builder mergeSnapshot(SummaryValue.Snapshot value)
Values calculated over an arbitrary time window.
.opencensus.proto.metrics.v1.SummaryValue.Snapshot snapshot = 3;public SummaryValue.Builder clearSnapshot()
Values calculated over an arbitrary time window.
.opencensus.proto.metrics.v1.SummaryValue.Snapshot snapshot = 3;public SummaryValue.Snapshot.Builder getSnapshotBuilder()
Values calculated over an arbitrary time window.
.opencensus.proto.metrics.v1.SummaryValue.Snapshot snapshot = 3;public SummaryValue.SnapshotOrBuilder getSnapshotOrBuilder()
Values calculated over an arbitrary time window.
.opencensus.proto.metrics.v1.SummaryValue.Snapshot snapshot = 3;getSnapshotOrBuilder in interface SummaryValueOrBuilderpublic final SummaryValue.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SummaryValue.Builder>public final SummaryValue.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SummaryValue.Builder>