Class ProjectsResource.EventsResource.ListRequest
Lists the specified events.
Inheritance
Inherited Members
Namespace: Google.Apis.Clouderrorreporting.v1beta1
Assembly: Google.Apis.Clouderrorreporting.v1beta1.dll
Syntax
public class ProjectsResource.EventsResource.ListRequest : ClouderrorreportingBaseServiceRequest<ListEventsResponse>, IClientServiceRequest<ListEventsResponse>, 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
GroupId
Required. The group for which events shall be returned. 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.
Declaration
[RequestParameter("groupId", RequestParameterType.Query)]
public virtual string GroupId { get; set; }
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
PageSize
Optional. The maximum number of results to return per response.
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.
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/{projectID}/locations/{location}
, where {projectID}
is the Google Cloud Platform
project ID and {location}
is a Cloud region.
Examples: projects/my-project-123
, projects/my-project-123/locations/global
. For a list of
supported locations, see Supported Regions.
global
is the default when unspecified.
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.EventsResource.ListRequest.TimeRangePeriodEnum? TimeRangePeriod { get; set; }
Property Value
Type | Description |
---|---|
ProjectsResource.EventsResource.ListRequest.TimeRangePeriodEnum? |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()