Google Cloud Error Reporting v1beta1 API - Class GetGroupRequest (3.0.0-beta04)

public sealed class GetGroupRequest : IMessage<GetGroupRequest>, IEquatable<GetGroupRequest>, IDeepCloneable<GetGroupRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Error Reporting v1beta1 API class GetGroupRequest.

A request to return an individual group.

Inheritance

object > GetGroupRequest

Namespace

Google.Cloud.ErrorReporting.V1Beta1

Assembly

Google.Cloud.ErrorReporting.V1Beta1.dll

Constructors

GetGroupRequest()

public GetGroupRequest()

GetGroupRequest(GetGroupRequest)

public GetGroupRequest(GetGroupRequest other)
Parameter
NameDescription
otherGetGroupRequest

Properties

GroupName

public string GroupName { get; set; }

Required. The group resource name. Written as projects/{projectID}/groups/{group_name}. Call groupStats.list to return a list of groups belonging to this project.

Example: projects/my-project-123/groups/my-group

Property Value
TypeDescription
string

GroupNameAsErrorGroupName

public ErrorGroupName GroupNameAsErrorGroupName { get; set; }

ErrorGroupName-typed view over the GroupName resource name property.

Property Value
TypeDescription
ErrorGroupName