Error Reporting API . projects . groups

Instance Methods

get(groupName=None, x__xgafv=None)

Get the specified group.

update(name=None, body=None, x__xgafv=None)

Replace the data for the specified group.

Method Details

get(groupName=None, x__xgafv=None)
Get the specified group.

Args:
  groupName: string, 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> (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Description of a group of similar error events.
    "trackingIssues": [ # Associated tracking issues.
      { # Information related to tracking the progress on resolving the error.
        "url": "A String", # A URL pointing to a related entry in an issue tracking system.
            # Example: https://github.com/user/project/issues/4
      },
    ],
    "name": "A String", # The group resource name.
        # Example: <code>projects/my-project-123/groups/CNSgkpnppqKCUw</code>
    "groupId": "A String", # 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.
  }
update(name=None, body=None, x__xgafv=None)
Replace the data for the specified group.
Fails if the group does not exist.

Args:
  name: string, The group resource name.
Example: <code>projects/my-project-123/groups/CNSgkpnppqKCUw</code> (required)
  body: object, The request body.
    The object takes the form of:

{ # Description of a group of similar error events.
  "trackingIssues": [ # Associated tracking issues.
    { # Information related to tracking the progress on resolving the error.
      "url": "A String", # A URL pointing to a related entry in an issue tracking system.
          # Example: https://github.com/user/project/issues/4
    },
  ],
  "name": "A String", # The group resource name.
      # Example: <code>projects/my-project-123/groups/CNSgkpnppqKCUw</code>
  "groupId": "A String", # 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.
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Description of a group of similar error events.
    "trackingIssues": [ # Associated tracking issues.
      { # Information related to tracking the progress on resolving the error.
        "url": "A String", # A URL pointing to a related entry in an issue tracking system.
            # Example: https://github.com/user/project/issues/4
      },
    ],
    "name": "A String", # The group resource name.
        # Example: <code>projects/my-project-123/groups/CNSgkpnppqKCUw</code>
    "groupId": "A String", # 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.
  }