type github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1.SummaryValue_Snapshot_ValueAtPercentile

13 uses

	github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1 (current package)
		metrics.pb.go#L1058: 	PercentileValues []*SummaryValue_Snapshot_ValueAtPercentile `protobuf:"bytes,3,rep,name=percentile_values,json=percentileValues,proto3" json:"percentile_values,omitempty"`
		metrics.pb.go#L1107: func (x *SummaryValue_Snapshot) GetPercentileValues() []*SummaryValue_Snapshot_ValueAtPercentile {
		metrics.pb.go#L1115: type SummaryValue_Snapshot_ValueAtPercentile struct {
		metrics.pb.go#L1127: func (x *SummaryValue_Snapshot_ValueAtPercentile) Reset() {
		metrics.pb.go#L1128: 	*x = SummaryValue_Snapshot_ValueAtPercentile{}
		metrics.pb.go#L1136: func (x *SummaryValue_Snapshot_ValueAtPercentile) String() string {
		metrics.pb.go#L1140: func (*SummaryValue_Snapshot_ValueAtPercentile) ProtoMessage() {}
		metrics.pb.go#L1142: func (x *SummaryValue_Snapshot_ValueAtPercentile) ProtoReflect() protoreflect.Message {
		metrics.pb.go#L1155: func (*SummaryValue_Snapshot_ValueAtPercentile) Descriptor() ([]byte, []int) {
		metrics.pb.go#L1159: func (x *SummaryValue_Snapshot_ValueAtPercentile) GetPercentile() float64 {
		metrics.pb.go#L1166: func (x *SummaryValue_Snapshot_ValueAtPercentile) GetValue() float64 {
		metrics.pb.go#L1397: 	(*SummaryValue_Snapshot_ValueAtPercentile)(nil), // 15: opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile
		metrics.pb.go#L1597: 			switch v := v.(*SummaryValue_Snapshot_ValueAtPercentile); i {