type google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1.HttpRequestContext
18 uses
google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1 (current package)
common.pb.go#L334: HttpRequest *HttpRequestContext `protobuf:"bytes,1,opt,name=http_request,json=httpRequest,proto3" json:"http_request,omitempty"`
common.pb.go#L384: func (x *ErrorContext) GetHttpRequest() *HttpRequestContext {
common.pb.go#L409: type HttpRequestContext struct {
common.pb.go#L431: func (x *HttpRequestContext) Reset() {
common.pb.go#L432: *x = HttpRequestContext{}
common.pb.go#L440: func (x *HttpRequestContext) String() string {
common.pb.go#L444: func (*HttpRequestContext) ProtoMessage() {}
common.pb.go#L446: func (x *HttpRequestContext) ProtoReflect() protoreflect.Message {
common.pb.go#L459: func (*HttpRequestContext) Descriptor() ([]byte, []int) {
common.pb.go#L463: func (x *HttpRequestContext) GetMethod() string {
common.pb.go#L470: func (x *HttpRequestContext) GetUrl() string {
common.pb.go#L477: func (x *HttpRequestContext) GetUserAgent() string {
common.pb.go#L484: func (x *HttpRequestContext) GetReferrer() string {
common.pb.go#L491: func (x *HttpRequestContext) GetResponseStatusCode() int32 {
common.pb.go#L498: func (x *HttpRequestContext) GetRemoteIp() string {
common.pb.go#L710: (*HttpRequestContext)(nil), // 5: google.devtools.clouderrorreporting.v1beta1.HttpRequestContext
common.pb.go#L795: switch v := v.(*HttpRequestContext); i {
cloud.google.com/go/errorreporting
errors.go#L185: HttpRequest: &pb.HttpRequestContext{
![]() |
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. |