Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GroupsResource

The "groups" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.GroupsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Clouderrorreporting.v1beta1
Assembly: Google.Apis.Clouderrorreporting.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.GroupsResource

Constructors

GroupsResource(IClientService)

Constructs a new resource.

Declaration
public GroupsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Get the specified group.

Declaration
public virtual ProjectsResource.LocationsResource.GroupsResource.GetRequest Get(string groupName)
Parameters
Type Name Description
string groupName

Required. The group resource name. Written as either projects/{projectID}/groups/{group_id} or projects/{projectID}/locations/{location}/groups/{group_id}. Call groupStats.list to return a list of groups belonging to this project. Examples: projects/my-project-123/groups/my-group, projects/my-project-123/locations/global/groups/my-group In the group resource name, the group_id is a unique identifier for a particular error group. The identifier is derived from key parts of the error-log content and is treated as Service Data. For information about how Service Data is handled, see Google Cloud Privacy Notice. For a list of supported locations, see Supported Regions. global is the default when unspecified.

Returns
Type Description
ProjectsResource.LocationsResource.GroupsResource.GetRequest

Update(ErrorGroup, string)

Replace the data for the specified group. Fails if the group does not exist.

Declaration
public virtual ProjectsResource.LocationsResource.GroupsResource.UpdateRequest Update(ErrorGroup body, string name)
Parameters
Type Name Description
ErrorGroup body

The body of the request.

string name

The group resource name. Written as projects/{projectID}/groups/{group_id} or projects/{projectID}/locations/{location}/groups/{group_id} Examples: projects/my-project-123/groups/my-group, projects/my-project-123/locations/us-central1/groups/my-group In the group resource name, the group_id is a unique identifier for a particular error group. The identifier is derived from key parts of the error-log content and is treated as Service Data. For information about how Service Data is handled, see Google Cloud Privacy Notice. For a list of supported locations, see Supported Regions. global is the default when unspecified.

Returns
Type Description
ProjectsResource.LocationsResource.GroupsResource.UpdateRequest
In this article
Back to top Generated by DocFX