type google.golang.org/genproto/googleapis/cloud/tasks/v2.RateLimits

14 uses

	google.golang.org/genproto/googleapis/cloud/tasks/v2 (current package)
		queue.pb.go#L189: 	RateLimits *RateLimits `protobuf:"bytes,3,opt,name=rate_limits,json=rateLimits,proto3" json:"rate_limits,omitempty"`
		queue.pb.go#L273: func (x *Queue) GetRateLimits() *RateLimits {
		queue.pb.go#L315: type RateLimits struct {
		queue.pb.go#L384: func (x *RateLimits) Reset() {
		queue.pb.go#L385: 	*x = RateLimits{}
		queue.pb.go#L393: func (x *RateLimits) String() string {
		queue.pb.go#L397: func (*RateLimits) ProtoMessage() {}
		queue.pb.go#L399: func (x *RateLimits) ProtoReflect() protoreflect.Message {
		queue.pb.go#L412: func (*RateLimits) Descriptor() ([]byte, []int) {
		queue.pb.go#L416: func (x *RateLimits) GetMaxDispatchesPerSecond() float64 {
		queue.pb.go#L423: func (x *RateLimits) GetMaxBurstSize() int32 {
		queue.pb.go#L430: func (x *RateLimits) GetMaxConcurrentDispatches() int32 {
		queue.pb.go#L777: 	(*RateLimits)(nil),               // 2: google.cloud.tasks.v2.RateLimits
		queue.pb.go#L821: 			switch v := v.(*RateLimits); i {