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

16 uses

	google.golang.org/genproto/googleapis/cloud/tasks/v2 (current package)
		queue.pb.go#L200: 	RetryConfig *RetryConfig `protobuf:"bytes,4,opt,name=retry_config,json=retryConfig,proto3" json:"retry_config,omitempty"`
		queue.pb.go#L280: func (x *Queue) GetRetryConfig() *RetryConfig {
		queue.pb.go#L440: type RetryConfig struct {
		queue.pb.go#L540: func (x *RetryConfig) Reset() {
		queue.pb.go#L541: 	*x = RetryConfig{}
		queue.pb.go#L549: func (x *RetryConfig) String() string {
		queue.pb.go#L553: func (*RetryConfig) ProtoMessage() {}
		queue.pb.go#L555: func (x *RetryConfig) ProtoReflect() protoreflect.Message {
		queue.pb.go#L568: func (*RetryConfig) Descriptor() ([]byte, []int) {
		queue.pb.go#L572: func (x *RetryConfig) GetMaxAttempts() int32 {
		queue.pb.go#L579: func (x *RetryConfig) GetMaxRetryDuration() *durationpb.Duration {
		queue.pb.go#L586: func (x *RetryConfig) GetMinBackoff() *durationpb.Duration {
		queue.pb.go#L593: func (x *RetryConfig) GetMaxBackoff() *durationpb.Duration {
		queue.pb.go#L600: func (x *RetryConfig) GetMaxDoublings() int32 {
		queue.pb.go#L778: 	(*RetryConfig)(nil),              // 3: google.cloud.tasks.v2.RetryConfig
		queue.pb.go#L833: 			switch v := v.(*RetryConfig); i {