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 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |