final class Point extends GeneratedMessageV3 with PointOrBuilder

A timestamped measurement.

Protobuf type opencensus.proto.metrics.v1.Point

Source
Point.java
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Point
  2. PointOrBuilder
  3. GeneratedMessageV3
  4. Serializable
  5. AbstractMessage
  6. Message
  7. MessageOrBuilder
  8. AbstractMessageLite
  9. MessageLite
  10. MessageLiteOrBuilder
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(obj: AnyRef): Boolean
    Definition Classes
    Point → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. def findInitializationErrors(): List[String]
    Definition Classes
    AbstractMessage → MessageOrBuilder
  10. def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getDefaultInstanceForType(): Point
    Definition Classes
    Point → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  13. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  14. def getDistributionValue(): DistributionValue

    A distribution value.
    

    A distribution value.
    

    .opencensus.proto.metrics.v1.DistributionValue distribution_value = 4;

    returns

    The distributionValue.

    Definition Classes
    PointPointOrBuilder
    Annotations
    @Override()
  15. def getDistributionValueOrBuilder(): DistributionValueOrBuilder

    A distribution value.
    

    A distribution value.
    

    .opencensus.proto.metrics.v1.DistributionValue distribution_value = 4;

    Definition Classes
    PointPointOrBuilder
    Annotations
    @Override()
  16. 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
    PointPointOrBuilder
    Annotations
    @Override()
  17. def getField(arg0: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  18. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  19. def getInt64Value(): Long

    A 64-bit integer.
    

    A 64-bit integer.
    

    int64 int64_value = 2;

    returns

    The int64Value.

    Definition Classes
    PointPointOrBuilder
    Annotations
    @Override()
  20. def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  21. def getParserForType(): Parser[Point]
    Definition Classes
    Point → GeneratedMessageV3 → Message → MessageLite
    Annotations
    @Override()
  22. def getRepeatedField(arg0: FieldDescriptor, arg1: Int): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  23. def getRepeatedFieldCount(arg0: FieldDescriptor): Int
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  24. def getSerializedSize(): Int
    Definition Classes
    Point → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  25. 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
    PointPointOrBuilder
    Annotations
    @Override()
  26. 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
    PointPointOrBuilder
    Annotations
    @Override()
  27. 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
    PointPointOrBuilder
    Annotations
    @Override()
  28. 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
    PointPointOrBuilder
    Annotations
    @Override()
  29. final def getUnknownFields(): UnknownFieldSet
    Definition Classes
    Point → GeneratedMessageV3 → MessageOrBuilder
    Annotations
    @Override()
  30. def getValueCase(): ValueCase
    Definition Classes
    PointPointOrBuilder
  31. 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
    PointPointOrBuilder
    Annotations
    @Override()
  32. 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
    PointPointOrBuilder
    Annotations
    @Override()
  33. def hasField(arg0: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  34. def hasInt64Value(): Boolean

    A 64-bit integer.
    

    A 64-bit integer.
    

    int64 int64_value = 2;

    returns

    Whether the int64Value field is set.

    Definition Classes
    PointPointOrBuilder
    Annotations
    @Override()
  35. def hasOneof(arg0: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  36. 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
    PointPointOrBuilder
    Annotations
    @Override()
  37. 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
    PointPointOrBuilder
    Annotations
    @Override()
  38. def hashCode(): Int
    Definition Classes
    Point → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  39. def internalGetFieldAccessorTable(): FieldAccessorTable
    Attributes
    protected[v1]
    Definition Classes
    Point → GeneratedMessageV3
    Annotations
    @Override()
  40. def internalGetMapField(arg0: Int): MapField[_ <: AnyRef, _ <: AnyRef]
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
  41. final def isInitialized(): Boolean
    Definition Classes
    Point → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  42. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  43. def makeExtensionsImmutable(): Unit
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
  44. def mergeFromAndMakeImmutableInternal(arg0: CodedInputStream, arg1: ExtensionRegistryLite): Unit
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[com.google.protobuf.InvalidProtocolBufferException])
  45. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. def newBuilderForType(parent: BuilderParent): Builder
    Attributes
    protected[v1]
    Definition Classes
    Point → GeneratedMessageV3
    Annotations
    @Override()
  47. def newBuilderForType(): Builder
    Definition Classes
    Point → Message → MessageLite
    Annotations
    @Override()
  48. def newBuilderForType(arg0: BuilderParent): Builder
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3 → AbstractMessage
  49. def newInstance(unused: UnusedPrivateParameter): AnyRef
    Attributes
    protected[v1]
    Definition Classes
    Point → GeneratedMessageV3
    Annotations
    @Override() @SuppressWarnings()
  50. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  51. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  52. def parseUnknownField(arg0: CodedInputStream, arg1: Builder, arg2: ExtensionRegistryLite, arg3: Int): Boolean
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.IOException])
  53. def parseUnknownFieldProto3(arg0: CodedInputStream, arg1: Builder, arg2: ExtensionRegistryLite, arg3: Int): Boolean
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.IOException])
  54. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  55. def toBuilder(): Builder
    Definition Classes
    Point → Message → MessageLite
    Annotations
    @Override()
  56. def toByteArray(): Array[Byte]
    Definition Classes
    AbstractMessageLite → MessageLite
  57. def toByteString(): ByteString
    Definition Classes
    AbstractMessageLite → MessageLite
  58. final def toString(): String
    Definition Classes
    AbstractMessage → Message → AnyRef → Any
  59. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  62. def writeDelimitedTo(arg0: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])
  63. def writeReplace(): AnyRef
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.ObjectStreamException])
  64. def writeTo(output: CodedOutputStream): Unit
    Definition Classes
    Point → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  65. def writeTo(arg0: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])

Inherited from PointOrBuilder

Inherited from GeneratedMessageV3

Inherited from Serializable

Inherited from AbstractMessage

Inherited from Message

Inherited from MessageOrBuilder

Inherited from AbstractMessageLite[MessageType, BuilderType]

Inherited from MessageLite

Inherited from MessageLiteOrBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped