type google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1.ReportErrorEventResponse
17 uses
google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1 (current package)
report_errors_service.pb.go#L114: type ReportErrorEventResponse struct {
report_errors_service.pb.go#L120: func (x *ReportErrorEventResponse) Reset() {
report_errors_service.pb.go#L121: *x = ReportErrorEventResponse{}
report_errors_service.pb.go#L129: func (x *ReportErrorEventResponse) String() string {
report_errors_service.pb.go#L133: func (*ReportErrorEventResponse) ProtoMessage() {}
report_errors_service.pb.go#L135: func (x *ReportErrorEventResponse) ProtoReflect() protoreflect.Message {
report_errors_service.pb.go#L148: func (*ReportErrorEventResponse) Descriptor() ([]byte, []int) {
report_errors_service.pb.go#L370: (*ReportErrorEventResponse)(nil), // 1: google.devtools.clouderrorreporting.v1beta1.ReportErrorEventResponse
report_errors_service.pb.go#L410: switch v := v.(*ReportErrorEventResponse); 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#L487: out := new(ReportErrorEventResponse)
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) {
cloud.google.com/go/errorreporting
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) {
report_errors_client.go#L151: var resp *clouderrorreportingpb.ReportErrorEventResponse
 |
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. |