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

20 uses

	google.golang.org/genproto/googleapis/cloud/tasks/v2 (current package)
		target.pb.go#L146: type HttpRequest struct {
		target.pb.go#L209: func (x *HttpRequest) Reset() {
		target.pb.go#L210: 	*x = HttpRequest{}
		target.pb.go#L218: func (x *HttpRequest) String() string {
		target.pb.go#L222: func (*HttpRequest) ProtoMessage() {}
		target.pb.go#L224: func (x *HttpRequest) ProtoReflect() protoreflect.Message {
		target.pb.go#L237: func (*HttpRequest) Descriptor() ([]byte, []int) {
		target.pb.go#L241: func (x *HttpRequest) GetUrl() string {
		target.pb.go#L248: func (x *HttpRequest) GetHttpMethod() HttpMethod {
		target.pb.go#L255: func (x *HttpRequest) GetHeaders() map[string]string {
		target.pb.go#L262: func (x *HttpRequest) GetBody() []byte {
		target.pb.go#L269: func (m *HttpRequest) GetAuthorizationHeader() isHttpRequest_AuthorizationHeader {
		target.pb.go#L276: func (x *HttpRequest) GetOauthToken() *OAuthToken {
		target.pb.go#L283: func (x *HttpRequest) GetOidcToken() *OidcToken {
		target.pb.go#L924: 	(*HttpRequest)(nil),          // 1: google.cloud.tasks.v2.HttpRequest
		target.pb.go#L954: 			switch v := v.(*HttpRequest); i {
		task.pb.go#L263: func (x *Task) GetHttpRequest() *HttpRequest {
		task.pb.go#L341: 	HttpRequest *HttpRequest `protobuf:"bytes,3,opt,name=http_request,json=httpRequest,proto3,oneof"`
		task.pb.go#L549: 	(*HttpRequest)(nil),           // 4: google.cloud.tasks.v2.HttpRequest

	golang.org/x/pkgsite/internal/queue
		queue.go#L164: 		HttpRequest: &taskspb.HttpRequest{