Class ProjectsResource.LocationsResource.GroupStatsResource.ListRequest
Lists the specified groups.
Inheritance
Inherited Members
Namespace: Google.Apis.Clouderrorreporting.v1beta1
Assembly: Google.Apis.Clouderrorreporting.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.GroupStatsResource.ListRequest : ClouderrorreportingBaseServiceRequest<ListGroupStatsResponse>, IClientServiceRequest<ListGroupStatsResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string projectName)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | projectName |
Properties
Alignment
Optional. The alignment of the timed counts to be returned. Default is ALIGNMENT_EQUAL_AT_END
.
Declaration
[RequestParameter("alignment", RequestParameterType.Query)]
public virtual ProjectsResource.LocationsResource.GroupStatsResource.ListRequest.AlignmentEnum? Alignment { get; set; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.GroupStatsResource.ListRequest.AlignmentEnum? |
AlignmentTime
object representation of AlignmentTimeRaw.
Declaration
[Obsolete("This property is obsolete and may behave unexpectedly; please use AlignmentTimeDateTimeOffset instead.")]
public virtual object AlignmentTime { get; set; }
Property Value
Type | Description |
---|---|
object |
AlignmentTimeDateTimeOffset
Declaration
public virtual DateTimeOffset? AlignmentTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
AlignmentTimeRaw
String representation of AlignmentTimeDateTimeOffset, formatted for inclusion in the HTTP request.
Declaration
[RequestParameter("alignmentTime", RequestParameterType.Query)]
public virtual string AlignmentTimeRaw { get; }
Property Value
Type | Description |
---|---|
string |
GroupId
Optional. List all ErrorGroupStats with these IDs. 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] (https://cloud.google.com/terms/cloud-privacy-notice).
Declaration
[RequestParameter("groupId", RequestParameterType.Query)]
public virtual Repeatable<string> GroupId { get; set; }
Property Value
Type | Description |
---|---|
Repeatable<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
Order
Optional. The sort order in which the results are returned. Default is COUNT_DESC
.
Declaration
[RequestParameter("order", RequestParameterType.Query)]
public virtual ProjectsResource.LocationsResource.GroupStatsResource.ListRequest.OrderEnum? Order { get; set; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.GroupStatsResource.ListRequest.OrderEnum? |
PageSize
Optional. The maximum number of results to return per response. Default is 20.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
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.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectName
Required. The resource name of the Google Cloud Platform project. Written as
projects/{projectID}
or projects/{projectNumber}
, where {projectID}
and {projectNumber}
can be found in the Google Cloud console. It
may also include a location, such as projects/{projectID}/locations/{location}
where
{location}
is a cloud region. Examples: projects/my-project-123
, projects/5551234
,
projects/my-project-123/locations/us-central1
, projects/5551234/locations/us-central1
. For a
list of supported locations, see Supported
Regions. global
is the default when
unspecified. Use -
as a wildcard to request group stats from all regions.
Declaration
[RequestParameter("projectName", RequestParameterType.Path)]
public virtual string ProjectName { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ServiceFilterResourceType
Optional. The exact value to match against
ServiceContext.resource_type
.
Declaration
[RequestParameter("serviceFilter.resourceType", RequestParameterType.Query)]
public virtual string ServiceFilterResourceType { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceFilterService
Optional. The exact value to match against
ServiceContext.service
.
Declaration
[RequestParameter("serviceFilter.service", RequestParameterType.Query)]
public virtual string ServiceFilterService { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceFilterVersion
Optional. The exact value to match against
ServiceContext.version
.
Declaration
[RequestParameter("serviceFilter.version", RequestParameterType.Query)]
public virtual string ServiceFilterVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeRangePeriod
Restricts the query to the specified time range.
Declaration
[RequestParameter("timeRange.period", RequestParameterType.Query)]
public virtual ProjectsResource.LocationsResource.GroupStatsResource.ListRequest.TimeRangePeriodEnum? TimeRangePeriod { get; set; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.GroupStatsResource.ListRequest.TimeRangePeriodEnum? |
TimedCountDuration
Optional. The preferred duration for a single returned TimedCount. If not set, no timed counts are returned.
Declaration
[RequestParameter("timedCountDuration", RequestParameterType.Query)]
public virtual object TimedCountDuration { get; set; }
Property Value
Type | Description |
---|---|
object |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()