type google.golang.org/genproto/googleapis/api/distribution.Distribution_BucketOptions_Exponential

14 uses

	google.golang.org/genproto/googleapis/api/distribution (current package)
		distribution.pb.go#L321: func (x *Distribution_BucketOptions) GetExponentialBuckets() *Distribution_BucketOptions_Exponential {
		distribution.pb.go#L346: 	ExponentialBuckets *Distribution_BucketOptions_Exponential `protobuf:"bytes,2,opt,name=exponential_buckets,json=exponentialBuckets,proto3,oneof"`
		distribution.pb.go#L526: type Distribution_BucketOptions_Exponential struct {
		distribution.pb.go#L539: func (x *Distribution_BucketOptions_Exponential) Reset() {
		distribution.pb.go#L540: 	*x = Distribution_BucketOptions_Exponential{}
		distribution.pb.go#L548: func (x *Distribution_BucketOptions_Exponential) String() string {
		distribution.pb.go#L552: func (*Distribution_BucketOptions_Exponential) ProtoMessage() {}
		distribution.pb.go#L554: func (x *Distribution_BucketOptions_Exponential) ProtoReflect() protoreflect.Message {
		distribution.pb.go#L567: func (*Distribution_BucketOptions_Exponential) Descriptor() ([]byte, []int) {
		distribution.pb.go#L571: func (x *Distribution_BucketOptions_Exponential) GetNumFiniteBuckets() int32 {
		distribution.pb.go#L578: func (x *Distribution_BucketOptions_Exponential) GetGrowthFactor() float64 {
		distribution.pb.go#L585: func (x *Distribution_BucketOptions_Exponential) GetScale() float64 {
		distribution.pb.go#L759: 	(*Distribution_BucketOptions_Exponential)(nil), // 5: google.api.Distribution.BucketOptions.Exponential
		distribution.pb.go#L847: 			switch v := v.(*Distribution_BucketOptions_Exponential); i {