type google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1.ListGroupStatsResponse
18 uses
google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1 (current package)
error_stats_service.pb.go#L398: type ListGroupStatsResponse struct {
error_stats_service.pb.go#L416: func (x *ListGroupStatsResponse) Reset() {
error_stats_service.pb.go#L417: *x = ListGroupStatsResponse{}
error_stats_service.pb.go#L425: func (x *ListGroupStatsResponse) String() string {
error_stats_service.pb.go#L429: func (*ListGroupStatsResponse) ProtoMessage() {}
error_stats_service.pb.go#L431: func (x *ListGroupStatsResponse) ProtoReflect() protoreflect.Message {
error_stats_service.pb.go#L444: func (*ListGroupStatsResponse) Descriptor() ([]byte, []int) {
error_stats_service.pb.go#L448: func (x *ListGroupStatsResponse) GetErrorGroupStats() []*ErrorGroupStats {
error_stats_service.pb.go#L455: func (x *ListGroupStatsResponse) GetNextPageToken() string {
error_stats_service.pb.go#L462: func (x *ListGroupStatsResponse) GetTimeRangeBegin() *timestamppb.Timestamp {
error_stats_service.pb.go#L1389: (*ListGroupStatsResponse)(nil), // 4: google.devtools.clouderrorreporting.v1beta1.ListGroupStatsResponse
error_stats_service.pb.go#L1459: switch v := v.(*ListGroupStatsResponse); i {
error_stats_service.pb.go#L1601: ListGroupStats(ctx context.Context, in *ListGroupStatsRequest, opts ...grpc.CallOption) (*ListGroupStatsResponse, error)
error_stats_service.pb.go#L1616: func (c *errorStatsServiceClient) ListGroupStats(ctx context.Context, in *ListGroupStatsRequest, opts ...grpc.CallOption) (*ListGroupStatsResponse, error) {
error_stats_service.pb.go#L1617: out := new(ListGroupStatsResponse)
error_stats_service.pb.go#L1646: ListGroupStats(context.Context, *ListGroupStatsRequest) (*ListGroupStatsResponse, error)
error_stats_service.pb.go#L1657: func (*UnimplementedErrorStatsServiceServer) ListGroupStats(context.Context, *ListGroupStatsRequest) (*ListGroupStatsResponse, error) {
cloud.google.com/go/errorreporting/apiv1beta1
error_stats_client.go#L183: var resp *clouderrorreportingpb.ListGroupStatsResponse
 |
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. |