type google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1.ListGroupStatsRequest
27 uses
google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1 (current package)
error_stats_service.pb.go#L247: type ListGroupStatsRequest struct {
error_stats_service.pb.go#L295: func (x *ListGroupStatsRequest) Reset() {
error_stats_service.pb.go#L296: *x = ListGroupStatsRequest{}
error_stats_service.pb.go#L304: func (x *ListGroupStatsRequest) String() string {
error_stats_service.pb.go#L308: func (*ListGroupStatsRequest) ProtoMessage() {}
error_stats_service.pb.go#L310: func (x *ListGroupStatsRequest) ProtoReflect() protoreflect.Message {
error_stats_service.pb.go#L323: func (*ListGroupStatsRequest) Descriptor() ([]byte, []int) {
error_stats_service.pb.go#L327: func (x *ListGroupStatsRequest) GetProjectName() string {
error_stats_service.pb.go#L334: func (x *ListGroupStatsRequest) GetGroupId() []string {
error_stats_service.pb.go#L341: func (x *ListGroupStatsRequest) GetServiceFilter() *ServiceContextFilter {
error_stats_service.pb.go#L348: func (x *ListGroupStatsRequest) GetTimeRange() *QueryTimeRange {
error_stats_service.pb.go#L355: func (x *ListGroupStatsRequest) GetTimedCountDuration() *durationpb.Duration {
error_stats_service.pb.go#L362: func (x *ListGroupStatsRequest) GetAlignment() TimedCountAlignment {
error_stats_service.pb.go#L369: func (x *ListGroupStatsRequest) GetAlignmentTime() *timestamppb.Timestamp {
error_stats_service.pb.go#L376: func (x *ListGroupStatsRequest) GetOrder() ErrorGroupOrder {
error_stats_service.pb.go#L383: func (x *ListGroupStatsRequest) GetPageSize() int32 {
error_stats_service.pb.go#L390: func (x *ListGroupStatsRequest) GetPageToken() string {
error_stats_service.pb.go#L1388: (*ListGroupStatsRequest)(nil), // 3: google.devtools.clouderrorreporting.v1beta1.ListGroupStatsRequest
error_stats_service.pb.go#L1447: switch v := v.(*ListGroupStatsRequest); 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#L1646: ListGroupStats(context.Context, *ListGroupStatsRequest) (*ListGroupStatsResponse, error)
error_stats_service.pb.go#L1657: func (*UnimplementedErrorStatsServiceServer) ListGroupStats(context.Context, *ListGroupStatsRequest) (*ListGroupStatsResponse, error) {
error_stats_service.pb.go#L1672: in := new(ListGroupStatsRequest)
error_stats_service.pb.go#L1684: return srv.(ErrorStatsServiceServer).ListGroupStats(ctx, req.(*ListGroupStatsRequest))
cloud.google.com/go/errorreporting/apiv1beta1
error_stats_client.go#L176: func (c *ErrorStatsClient) ListGroupStats(ctx context.Context, req *clouderrorreportingpb.ListGroupStatsRequest, opts ...gax.CallOption) *ErrorGroupStatsIterator {
error_stats_client.go#L181: req = proto.Clone(req).(*clouderrorreportingpb.ListGroupStatsRequest)
 |
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. |