v1beta1.d.ts 35.9 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769
/**
 * Copyright 2019 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
import { GaxiosPromise } from 'gaxios';
import { Compute, JWT, OAuth2Client, UserRefreshClient } from 'google-auth-library';
import { APIRequestContext, BodyResponseCallback, GlobalOptions, GoogleConfigurable, MethodOptions } from 'googleapis-common';
export declare namespace clouderrorreporting_v1beta1 {
    interface Options extends GlobalOptions {
        version: 'v1beta1';
    }
    interface StandardParameters {
        /**
         * V1 error format.
         */
        '$.xgafv'?: string;
        /**
         * OAuth access token.
         */
        access_token?: string;
        /**
         * Data format for response.
         */
        alt?: string;
        /**
         * JSONP
         */
        callback?: string;
        /**
         * Selector specifying which fields to include in a partial response.
         */
        fields?: string;
        /**
         * API key. Your API key identifies your project and provides you with API
         * access, quota, and reports. Required unless you provide an OAuth 2.0
         * token.
         */
        key?: string;
        /**
         * OAuth 2.0 token for the current user.
         */
        oauth_token?: string;
        /**
         * Returns response with indentations and line breaks.
         */
        prettyPrint?: boolean;
        /**
         * Available to use for quota purposes for server-side applications. Can be
         * any arbitrary string assigned to a user, but should not exceed 40
         * characters.
         */
        quotaUser?: string;
        /**
         * Legacy upload protocol for media (e.g. "media", "multipart").
         */
        uploadType?: string;
        /**
         * Upload protocol for media (e.g. "raw", "multipart").
         */
        upload_protocol?: string;
    }
    /**
     * Stackdriver Error Reporting API
     *
     * Groups and counts similar errors from cloud services and applications,
     * reports new errors, and provides access to error groups and their
     * associated errors.
     *
     * @example
     * const {google} = require('googleapis');
     * const clouderrorreporting = google.clouderrorreporting('v1beta1');
     *
     * @namespace clouderrorreporting
     * @type {Function}
     * @version v1beta1
     * @variation v1beta1
     * @param {object=} options Options for Clouderrorreporting
     */
    class Clouderrorreporting {
        context: APIRequestContext;
        projects: Resource$Projects;
        constructor(options: GlobalOptions, google?: GoogleConfigurable);
    }
    /**
     * Response message for deleting error events.
     */
    interface Schema$DeleteEventsResponse {
    }
    /**
     * A description of the context in which an error occurred. This data should
     * be provided by the application when reporting an error, unless the error
     * report has been generated automatically from Google App Engine logs.
     */
    interface Schema$ErrorContext {
        /**
         * The HTTP request which was processed when the error was triggered.
         */
        httpRequest?: Schema$HttpRequestContext;
        /**
         * The location in the source code where the decision was made to report the
         * error, usually the place where it was logged. For a logged exception this
         * would be the source line where the exception is logged, usually close to
         * the place where it was caught.
         */
        reportLocation?: Schema$SourceLocation;
        /**
         * Source code that was used to build the executable which has caused the
         * given error message.
         */
        sourceReferences?: Schema$SourceReference[];
        /**
         * The user who caused or was affected by the crash. This can be a user ID,
         * an email address, or an arbitrary token that uniquely identifies the
         * user. When sending an error report, leave this field empty if the user
         * was not logged in. In this case the Error Reporting system will use other
         * data, such as remote IP address, to distinguish affected users. See
         * `affected_users_count` in `ErrorGroupStats`.
         */
        user?: string;
    }
    /**
     * An error event which is returned by the Error Reporting system.
     */
    interface Schema$ErrorEvent {
        /**
         * Data about the context in which the error occurred.
         */
        context?: Schema$ErrorContext;
        /**
         * Time when the event occurred as provided in the error report. If the
         * report did not contain a timestamp, the time the error was received by
         * the Error Reporting system is used.
         */
        eventTime?: string;
        /**
         * The stack trace that was reported or logged by the service.
         */
        message?: string;
        /**
         * The `ServiceContext` for which this error was reported.
         */
        serviceContext?: Schema$ServiceContext;
    }
    /**
     * Description of a group of similar error events.
     */
    interface Schema$ErrorGroup {
        /**
         * Group IDs are unique for a given project. If the same kind of error
         * occurs in different service contexts, it will receive the same group ID.
         */
        groupId?: string;
        /**
         * The group resource name. Example:
         * <code>projects/my-project-123/groups/my-groupid</code>
         */
        name?: string;
        /**
         * Associated tracking issues.
         */
        trackingIssues?: Schema$TrackingIssue[];
    }
    /**
     * Data extracted for a specific group based on certain filter criteria, such
     * as a given time period and/or service filter.
     */
    interface Schema$ErrorGroupStats {
        /**
         * Service contexts with a non-zero error count for the given filter
         * criteria. This list can be truncated if multiple services are affected.
         * Refer to `num_affected_services` for the total count.
         */
        affectedServices?: Schema$ServiceContext[];
        /**
         * Approximate number of affected users in the given group that match the
         * filter criteria. Users are distinguished by data in the `ErrorContext` of
         * the individual error events, such as their login name or their remote IP
         * address in case of HTTP requests. The number of affected users can be
         * zero even if the number of errors is non-zero if no data was provided
         * from which the affected user could be deduced. Users are counted based on
         * data in the request context that was provided in the error report. If
         * more users are implicitly affected, such as due to a crash of the whole
         * service, this is not reflected here.
         */
        affectedUsersCount?: string;
        /**
         * Approximate total number of events in the given group that match the
         * filter criteria.
         */
        count?: string;
        /**
         * Approximate first occurrence that was ever seen for this group and which
         * matches the given filter criteria, ignoring the time_range that was
         * specified in the request.
         */
        firstSeenTime?: string;
        /**
         * Group data that is independent of the filter criteria.
         */
        group?: Schema$ErrorGroup;
        /**
         * Approximate last occurrence that was ever seen for this group and which
         * matches the given filter criteria, ignoring the time_range that was
         * specified in the request.
         */
        lastSeenTime?: string;
        /**
         * The total number of services with a non-zero error count for the given
         * filter criteria.
         */
        numAffectedServices?: number;
        /**
         * An arbitrary event that is chosen as representative for the whole group.
         * The representative event is intended to be used as a quick preview for
         * the whole group. Events in the group are usually sufficiently similar to
         * each other such that showing an arbitrary representative provides insight
         * into the characteristics of the group as a whole.
         */
        representative?: Schema$ErrorEvent;
        /**
         * Approximate number of occurrences over time. Timed counts returned by
         * ListGroups are guaranteed to be:  - Inside the requested time interval -
         * Non-overlapping, and - Ordered by ascending time.
         */
        timedCounts?: Schema$TimedCount[];
    }
    /**
     * HTTP request data that is related to a reported error. This data should be
     * provided by the application when reporting an error, unless the error
     * report has been generated automatically from Google App Engine logs.
     */
    interface Schema$HttpRequestContext {
        /**
         * The type of HTTP request, such as `GET`, `POST`, etc.
         */
        method?: string;
        /**
         * The referrer information that is provided with the request.
         */
        referrer?: string;
        /**
         * The IP address from which the request originated. This can be IPv4, IPv6,
         * or a token which is derived from the IP address, depending on the data
         * that has been provided in the error report.
         */
        remoteIp?: string;
        /**
         * The HTTP response status code for the request.
         */
        responseStatusCode?: number;
        /**
         * The URL of the request.
         */
        url?: string;
        /**
         * The user agent information that is provided with the request.
         */
        userAgent?: string;
    }
    /**
     * Contains a set of requested error events.
     */
    interface Schema$ListEventsResponse {
        /**
         * The error events which match the given request.
         */
        errorEvents?: Schema$ErrorEvent[];
        /**
         * If non-empty, more results are available. Pass this token, along with the
         * same query parameters as the first request, to view the next page of
         * results.
         */
        nextPageToken?: string;
        /**
         * The timestamp specifies the start time to which the request was
         * restricted.
         */
        timeRangeBegin?: string;
    }
    /**
     * Contains a set of requested error group stats.
     */
    interface Schema$ListGroupStatsResponse {
        /**
         * The error group stats which match the given request.
         */
        errorGroupStats?: Schema$ErrorGroupStats[];
        /**
         * If non-empty, more results are available. Pass this token, along with the
         * same query parameters as the first request, to view the next page of
         * results.
         */
        nextPageToken?: string;
        /**
         * The timestamp specifies the start time to which the request was
         * restricted. The start time is set based on the requested time range. It
         * may be adjusted to a later time if a project has exceeded the storage
         * quota and older data has been deleted.
         */
        timeRangeBegin?: string;
    }
    /**
     * An error event which is reported to the Error Reporting system.
     */
    interface Schema$ReportedErrorEvent {
        /**
         * [Optional] A description of the context in which the error occurred.
         */
        context?: Schema$ErrorContext;
        /**
         * [Optional] Time when the event occurred. If not provided, the time when
         * the event was received by the Error Reporting system will be used.
         */
        eventTime?: string;
        /**
         * [Required] The error message. If no `context.reportLocation` is provided,
         * the message must contain a header (typically consisting of the exception
         * type name and an error message) and an exception stack trace in one of
         * the supported programming languages and formats. Supported languages are
         * Java, Python, JavaScript, Ruby, C#, PHP, and Go. Supported stack trace
         * formats are:  * **Java**: Must be the return value of
         * [`Throwable.printStackTrace()`](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html#printStackTrace%28%29).
         * * **Python**: Must be the return value of
         * [`traceback.format_exc()`](https://docs.python.org/2/library/traceback.html#traceback.format_exc).
         * * **JavaScript**: Must be the value of
         * [`error.stack`](https://github.com/v8/v8/wiki/Stack-Trace-API) as
         * returned by V8. * **Ruby**: Must contain frames returned by
         * [`Exception.backtrace`](https://ruby-doc.org/core-2.2.0/Exception.html#method-i-backtrace).
         * * **C#**: Must be the return value of
         * [`Exception.ToString()`](https://msdn.microsoft.com/en-us/library/system.exception.tostring.aspx).
         * * **PHP**: Must start with `PHP (Notice|Parse error|Fatal error|Warning)`
         * and contain the result of
         * [`(string)$exception`](http://php.net/manual/en/exception.tostring.php).
         * * **Go**: Must be the return value of
         * [`runtime.Stack()`](https://golang.org/pkg/runtime/debug/#Stack).
         */
        message?: string;
        /**
         * [Required] The service context in which this error has occurred.
         */
        serviceContext?: Schema$ServiceContext;
    }
    /**
     * Response for reporting an individual error event. Data may be added to this
     * message in the future.
     */
    interface Schema$ReportErrorEventResponse {
    }
    /**
     * Describes a running service that sends errors. Its version changes over
     * time and multiple versions can run in parallel.
     */
    interface Schema$ServiceContext {
        /**
         * Type of the MonitoredResource. List of possible values:
         * https://cloud.google.com/monitoring/api/resources  Value is set
         * automatically for incoming errors and must not be set when reporting
         * errors.
         */
        resourceType?: string;
        /**
         * An identifier of the service, such as the name of the executable, job, or
         * Google App Engine service name. This field is expected to have a low
         * number of values that are relatively stable over time, as opposed to
         * `version`, which can be changed whenever new code is deployed.  Contains
         * the service name for error reports extracted from Google App Engine logs
         * or `default` if the App Engine default service is used.
         */
        service?: string;
        /**
         * Represents the source code version that the developer provided, which
         * could represent a version label or a Git SHA-1 hash, for example. For App
         * Engine standard environment, the version is set to the version of the
         * app.
         */
        version?: string;
    }
    /**
     * Indicates a location in the source code of the service for which errors are
     * reported. `functionName` must be provided by the application when reporting
     * an error, unless the error report contains a `message` with a supported
     * exception stack trace. All fields are optional for the later case.
     */
    interface Schema$SourceLocation {
        /**
         * The source code filename, which can include a truncated relative path, or
         * a full path from a production machine.
         */
        filePath?: string;
        /**
         * Human-readable name of a function or method. The value can include
         * optional context like the class or package name. For example,
         * `my.package.MyClass.method` in case of Java.
         */
        functionName?: string;
        /**
         * 1-based. 0 indicates that the line number is unknown.
         */
        lineNumber?: number;
    }
    /**
     * A reference to a particular snapshot of the source tree used to build and
     * deploy an application.
     */
    interface Schema$SourceReference {
        /**
         * Optional. A URI string identifying the repository. Example:
         * "https://github.com/GoogleCloudPlatform/kubernetes.git"
         */
        repository?: string;
        /**
         * The canonical and persistent identifier of the deployed revision. Example
         * (git): "0035781c50ec7aa23385dc841529ce8a4b70db1b"
         */
        revisionId?: string;
    }
    /**
     * The number of errors in a given time period. All numbers are approximate
     * since the error events are sampled before counting them.
     */
    interface Schema$TimedCount {
        /**
         * Approximate number of occurrences in the given time period.
         */
        count?: string;
        /**
         * End of the time period to which `count` refers (excluded).
         */
        endTime?: string;
        /**
         * Start of the time period to which `count` refers (included).
         */
        startTime?: string;
    }
    /**
     * Information related to tracking the progress on resolving the error.
     */
    interface Schema$TrackingIssue {
        /**
         * A URL pointing to a related entry in an issue tracking system. Example:
         * https://github.com/user/project/issues/4
         */
        url?: string;
    }
    class Resource$Projects {
        context: APIRequestContext;
        events: Resource$Projects$Events;
        groups: Resource$Projects$Groups;
        groupStats: Resource$Projects$Groupstats;
        constructor(context: APIRequestContext);
        /**
         * clouderrorreporting.projects.deleteEvents
         * @desc Deletes all error events of a given project.
         * @alias clouderrorreporting.projects.deleteEvents
         * @memberOf! ()
         *
         * @param {object} params Parameters for request
         * @param {string} params.projectName [Required] The resource name of the Google Cloud Platform project. Written as `projects/` plus the [Google Cloud Platform project ID](https://support.google.com/cloud/answer/6158840). Example: `projects/my-project-123`.
         * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
         * @param {callback} callback The callback that handles the response.
         * @return {object} Request object
         */
        deleteEvents(params?: Params$Resource$Projects$Deleteevents, options?: MethodOptions): GaxiosPromise<Schema$DeleteEventsResponse>;
        deleteEvents(params: Params$Resource$Projects$Deleteevents, options: MethodOptions | BodyResponseCallback<Schema$DeleteEventsResponse>, callback: BodyResponseCallback<Schema$DeleteEventsResponse>): void;
        deleteEvents(params: Params$Resource$Projects$Deleteevents, callback: BodyResponseCallback<Schema$DeleteEventsResponse>): void;
        deleteEvents(callback: BodyResponseCallback<Schema$DeleteEventsResponse>): void;
    }
    interface Params$Resource$Projects$Deleteevents extends StandardParameters {
        /**
         * Auth client or API Key for the request
         */
        auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient;
        /**
         * [Required] The resource name of the Google Cloud Platform project.
         * Written as `projects/` plus the [Google Cloud Platform project
         * ID](https://support.google.com/cloud/answer/6158840). Example:
         * `projects/my-project-123`.
         */
        projectName?: string;
    }
    class Resource$Projects$Events {
        context: APIRequestContext;
        constructor(context: APIRequestContext);
        /**
         * clouderrorreporting.projects.events.list
         * @desc Lists the specified events.
         * @alias clouderrorreporting.projects.events.list
         * @memberOf! ()
         *
         * @param {object} params Parameters for request
         * @param {string=} params.groupId [Required] The group for which events shall be returned.
         * @param {integer=} params.pageSize [Optional] The maximum number of results to return per response.
         * @param {string=} params.pageToken [Optional] A `next_page_token` provided by a previous response.
         * @param {string} params.projectName [Required] The resource name of the Google Cloud Platform project. Written as `projects/` plus the [Google Cloud Platform project ID](https://support.google.com/cloud/answer/6158840). Example: `projects/my-project-123`.
         * @param {string=} params.serviceFilter.resourceType [Optional] The exact value to match against [`ServiceContext.resource_type`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.resource_type).
         * @param {string=} params.serviceFilter.service [Optional] The exact value to match against [`ServiceContext.service`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service).
         * @param {string=} params.serviceFilter.version [Optional] The exact value to match against [`ServiceContext.version`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version).
         * @param {string=} params.timeRange.period Restricts the query to the specified time range.
         * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
         * @param {callback} callback The callback that handles the response.
         * @return {object} Request object
         */
        list(params?: Params$Resource$Projects$Events$List, options?: MethodOptions): GaxiosPromise<Schema$ListEventsResponse>;
        list(params: Params$Resource$Projects$Events$List, options: MethodOptions | BodyResponseCallback<Schema$ListEventsResponse>, callback: BodyResponseCallback<Schema$ListEventsResponse>): void;
        list(params: Params$Resource$Projects$Events$List, callback: BodyResponseCallback<Schema$ListEventsResponse>): void;
        list(callback: BodyResponseCallback<Schema$ListEventsResponse>): void;
        /**
         * clouderrorreporting.projects.events.report
         * @desc Report an individual error event.  This endpoint accepts **either**
         * an OAuth token, **or** an [API
         * key](https://support.google.com/cloud/answer/6158862) for authentication.
         * To use an API key, append it to the URL as the value of a `key`
         * parameter. For example:  `POST
         * https://clouderrorreporting.googleapis.com/v1beta1/projects/example-project/events:report?key=123ABC456`
         * @alias clouderrorreporting.projects.events.report
         * @memberOf! ()
         *
         * @param {object} params Parameters for request
         * @param {string} params.projectName [Required] The resource name of the Google Cloud Platform project. Written as `projects/` plus the [Google Cloud Platform project ID](https://support.google.com/cloud/answer/6158840). Example: `projects/my-project-123`.
         * @param {().ReportedErrorEvent} params.resource Request body data
         * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
         * @param {callback} callback The callback that handles the response.
         * @return {object} Request object
         */
        report(params?: Params$Resource$Projects$Events$Report, options?: MethodOptions): GaxiosPromise<Schema$ReportErrorEventResponse>;
        report(params: Params$Resource$Projects$Events$Report, options: MethodOptions | BodyResponseCallback<Schema$ReportErrorEventResponse>, callback: BodyResponseCallback<Schema$ReportErrorEventResponse>): void;
        report(params: Params$Resource$Projects$Events$Report, callback: BodyResponseCallback<Schema$ReportErrorEventResponse>): void;
        report(callback: BodyResponseCallback<Schema$ReportErrorEventResponse>): void;
    }
    interface Params$Resource$Projects$Events$List extends StandardParameters {
        /**
         * Auth client or API Key for the request
         */
        auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient;
        /**
         * [Required] The group for which events shall be returned.
         */
        groupId?: string;
        /**
         * [Optional] The maximum number of results to return per response.
         */
        pageSize?: number;
        /**
         * [Optional] A `next_page_token` provided by a previous response.
         */
        pageToken?: string;
        /**
         * [Required] The resource name of the Google Cloud Platform project.
         * Written as `projects/` plus the [Google Cloud Platform project
         * ID](https://support.google.com/cloud/answer/6158840). Example:
         * `projects/my-project-123`.
         */
        projectName?: string;
        /**
         * [Optional] The exact value to match against
         * [`ServiceContext.resource_type`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.resource_type).
         */
        'serviceFilter.resourceType'?: string;
        /**
         * [Optional] The exact value to match against
         * [`ServiceContext.service`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service).
         */
        'serviceFilter.service'?: string;
        /**
         * [Optional] The exact value to match against
         * [`ServiceContext.version`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version).
         */
        'serviceFilter.version'?: string;
        /**
         * Restricts the query to the specified time range.
         */
        'timeRange.period'?: string;
    }
    interface Params$Resource$Projects$Events$Report extends StandardParameters {
        /**
         * Auth client or API Key for the request
         */
        auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient;
        /**
         * [Required] The resource name of the Google Cloud Platform project.
         * Written as `projects/` plus the [Google Cloud Platform project
         * ID](https://support.google.com/cloud/answer/6158840). Example:
         * `projects/my-project-123`.
         */
        projectName?: string;
        /**
         * Request body metadata
         */
        requestBody?: Schema$ReportedErrorEvent;
    }
    class Resource$Projects$Groups {
        context: APIRequestContext;
        constructor(context: APIRequestContext);
        /**
         * clouderrorreporting.projects.groups.get
         * @desc Get the specified group.
         * @alias clouderrorreporting.projects.groups.get
         * @memberOf! ()
         *
         * @param {object} params Parameters for request
         * @param {string} params.groupName [Required] The group resource name. Written as <code>projects/<var>projectID</var>/groups/<var>group_name</var></code>. Call <a href="/error-reporting/reference/rest/v1beta1/projects.groupStats/list"> <code>groupStats.list</code></a> to return a list of groups belonging to this project.  Example: <code>projects/my-project-123/groups/my-group</code>
         * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
         * @param {callback} callback The callback that handles the response.
         * @return {object} Request object
         */
        get(params?: Params$Resource$Projects$Groups$Get, options?: MethodOptions): GaxiosPromise<Schema$ErrorGroup>;
        get(params: Params$Resource$Projects$Groups$Get, options: MethodOptions | BodyResponseCallback<Schema$ErrorGroup>, callback: BodyResponseCallback<Schema$ErrorGroup>): void;
        get(params: Params$Resource$Projects$Groups$Get, callback: BodyResponseCallback<Schema$ErrorGroup>): void;
        get(callback: BodyResponseCallback<Schema$ErrorGroup>): void;
        /**
         * clouderrorreporting.projects.groups.update
         * @desc Replace the data for the specified group. Fails if the group does
         * not exist.
         * @alias clouderrorreporting.projects.groups.update
         * @memberOf! ()
         *
         * @param {object} params Parameters for request
         * @param {string} params.name The group resource name. Example: <code>projects/my-project-123/groups/my-groupid</code>
         * @param {().ErrorGroup} params.resource Request body data
         * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
         * @param {callback} callback The callback that handles the response.
         * @return {object} Request object
         */
        update(params?: Params$Resource$Projects$Groups$Update, options?: MethodOptions): GaxiosPromise<Schema$ErrorGroup>;
        update(params: Params$Resource$Projects$Groups$Update, options: MethodOptions | BodyResponseCallback<Schema$ErrorGroup>, callback: BodyResponseCallback<Schema$ErrorGroup>): void;
        update(params: Params$Resource$Projects$Groups$Update, callback: BodyResponseCallback<Schema$ErrorGroup>): void;
        update(callback: BodyResponseCallback<Schema$ErrorGroup>): void;
    }
    interface Params$Resource$Projects$Groups$Get extends StandardParameters {
        /**
         * Auth client or API Key for the request
         */
        auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient;
        /**
         * [Required] The group resource name. Written as
         * <code>projects/<var>projectID</var>/groups/<var>group_name</var></code>.
         * Call <a
         * href="/error-reporting/reference/rest/v1beta1/projects.groupStats/list">
         * <code>groupStats.list</code></a> to return a list of groups belonging to
         * this project.  Example:
         * <code>projects/my-project-123/groups/my-group</code>
         */
        groupName?: string;
    }
    interface Params$Resource$Projects$Groups$Update extends StandardParameters {
        /**
         * Auth client or API Key for the request
         */
        auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient;
        /**
         * The group resource name. Example:
         * <code>projects/my-project-123/groups/my-groupid</code>
         */
        name?: string;
        /**
         * Request body metadata
         */
        requestBody?: Schema$ErrorGroup;
    }
    class Resource$Projects$Groupstats {
        context: APIRequestContext;
        constructor(context: APIRequestContext);
        /**
         * clouderrorreporting.projects.groupStats.list
         * @desc Lists the specified groups.
         * @alias clouderrorreporting.projects.groupStats.list
         * @memberOf! ()
         *
         * @param {object} params Parameters for request
         * @param {string=} params.alignment [Optional] The alignment of the timed counts to be returned. Default is `ALIGNMENT_EQUAL_AT_END`.
         * @param {string=} params.alignmentTime [Optional] Time where the timed counts shall be aligned if rounded alignment is chosen. Default is 00:00 UTC.
         * @param {string=} params.groupId [Optional] List all <code>ErrorGroupStats</code> with these IDs.
         * @param {string=} params.order [Optional] The sort order in which the results are returned. Default is `COUNT_DESC`.
         * @param {integer=} params.pageSize [Optional] The maximum number of results to return per response. Default is 20.
         * @param {string=} params.pageToken [Optional] A `next_page_token` provided by a previous response. To view additional results, pass this token along with the identical query parameters as the first request.
         * @param {string} params.projectName [Required] The resource name of the Google Cloud Platform project. Written as <code>projects/</code> plus the <a href="https://support.google.com/cloud/answer/6158840">Google Cloud Platform project ID</a>.  Example: <code>projects/my-project-123</code>.
         * @param {string=} params.serviceFilter.resourceType [Optional] The exact value to match against [`ServiceContext.resource_type`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.resource_type).
         * @param {string=} params.serviceFilter.service [Optional] The exact value to match against [`ServiceContext.service`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service).
         * @param {string=} params.serviceFilter.version [Optional] The exact value to match against [`ServiceContext.version`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version).
         * @param {string=} params.timedCountDuration [Optional] The preferred duration for a single returned `TimedCount`. If not set, no timed counts are returned.
         * @param {string=} params.timeRange.period Restricts the query to the specified time range.
         * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
         * @param {callback} callback The callback that handles the response.
         * @return {object} Request object
         */
        list(params?: Params$Resource$Projects$Groupstats$List, options?: MethodOptions): GaxiosPromise<Schema$ListGroupStatsResponse>;
        list(params: Params$Resource$Projects$Groupstats$List, options: MethodOptions | BodyResponseCallback<Schema$ListGroupStatsResponse>, callback: BodyResponseCallback<Schema$ListGroupStatsResponse>): void;
        list(params: Params$Resource$Projects$Groupstats$List, callback: BodyResponseCallback<Schema$ListGroupStatsResponse>): void;
        list(callback: BodyResponseCallback<Schema$ListGroupStatsResponse>): void;
    }
    interface Params$Resource$Projects$Groupstats$List extends StandardParameters {
        /**
         * Auth client or API Key for the request
         */
        auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient;
        /**
         * [Optional] The alignment of the timed counts to be returned. Default is
         * `ALIGNMENT_EQUAL_AT_END`.
         */
        alignment?: string;
        /**
         * [Optional] Time where the timed counts shall be aligned if rounded
         * alignment is chosen. Default is 00:00 UTC.
         */
        alignmentTime?: string;
        /**
         * [Optional] List all <code>ErrorGroupStats</code> with these IDs.
         */
        groupId?: string[];
        /**
         * [Optional] The sort order in which the results are returned. Default is
         * `COUNT_DESC`.
         */
        order?: string;
        /**
         * [Optional] The maximum number of results to return per response. Default
         * is 20.
         */
        pageSize?: number;
        /**
         * [Optional] A `next_page_token` provided by a previous response. To view
         * additional results, pass this token along with the identical query
         * parameters as the first request.
         */
        pageToken?: string;
        /**
         * [Required] The resource name of the Google Cloud Platform project.
         * Written as <code>projects/</code> plus the <a
         * href="https://support.google.com/cloud/answer/6158840">Google Cloud
         * Platform project ID</a>.  Example: <code>projects/my-project-123</code>.
         */
        projectName?: string;
        /**
         * [Optional] The exact value to match against
         * [`ServiceContext.resource_type`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.resource_type).
         */
        'serviceFilter.resourceType'?: string;
        /**
         * [Optional] The exact value to match against
         * [`ServiceContext.service`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service).
         */
        'serviceFilter.service'?: string;
        /**
         * [Optional] The exact value to match against
         * [`ServiceContext.version`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version).
         */
        'serviceFilter.version'?: string;
        /**
         * [Optional] The preferred duration for a single returned `TimedCount`. If
         * not set, no timed counts are returned.
         */
        timedCountDuration?: string;
        /**
         * Restricts the query to the specified time range.
         */
        'timeRange.period'?: string;
    }
}