final class View extends GeneratedMessageV3 with ViewOrBuilder

Protobuf type opencensus.proto.stats.v1.View

Source
View.java
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. View
  2. ViewOrBuilder
  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
    View → 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 getAggregationCase(): AggregationCase
    Definition Classes
    ViewViewOrBuilder
  11. def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getColumns(index: Int): String

    An array of tag keys. These values associated with tags of this name form the basis by which
    individual stats will be aggregated (one aggregation per unique tag value). If none are
    provided, then all data is recorded in a single aggregation.
    

    An array of tag keys. These values associated with tags of this name form the basis by which
    individual stats will be aggregated (one aggregation per unique tag value). If none are
    provided, then all data is recorded in a single aggregation.
    

    repeated string columns = 4;

    index

    The index of the element to return.

    returns

    The columns at the given index.

    Definition Classes
    ViewViewOrBuilder
  14. def getColumnsBytes(index: Int): ByteString

    An array of tag keys. These values associated with tags of this name form the basis by which
    individual stats will be aggregated (one aggregation per unique tag value). If none are
    provided, then all data is recorded in a single aggregation.
    

    An array of tag keys. These values associated with tags of this name form the basis by which
    individual stats will be aggregated (one aggregation per unique tag value). If none are
    provided, then all data is recorded in a single aggregation.
    

    repeated string columns = 4;

    index

    The index of the value to return.

    returns

    The bytes of the columns at the given index.

    Definition Classes
    ViewViewOrBuilder
  15. def getColumnsCount(): Int

    An array of tag keys. These values associated with tags of this name form the basis by which
    individual stats will be aggregated (one aggregation per unique tag value). If none are
    provided, then all data is recorded in a single aggregation.
    

    An array of tag keys. These values associated with tags of this name form the basis by which
    individual stats will be aggregated (one aggregation per unique tag value). If none are
    provided, then all data is recorded in a single aggregation.
    

    repeated string columns = 4;

    returns

    The count of columns.

    Definition Classes
    ViewViewOrBuilder
  16. def getColumnsList(): ProtocolStringList

    An array of tag keys. These values associated with tags of this name form the basis by which
    individual stats will be aggregated (one aggregation per unique tag value). If none are
    provided, then all data is recorded in a single aggregation.
    

    An array of tag keys. These values associated with tags of this name form the basis by which
    individual stats will be aggregated (one aggregation per unique tag value). If none are
    provided, then all data is recorded in a single aggregation.
    

    repeated string columns = 4;

    returns

    A list containing the columns.

    Definition Classes
    ViewViewOrBuilder
  17. def getCountAggregation(): CountAggregation

    Counts the number of measurements recorded.
    

    Counts the number of measurements recorded.
    

    .opencensus.proto.stats.v1.CountAggregation count_aggregation = 5;

    returns

    The countAggregation.

    Definition Classes
    ViewViewOrBuilder
    Annotations
    @Override()
  18. def getCountAggregationOrBuilder(): CountAggregationOrBuilder

    Counts the number of measurements recorded.
    

    Counts the number of measurements recorded.
    

    .opencensus.proto.stats.v1.CountAggregation count_aggregation = 5;

    Definition Classes
    ViewViewOrBuilder
    Annotations
    @Override()
  19. def getDefaultInstanceForType(): View
    Definition Classes
    View → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  20. def getDescription(): String

    Describes the view, e.g. "RPC latency distribution"
    

    Describes the view, e.g. "RPC latency distribution"
    

    string description = 2;

    returns

    The description.

    Definition Classes
    ViewViewOrBuilder
    Annotations
    @Override()
  21. def getDescriptionBytes(): ByteString

    Describes the view, e.g. "RPC latency distribution"
    

    Describes the view, e.g. "RPC latency distribution"
    

    string description = 2;

    returns

    The bytes for description.

    Definition Classes
    ViewViewOrBuilder
    Annotations
    @Override()
  22. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  23. def getDistributionAggregation(): DistributionAggregation

    Indicates that the desired Aggregation is a histogram distribution. A distribution
    Aggregation may contain a histogram of the values in the population. User should define the
    bucket boundaries for that histogram (see DistributionAggregation).
    

    Indicates that the desired Aggregation is a histogram distribution. A distribution
    Aggregation may contain a histogram of the values in the population. User should define the
    bucket boundaries for that histogram (see DistributionAggregation).
    

    .opencensus.proto.stats.v1.DistributionAggregation distribution_aggregation = 8;

    returns

    The distributionAggregation.

    Definition Classes
    ViewViewOrBuilder
    Annotations
    @Override()
  24. def getDistributionAggregationOrBuilder(): DistributionAggregationOrBuilder

    Indicates that the desired Aggregation is a histogram distribution. A distribution
    Aggregation may contain a histogram of the values in the population. User should define the
    bucket boundaries for that histogram (see DistributionAggregation).
    

    Indicates that the desired Aggregation is a histogram distribution. A distribution
    Aggregation may contain a histogram of the values in the population. User should define the
    bucket boundaries for that histogram (see DistributionAggregation).
    

    .opencensus.proto.stats.v1.DistributionAggregation distribution_aggregation = 8;

    Definition Classes
    ViewViewOrBuilder
    Annotations
    @Override()
  25. def getField(arg0: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  26. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  27. def getLastValueAggregation(): LastValueAggregation

    Indicates that data collected and aggregated with this Aggregation will represent the last
    recorded value. This is useful to support Gauges.
    

    Indicates that data collected and aggregated with this Aggregation will represent the last
    recorded value. This is useful to support Gauges.
    

    .opencensus.proto.stats.v1.LastValueAggregation last_value_aggregation = 7;

    returns

    The lastValueAggregation.

    Definition Classes
    ViewViewOrBuilder
    Annotations
    @Override()
  28. def getLastValueAggregationOrBuilder(): LastValueAggregationOrBuilder

    Indicates that data collected and aggregated with this Aggregation will represent the last
    recorded value. This is useful to support Gauges.
    

    Indicates that data collected and aggregated with this Aggregation will represent the last
    recorded value. This is useful to support Gauges.
    

    .opencensus.proto.stats.v1.LastValueAggregation last_value_aggregation = 7;

    Definition Classes
    ViewViewOrBuilder
    Annotations
    @Override()
  29. def getMeasure(): Measure

    The Measure to which this view is applied.
    

    The Measure to which this view is applied.
    

    .opencensus.proto.stats.v1.Measure measure = 3;

    returns

    The measure.

    Definition Classes
    ViewViewOrBuilder
    Annotations
    @Override()
  30. def getMeasureOrBuilder(): MeasureOrBuilder

    The Measure to which this view is applied.
    

    The Measure to which this view is applied.
    

    .opencensus.proto.stats.v1.Measure measure = 3;

    Definition Classes
    ViewViewOrBuilder
    Annotations
    @Override()
  31. def getName(): String

    A string by which the View will be referred to, e.g. "rpc_latency". Names MUST be unique
    within the library.
    

    A string by which the View will be referred to, e.g. "rpc_latency". Names MUST be unique
    within the library.
    

    string name = 1;

    returns

    The name.

    Definition Classes
    ViewViewOrBuilder
    Annotations
    @Override()
  32. def getNameBytes(): ByteString

    A string by which the View will be referred to, e.g. "rpc_latency". Names MUST be unique
    within the library.
    

    A string by which the View will be referred to, e.g. "rpc_latency". Names MUST be unique
    within the library.
    

    string name = 1;

    returns

    The bytes for name.

    Definition Classes
    ViewViewOrBuilder
    Annotations
    @Override()
  33. def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  34. def getParserForType(): Parser[View]
    Definition Classes
    View → GeneratedMessageV3 → Message → MessageLite
    Annotations
    @Override()
  35. def getRepeatedField(arg0: FieldDescriptor, arg1: Int): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  36. def getRepeatedFieldCount(arg0: FieldDescriptor): Int
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  37. def getSerializedSize(): Int
    Definition Classes
    View → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  38. def getSumAggregation(): SumAggregation

    Indicates that data collected and aggregated with this Aggregation will be summed up.
    

    Indicates that data collected and aggregated with this Aggregation will be summed up.
    

    .opencensus.proto.stats.v1.SumAggregation sum_aggregation = 6;

    returns

    The sumAggregation.

    Definition Classes
    ViewViewOrBuilder
    Annotations
    @Override()
  39. def getSumAggregationOrBuilder(): SumAggregationOrBuilder

    Indicates that data collected and aggregated with this Aggregation will be summed up.
    

    Indicates that data collected and aggregated with this Aggregation will be summed up.
    

    .opencensus.proto.stats.v1.SumAggregation sum_aggregation = 6;

    Definition Classes
    ViewViewOrBuilder
    Annotations
    @Override()
  40. final def getUnknownFields(): UnknownFieldSet
    Definition Classes
    View → GeneratedMessageV3 → MessageOrBuilder
    Annotations
    @Override()
  41. def hasCountAggregation(): Boolean

    Counts the number of measurements recorded.
    

    Counts the number of measurements recorded.
    

    .opencensus.proto.stats.v1.CountAggregation count_aggregation = 5;

    returns

    Whether the countAggregation field is set.

    Definition Classes
    ViewViewOrBuilder
    Annotations
    @Override()
  42. def hasDistributionAggregation(): Boolean

    Indicates that the desired Aggregation is a histogram distribution. A distribution
    Aggregation may contain a histogram of the values in the population. User should define the
    bucket boundaries for that histogram (see DistributionAggregation).
    

    Indicates that the desired Aggregation is a histogram distribution. A distribution
    Aggregation may contain a histogram of the values in the population. User should define the
    bucket boundaries for that histogram (see DistributionAggregation).
    

    .opencensus.proto.stats.v1.DistributionAggregation distribution_aggregation = 8;

    returns

    Whether the distributionAggregation field is set.

    Definition Classes
    ViewViewOrBuilder
    Annotations
    @Override()
  43. def hasField(arg0: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  44. def hasLastValueAggregation(): Boolean

    Indicates that data collected and aggregated with this Aggregation will represent the last
    recorded value. This is useful to support Gauges.
    

    Indicates that data collected and aggregated with this Aggregation will represent the last
    recorded value. This is useful to support Gauges.
    

    .opencensus.proto.stats.v1.LastValueAggregation last_value_aggregation = 7;

    returns

    Whether the lastValueAggregation field is set.

    Definition Classes
    ViewViewOrBuilder
    Annotations
    @Override()
  45. def hasMeasure(): Boolean

    The Measure to which this view is applied.
    

    The Measure to which this view is applied.
    

    .opencensus.proto.stats.v1.Measure measure = 3;

    returns

    Whether the measure field is set.

    Definition Classes
    ViewViewOrBuilder
    Annotations
    @Override()
  46. def hasOneof(arg0: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  47. def hasSumAggregation(): Boolean

    Indicates that data collected and aggregated with this Aggregation will be summed up.
    

    Indicates that data collected and aggregated with this Aggregation will be summed up.
    

    .opencensus.proto.stats.v1.SumAggregation sum_aggregation = 6;

    returns

    Whether the sumAggregation field is set.

    Definition Classes
    ViewViewOrBuilder
    Annotations
    @Override()
  48. def hashCode(): Int
    Definition Classes
    View → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  49. def internalGetFieldAccessorTable(): FieldAccessorTable
    Attributes
    protected[v1]
    Definition Classes
    View → GeneratedMessageV3
    Annotations
    @Override()
  50. def internalGetMapField(arg0: Int): MapField[_ <: AnyRef, _ <: AnyRef]
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
  51. final def isInitialized(): Boolean
    Definition Classes
    View → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  52. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  53. def makeExtensionsImmutable(): Unit
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
  54. def mergeFromAndMakeImmutableInternal(arg0: CodedInputStream, arg1: ExtensionRegistryLite): Unit
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[com.google.protobuf.InvalidProtocolBufferException])
  55. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  56. def newBuilderForType(parent: BuilderParent): Builder
    Attributes
    protected[v1]
    Definition Classes
    View → GeneratedMessageV3
    Annotations
    @Override()
  57. def newBuilderForType(): Builder
    Definition Classes
    View → Message → MessageLite
    Annotations
    @Override()
  58. def newBuilderForType(arg0: BuilderParent): Builder
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3 → AbstractMessage
  59. def newInstance(unused: UnusedPrivateParameter): AnyRef
    Attributes
    protected[v1]
    Definition Classes
    View → GeneratedMessageV3
    Annotations
    @Override() @SuppressWarnings()
  60. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  61. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  62. def parseUnknownField(arg0: CodedInputStream, arg1: Builder, arg2: ExtensionRegistryLite, arg3: Int): Boolean
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.IOException])
  63. def parseUnknownFieldProto3(arg0: CodedInputStream, arg1: Builder, arg2: ExtensionRegistryLite, arg3: Int): Boolean
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.IOException])
  64. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  65. def toBuilder(): Builder
    Definition Classes
    View → Message → MessageLite
    Annotations
    @Override()
  66. def toByteArray(): Array[Byte]
    Definition Classes
    AbstractMessageLite → MessageLite
  67. def toByteString(): ByteString
    Definition Classes
    AbstractMessageLite → MessageLite
  68. final def toString(): String
    Definition Classes
    AbstractMessage → Message → AnyRef → Any
  69. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  70. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  71. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  72. def writeDelimitedTo(arg0: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])
  73. def writeReplace(): AnyRef
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.ObjectStreamException])
  74. def writeTo(output: CodedOutputStream): Unit
    Definition Classes
    View → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  75. def writeTo(arg0: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])

Inherited from ViewOrBuilder

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