final class Point extends GeneratedMessageV3 with PointOrBuilder
A timestamped measurement.
Protobuf type opencensus.proto.metrics.v1.Point
- Source
- Point.java
- Alphabetic
- By Inheritance
- Point
- PointOrBuilder
- GeneratedMessageV3
- Serializable
- AbstractMessage
- Message
- MessageOrBuilder
- AbstractMessageLite
- MessageLite
- MessageLiteOrBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: AnyRef): Boolean
- Definition Classes
- Point → AbstractMessage → Message → AnyRef → Any
- Annotations
- @Override()
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def findInitializationErrors(): List[String]
- Definition Classes
- AbstractMessage → MessageOrBuilder
- def getAllFields(): Map[FieldDescriptor, AnyRef]
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getDefaultInstanceForType(): Point
- Definition Classes
- Point → MessageOrBuilder → MessageLiteOrBuilder
- Annotations
- @Override()
- def getDescriptorForType(): Descriptor
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getDistributionValue(): DistributionValue
A distribution value.
A distribution value.
.opencensus.proto.metrics.v1.DistributionValue distribution_value = 4;
- returns
The distributionValue.
- Definition Classes
- Point → PointOrBuilder
- Annotations
- @Override()
- def getDistributionValueOrBuilder(): DistributionValueOrBuilder
A distribution value.
A distribution value.
.opencensus.proto.metrics.v1.DistributionValue distribution_value = 4;
- Definition Classes
- Point → PointOrBuilder
- Annotations
- @Override()
- def getDoubleValue(): Double
A 64-bit double-precision floating-point number.
A 64-bit double-precision floating-point number.
double double_value = 3;
- returns
The doubleValue.
- Definition Classes
- Point → PointOrBuilder
- Annotations
- @Override()
- def getField(arg0: FieldDescriptor): AnyRef
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getInitializationErrorString(): String
- Definition Classes
- AbstractMessage → MessageOrBuilder
- def getInt64Value(): Long
A 64-bit integer.
A 64-bit integer.
int64 int64_value = 2;
- returns
The int64Value.
- Definition Classes
- Point → PointOrBuilder
- Annotations
- @Override()
- def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor
- Definition Classes
- GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
- def getParserForType(): Parser[Point]
- Definition Classes
- Point → GeneratedMessageV3 → Message → MessageLite
- Annotations
- @Override()
- def getRepeatedField(arg0: FieldDescriptor, arg1: Int): AnyRef
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getRepeatedFieldCount(arg0: FieldDescriptor): Int
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getSerializedSize(): Int
- Definition Classes
- Point → GeneratedMessageV3 → AbstractMessage → MessageLite
- Annotations
- @Override()
- def getSummaryValue(): SummaryValue
A summary value. This is not recommended, since it cannot be aggregated.
A summary value. This is not recommended, since it cannot be aggregated.
.opencensus.proto.metrics.v1.SummaryValue summary_value = 5;
- returns
The summaryValue.
- Definition Classes
- Point → PointOrBuilder
- Annotations
- @Override()
- def getSummaryValueOrBuilder(): SummaryValueOrBuilder
A summary value. This is not recommended, since it cannot be aggregated.
A summary value. This is not recommended, since it cannot be aggregated.
.opencensus.proto.metrics.v1.SummaryValue summary_value = 5;
- Definition Classes
- Point → PointOrBuilder
- Annotations
- @Override()
- def getTimestamp(): Timestamp
The moment when this point was recorded. Inclusive. If not specified, the timestamp will be decided by the backend.
The moment when this point was recorded. Inclusive. If not specified, the timestamp will be decided by the backend.
.google.protobuf.Timestamp timestamp = 1;
- returns
The timestamp.
- Definition Classes
- Point → PointOrBuilder
- Annotations
- @Override()
- def getTimestampOrBuilder(): TimestampOrBuilder
The moment when this point was recorded. Inclusive. If not specified, the timestamp will be decided by the backend.
The moment when this point was recorded. Inclusive. If not specified, the timestamp will be decided by the backend.
.google.protobuf.Timestamp timestamp = 1;
- Definition Classes
- Point → PointOrBuilder
- Annotations
- @Override()
- def getUnknownFields(): UnknownFieldSet
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getValueCase(): ValueCase
- Definition Classes
- Point → PointOrBuilder
- def hasDistributionValue(): Boolean
A distribution value.
A distribution value.
.opencensus.proto.metrics.v1.DistributionValue distribution_value = 4;
- returns
Whether the distributionValue field is set.
- Definition Classes
- Point → PointOrBuilder
- Annotations
- @Override()
- def hasDoubleValue(): Boolean
A 64-bit double-precision floating-point number.
A 64-bit double-precision floating-point number.
double double_value = 3;
- returns
Whether the doubleValue field is set.
- Definition Classes
- Point → PointOrBuilder
- Annotations
- @Override()
- def hasField(arg0: FieldDescriptor): Boolean
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def hasInt64Value(): Boolean
A 64-bit integer.
A 64-bit integer.
int64 int64_value = 2;
- returns
Whether the int64Value field is set.
- Definition Classes
- Point → PointOrBuilder
- Annotations
- @Override()
- def hasOneof(arg0: OneofDescriptor): Boolean
- Definition Classes
- GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
- def hasSummaryValue(): Boolean
A summary value. This is not recommended, since it cannot be aggregated.
A summary value. This is not recommended, since it cannot be aggregated.
.opencensus.proto.metrics.v1.SummaryValue summary_value = 5;
- returns
Whether the summaryValue field is set.
- Definition Classes
- Point → PointOrBuilder
- Annotations
- @Override()
- def hasTimestamp(): Boolean
The moment when this point was recorded. Inclusive. If not specified, the timestamp will be decided by the backend.
The moment when this point was recorded. Inclusive. If not specified, the timestamp will be decided by the backend.
.google.protobuf.Timestamp timestamp = 1;
- returns
Whether the timestamp field is set.
- Definition Classes
- Point → PointOrBuilder
- Annotations
- @Override()
- def hashCode(): Int
- Definition Classes
- Point → AbstractMessage → Message → AnyRef → Any
- Annotations
- @Override()
- def internalGetFieldAccessorTable(): FieldAccessorTable
- def internalGetMapField(arg0: Int): MapField[_ <: AnyRef, _ <: AnyRef]
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- final def isInitialized(): Boolean
- Definition Classes
- Point → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
- Annotations
- @Override()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def makeExtensionsImmutable(): Unit
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newBuilderForType(parent: BuilderParent): Builder
- def newBuilderForType(): Builder
- Definition Classes
- Point → Message → MessageLite
- Annotations
- @Override()
- def newBuilderForType(arg0: BuilderParent): Builder
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3 → AbstractMessage
- def newInstance(unused: UnusedPrivateParameter): AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parseUnknownField(arg0: CodedInputStream, arg1: Builder, arg2: ExtensionRegistryLite, arg3: Int): Boolean
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[java.io.IOException])
- def parseUnknownFieldProto3(arg0: CodedInputStream, arg1: Builder, arg2: ExtensionRegistryLite, arg3: Int): Boolean
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[java.io.IOException])
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toBuilder(): Builder
- Definition Classes
- Point → Message → MessageLite
- Annotations
- @Override()
- def toByteArray(): Array[Byte]
- Definition Classes
- AbstractMessageLite → MessageLite
- def toByteString(): ByteString
- Definition Classes
- AbstractMessageLite → MessageLite
- final def toString(): String
- Definition Classes
- AbstractMessage → Message → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def writeDelimitedTo(arg0: OutputStream): Unit
- Definition Classes
- AbstractMessageLite → MessageLite
- Annotations
- @throws(classOf[java.io.IOException])
- def writeReplace(): AnyRef
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[java.io.ObjectStreamException])
- def writeTo(output: CodedOutputStream): Unit
- Definition Classes
- Point → GeneratedMessageV3 → AbstractMessage → MessageLite
- Annotations
- @Override()
- def writeTo(arg0: OutputStream): Unit
- Definition Classes
- AbstractMessageLite → MessageLite
- Annotations
- @throws(classOf[java.io.IOException])
Deprecated Value Members
- def mergeFromAndMakeImmutableInternal(arg0: CodedInputStream, arg1: ExtensionRegistryLite): Unit
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[com.google.protobuf.InvalidProtocolBufferException]) @Deprecated
- Deprecated