Class ProjectsResource.GroupsResource.GetRequest
Get the specified group.
Inheritance
Inherited Members
Namespace: Google.Apis.Clouderrorreporting.v1beta1
Assembly: Google.Apis.Clouderrorreporting.v1beta1.dll
Syntax
public class ProjectsResource.GroupsResource.GetRequest : ClouderrorreportingBaseServiceRequest<ErrorGroup>, IClientServiceRequest<ErrorGroup>, IClientServiceRequest
Constructors
GetRequest(IClientService, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string groupName)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | groupName |
Properties
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.
Declaration
[RequestParameter("groupName", RequestParameterType.Path)]
public virtual string GroupName { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()