final class View extends GeneratedMessageV3 with ViewOrBuilder
- Alphabetic
- By Inheritance
- View
- ViewOrBuilder
- 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
- View → 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 getAggregationCase(): AggregationCase
- Definition Classes
- View → ViewOrBuilder
- def getAllFields(): Map[FieldDescriptor, AnyRef]
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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
- View → ViewOrBuilder
- 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
- View → ViewOrBuilder
- 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
- View → ViewOrBuilder
- 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
- View → ViewOrBuilder
- 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
- View → ViewOrBuilder
- Annotations
- @Override()
- 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
- View → ViewOrBuilder
- Annotations
- @Override()
- def getDefaultInstanceForType(): View
- Definition Classes
- View → MessageOrBuilder → MessageLiteOrBuilder
- Annotations
- @Override()
- 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
- View → ViewOrBuilder
- Annotations
- @Override()
- 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
- View → ViewOrBuilder
- Annotations
- @Override()
- def getDescriptorForType(): Descriptor
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- 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
- View → ViewOrBuilder
- Annotations
- @Override()
- 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
- View → ViewOrBuilder
- Annotations
- @Override()
- def getField(arg0: FieldDescriptor): AnyRef
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getInitializationErrorString(): String
- Definition Classes
- AbstractMessage → MessageOrBuilder
- 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
- View → ViewOrBuilder
- Annotations
- @Override()
- 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
- View → ViewOrBuilder
- Annotations
- @Override()
- 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
- View → ViewOrBuilder
- Annotations
- @Override()
- 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
- View → ViewOrBuilder
- Annotations
- @Override()
- 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
- View → ViewOrBuilder
- Annotations
- @Override()
- 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
- View → ViewOrBuilder
- Annotations
- @Override()
- def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor
- Definition Classes
- GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
- def getParserForType(): Parser[View]
- Definition Classes
- View → 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
- View → GeneratedMessageV3 → AbstractMessage → MessageLite
- Annotations
- @Override()
- 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
- View → ViewOrBuilder
- Annotations
- @Override()
- 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
- View → ViewOrBuilder
- Annotations
- @Override()
- def getUnknownFields(): UnknownFieldSet
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- 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
- View → ViewOrBuilder
- Annotations
- @Override()
- 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
- View → ViewOrBuilder
- Annotations
- @Override()
- def hasField(arg0: FieldDescriptor): Boolean
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- 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
- View → ViewOrBuilder
- Annotations
- @Override()
- 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
- View → ViewOrBuilder
- Annotations
- @Override()
- def hasOneof(arg0: OneofDescriptor): Boolean
- Definition Classes
- GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
- 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
- View → ViewOrBuilder
- Annotations
- @Override()
- def hashCode(): Int
- Definition Classes
- View → 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
- View → 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
- View → 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
- View → 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
- View → 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