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

17 uses

	google.golang.org/genproto/googleapis/cloud/tasks/v2 (current package)
		task.pb.go#L202: 	FirstAttempt *Attempt `protobuf:"bytes,9,opt,name=first_attempt,json=firstAttempt,proto3" json:"first_attempt,omitempty"`
		task.pb.go#L204: 	LastAttempt *Attempt `protobuf:"bytes,10,opt,name=last_attempt,json=lastAttempt,proto3" json:"last_attempt,omitempty"`
		task.pb.go#L305: func (x *Task) GetFirstAttempt() *Attempt {
		task.pb.go#L312: func (x *Task) GetLastAttempt() *Attempt {
		task.pb.go#L349: type Attempt struct {
		task.pb.go#L373: func (x *Attempt) Reset() {
		task.pb.go#L374: 	*x = Attempt{}
		task.pb.go#L382: func (x *Attempt) String() string {
		task.pb.go#L386: func (*Attempt) ProtoMessage() {}
		task.pb.go#L388: func (x *Attempt) ProtoReflect() protoreflect.Message {
		task.pb.go#L401: func (*Attempt) Descriptor() ([]byte, []int) {
		task.pb.go#L405: func (x *Attempt) GetScheduleTime() *timestamppb.Timestamp {
		task.pb.go#L412: func (x *Attempt) GetDispatchTime() *timestamppb.Timestamp {
		task.pb.go#L419: func (x *Attempt) GetResponseTime() *timestamppb.Timestamp {
		task.pb.go#L426: func (x *Attempt) GetResponseStatus() *status.Status {
		task.pb.go#L547: 	(*Attempt)(nil),               // 2: google.cloud.tasks.v2.Attempt
		task.pb.go#L594: 			switch v := v.(*Attempt); i {