type google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1.ReportErrorEventRequest
23 uses
google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1 (current package)
report_errors_service.pb.go#L51: type ReportErrorEventRequest struct {
report_errors_service.pb.go#L66: func (x *ReportErrorEventRequest) Reset() {
report_errors_service.pb.go#L67: *x = ReportErrorEventRequest{}
report_errors_service.pb.go#L75: func (x *ReportErrorEventRequest) String() string {
report_errors_service.pb.go#L79: func (*ReportErrorEventRequest) ProtoMessage() {}
report_errors_service.pb.go#L81: func (x *ReportErrorEventRequest) ProtoReflect() protoreflect.Message {
report_errors_service.pb.go#L94: func (*ReportErrorEventRequest) Descriptor() ([]byte, []int) {
report_errors_service.pb.go#L98: func (x *ReportErrorEventRequest) GetProjectName() string {
report_errors_service.pb.go#L105: func (x *ReportErrorEventRequest) GetEvent() *ReportedErrorEvent {
report_errors_service.pb.go#L369: (*ReportErrorEventRequest)(nil), // 0: google.devtools.clouderrorreporting.v1beta1.ReportErrorEventRequest
report_errors_service.pb.go#L398: switch v := v.(*ReportErrorEventRequest); i {
report_errors_service.pb.go#L475: ReportErrorEvent(ctx context.Context, in *ReportErrorEventRequest, opts ...grpc.CallOption) (*ReportErrorEventResponse, error)
report_errors_service.pb.go#L486: func (c *reportErrorsServiceClient) ReportErrorEvent(ctx context.Context, in *ReportErrorEventRequest, opts ...grpc.CallOption) (*ReportErrorEventResponse, error) {
report_errors_service.pb.go#L506: ReportErrorEvent(context.Context, *ReportErrorEventRequest) (*ReportErrorEventResponse, error)
report_errors_service.pb.go#L513: func (*UnimplementedReportErrorsServiceServer) ReportErrorEvent(context.Context, *ReportErrorEventRequest) (*ReportErrorEventResponse, error) {
report_errors_service.pb.go#L522: in := new(ReportErrorEventRequest)
report_errors_service.pb.go#L534: return srv.(ReportErrorsServiceServer).ReportErrorEvent(ctx, req.(*ReportErrorEventRequest))
cloud.google.com/go/errorreporting
errors.go#L116: bundler := bundler.NewBundler((*pb.ReportErrorEventRequest)(nil), func(bundle interface{}) {
errors.go#L117: reqs := bundle.([]*pb.ReportErrorEventRequest)
errors.go#L171: func (c *Client) newRequest(e Entry) *pb.ReportErrorEventRequest {
errors.go#L200: return &pb.ReportErrorEventRequest{
errors.go#L237: ReportErrorEvent(ctx context.Context, req *pb.ReportErrorEventRequest, opts ...gax.CallOption) (*pb.ReportErrorEventResponse, error)
cloud.google.com/go/errorreporting/apiv1beta1
report_errors_client.go#L142: func (c *ReportErrorsClient) ReportErrorEvent(ctx context.Context, req *clouderrorreportingpb.ReportErrorEventRequest, opts ...gax.CallOption) (*clouderrorreportingpb.ReportErrorEventResponse, error) {
 |
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. |