public static final class Point.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Point.Builder> implements PointOrBuilder
A timestamped measurement.Protobuf type
opencensus.proto.metrics.v1.Point| Modifier and Type | Method and Description |
|---|---|
Point.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Point |
build() |
Point |
buildPartial() |
Point.Builder |
clear() |
Point.Builder |
clearDistributionValue()
A distribution value.
|
Point.Builder |
clearDoubleValue()
A 64-bit double-precision floating-point number.
|
Point.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Point.Builder |
clearInt64Value()
A 64-bit integer.
|
Point.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Point.Builder |
clearSummaryValue()
A summary value.
|
Point.Builder |
clearTimestamp()
The moment when this point was recorded.
|
Point.Builder |
clearValue() |
Point.Builder |
clone() |
Point |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
DistributionValue |
getDistributionValue()
A distribution value.
|
DistributionValue.Builder |
getDistributionValueBuilder()
A distribution value.
|
DistributionValueOrBuilder |
getDistributionValueOrBuilder()
A distribution value.
|
double |
getDoubleValue()
A 64-bit double-precision floating-point number.
|
long |
getInt64Value()
A 64-bit integer.
|
SummaryValue |
getSummaryValue()
A summary value.
|
SummaryValue.Builder |
getSummaryValueBuilder()
A summary value.
|
SummaryValueOrBuilder |
getSummaryValueOrBuilder()
A summary value.
|
com.google.protobuf.Timestamp |
getTimestamp()
The moment when this point was recorded.
|
com.google.protobuf.Timestamp.Builder |
getTimestampBuilder()
The moment when this point was recorded.
|
com.google.protobuf.TimestampOrBuilder |
getTimestampOrBuilder()
The moment when this point was recorded.
|
Point.ValueCase |
getValueCase() |
boolean |
hasDistributionValue()
A distribution value.
|
boolean |
hasSummaryValue()
A summary value.
|
boolean |
hasTimestamp()
The moment when this point was recorded.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Point.Builder |
mergeDistributionValue(DistributionValue value)
A distribution value.
|
Point.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Point.Builder |
mergeFrom(com.google.protobuf.Message other) |
Point.Builder |
mergeFrom(Point other) |
Point.Builder |
mergeSummaryValue(SummaryValue value)
A summary value.
|
Point.Builder |
mergeTimestamp(com.google.protobuf.Timestamp value)
The moment when this point was recorded.
|
Point.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Point.Builder |
setDistributionValue(DistributionValue.Builder builderForValue)
A distribution value.
|
Point.Builder |
setDistributionValue(DistributionValue value)
A distribution value.
|
Point.Builder |
setDoubleValue(double value)
A 64-bit double-precision floating-point number.
|
Point.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Point.Builder |
setInt64Value(long value)
A 64-bit integer.
|
Point.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Point.Builder |
setSummaryValue(SummaryValue.Builder builderForValue)
A summary value.
|
Point.Builder |
setSummaryValue(SummaryValue value)
A summary value.
|
Point.Builder |
setTimestamp(com.google.protobuf.Timestamp.Builder builderForValue)
The moment when this point was recorded.
|
Point.Builder |
setTimestamp(com.google.protobuf.Timestamp value)
The moment when this point was recorded.
|
Point.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<Point.Builder>public Point.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Point.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<Point.Builder>public Point getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Point build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Point buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Point.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Point.Builder>public Point.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<Point.Builder>public Point.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Point.Builder>public Point.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Point.Builder>public Point.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<Point.Builder>public Point.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<Point.Builder>public Point.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Point.Builder>public Point.Builder mergeFrom(Point other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Point.Builder>public Point.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<Point.Builder>IOExceptionpublic Point.ValueCase getValueCase()
getValueCase in interface PointOrBuilderpublic Point.Builder clearValue()
public boolean hasTimestamp()
The moment when this point was recorded. Inclusive. If not specified, the timestamp will be decided by the backend.
.google.protobuf.Timestamp timestamp = 1;hasTimestamp in interface PointOrBuilderpublic com.google.protobuf.Timestamp getTimestamp()
The moment when this point was recorded. Inclusive. If not specified, the timestamp will be decided by the backend.
.google.protobuf.Timestamp timestamp = 1;getTimestamp in interface PointOrBuilderpublic Point.Builder setTimestamp(com.google.protobuf.Timestamp value)
The moment when this point was recorded. Inclusive. If not specified, the timestamp will be decided by the backend.
.google.protobuf.Timestamp timestamp = 1;public Point.Builder setTimestamp(com.google.protobuf.Timestamp.Builder builderForValue)
The moment when this point was recorded. Inclusive. If not specified, the timestamp will be decided by the backend.
.google.protobuf.Timestamp timestamp = 1;public Point.Builder mergeTimestamp(com.google.protobuf.Timestamp value)
The moment when this point was recorded. Inclusive. If not specified, the timestamp will be decided by the backend.
.google.protobuf.Timestamp timestamp = 1;public Point.Builder clearTimestamp()
The moment when this point was recorded. Inclusive. If not specified, the timestamp will be decided by the backend.
.google.protobuf.Timestamp timestamp = 1;public com.google.protobuf.Timestamp.Builder getTimestampBuilder()
The moment when this point was recorded. Inclusive. If not specified, the timestamp will be decided by the backend.
.google.protobuf.Timestamp timestamp = 1;public com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
The moment when this point was recorded. Inclusive. If not specified, the timestamp will be decided by the backend.
.google.protobuf.Timestamp timestamp = 1;getTimestampOrBuilder in interface PointOrBuilderpublic long getInt64Value()
A 64-bit integer.
int64 int64_value = 2;getInt64Value in interface PointOrBuilderpublic Point.Builder setInt64Value(long value)
A 64-bit integer.
int64 int64_value = 2;public Point.Builder clearInt64Value()
A 64-bit integer.
int64 int64_value = 2;public double getDoubleValue()
A 64-bit double-precision floating-point number.
double double_value = 3;getDoubleValue in interface PointOrBuilderpublic Point.Builder setDoubleValue(double value)
A 64-bit double-precision floating-point number.
double double_value = 3;public Point.Builder clearDoubleValue()
A 64-bit double-precision floating-point number.
double double_value = 3;public boolean hasDistributionValue()
A distribution value.
.opencensus.proto.metrics.v1.DistributionValue distribution_value = 4;hasDistributionValue in interface PointOrBuilderpublic DistributionValue getDistributionValue()
A distribution value.
.opencensus.proto.metrics.v1.DistributionValue distribution_value = 4;getDistributionValue in interface PointOrBuilderpublic Point.Builder setDistributionValue(DistributionValue value)
A distribution value.
.opencensus.proto.metrics.v1.DistributionValue distribution_value = 4;public Point.Builder setDistributionValue(DistributionValue.Builder builderForValue)
A distribution value.
.opencensus.proto.metrics.v1.DistributionValue distribution_value = 4;public Point.Builder mergeDistributionValue(DistributionValue value)
A distribution value.
.opencensus.proto.metrics.v1.DistributionValue distribution_value = 4;public Point.Builder clearDistributionValue()
A distribution value.
.opencensus.proto.metrics.v1.DistributionValue distribution_value = 4;public DistributionValue.Builder getDistributionValueBuilder()
A distribution value.
.opencensus.proto.metrics.v1.DistributionValue distribution_value = 4;public DistributionValueOrBuilder getDistributionValueOrBuilder()
A distribution value.
.opencensus.proto.metrics.v1.DistributionValue distribution_value = 4;getDistributionValueOrBuilder in interface PointOrBuilderpublic boolean hasSummaryValue()
A summary value. This is not recommended, since it cannot be aggregated.
.opencensus.proto.metrics.v1.SummaryValue summary_value = 5;hasSummaryValue in interface PointOrBuilderpublic SummaryValue getSummaryValue()
A summary value. This is not recommended, since it cannot be aggregated.
.opencensus.proto.metrics.v1.SummaryValue summary_value = 5;getSummaryValue in interface PointOrBuilderpublic Point.Builder setSummaryValue(SummaryValue value)
A summary value. This is not recommended, since it cannot be aggregated.
.opencensus.proto.metrics.v1.SummaryValue summary_value = 5;public Point.Builder setSummaryValue(SummaryValue.Builder builderForValue)
A summary value. This is not recommended, since it cannot be aggregated.
.opencensus.proto.metrics.v1.SummaryValue summary_value = 5;public Point.Builder mergeSummaryValue(SummaryValue value)
A summary value. This is not recommended, since it cannot be aggregated.
.opencensus.proto.metrics.v1.SummaryValue summary_value = 5;public Point.Builder clearSummaryValue()
A summary value. This is not recommended, since it cannot be aggregated.
.opencensus.proto.metrics.v1.SummaryValue summary_value = 5;public SummaryValue.Builder getSummaryValueBuilder()
A summary value. This is not recommended, since it cannot be aggregated.
.opencensus.proto.metrics.v1.SummaryValue summary_value = 5;public SummaryValueOrBuilder getSummaryValueOrBuilder()
A summary value. This is not recommended, since it cannot be aggregated.
.opencensus.proto.metrics.v1.SummaryValue summary_value = 5;getSummaryValueOrBuilder in interface PointOrBuilderpublic final Point.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Point.Builder>public final Point.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Point.Builder>Copyright © 2018–2021 The Envoy Project. All rights reserved.