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

13 uses

	github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1 (current package)
		metrics.pb.go#L642: 	BucketOptions *DistributionValue_BucketOptions `protobuf:"bytes,4,opt,name=bucket_options,json=bucketOptions,proto3" json:"bucket_options,omitempty"`
		metrics.pb.go#L702: func (x *DistributionValue) GetBucketOptions() *DistributionValue_BucketOptions {
		metrics.pb.go#L792: type DistributionValue_BucketOptions struct {
		metrics.pb.go#L802: func (x *DistributionValue_BucketOptions) Reset() {
		metrics.pb.go#L803: 	*x = DistributionValue_BucketOptions{}
		metrics.pb.go#L811: func (x *DistributionValue_BucketOptions) String() string {
		metrics.pb.go#L815: func (*DistributionValue_BucketOptions) ProtoMessage() {}
		metrics.pb.go#L817: func (x *DistributionValue_BucketOptions) ProtoReflect() protoreflect.Message {
		metrics.pb.go#L830: func (*DistributionValue_BucketOptions) Descriptor() ([]byte, []int) {
		metrics.pb.go#L834: func (m *DistributionValue_BucketOptions) GetType() isDistributionValue_BucketOptions_Type {
		metrics.pb.go#L841: func (x *DistributionValue_BucketOptions) GetExplicit() *DistributionValue_BucketOptions_Explicit {
		metrics.pb.go#L1391: 	(*DistributionValue_BucketOptions)(nil),          // 9: opencensus.proto.metrics.v1.DistributionValue.BucketOptions
		metrics.pb.go#L1537: 			switch v := v.(*DistributionValue_BucketOptions); i {