Google Cloud Error Reporting v1beta1 API - Class ListEventsRequest (3.0.0-beta03)

public sealed class ListEventsRequest : IMessage<ListEventsRequest>, IEquatable<ListEventsRequest>, IDeepCloneable<ListEventsRequest>, IBufferMessage, IMessage, IPageRequest

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

Specifies a set of error events to return.

Inheritance

object > ListEventsRequest

Namespace

Google.Cloud.ErrorReporting.V1Beta1

Assembly

Google.Cloud.ErrorReporting.V1Beta1.dll

Constructors

ListEventsRequest()

public ListEventsRequest()

ListEventsRequest(ListEventsRequest)

public ListEventsRequest(ListEventsRequest other)
Parameter
NameDescription
otherListEventsRequest

Properties

GroupId

public string GroupId { get; set; }

Required. The group for which events shall be returned.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

Optional. The maximum number of results to return per response.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. A next_page_token provided by a previous response.

Property Value
TypeDescription
string

ProjectName

public string ProjectName { get; set; }

Required. The resource name of the Google Cloud Platform project. Written as projects/{projectID}, where {projectID} is the Google Cloud Platform project ID.

Example: projects/my-project-123.

Property Value
TypeDescription
string

ProjectNameAsProjectName

public ProjectName ProjectNameAsProjectName { get; set; }

ProjectName-typed view over the ProjectName resource name property.

Property Value
TypeDescription
ProjectName

ServiceFilter

public ServiceContextFilter ServiceFilter { get; set; }

Optional. List only ErrorGroups which belong to a service context that matches the filter. Data for all service contexts is returned if this field is not specified.

Property Value
TypeDescription
ServiceContextFilter

TimeRange

public QueryTimeRange TimeRange { get; set; }

Optional. List only data for the given time range. If not set a default time range is used. The field time_range_begin in the response will specify the beginning of this time range.

Property Value
TypeDescription
QueryTimeRange