Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.EventsResource.ListRequest

Lists the specified events.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListEventsResponse>
ClouderrorreportingBaseServiceRequest<ListEventsResponse>
ProjectsResource.LocationsResource.EventsResource.ListRequest
Implements
IClientServiceRequest<ListEventsResponse>
IClientServiceRequest
Inherited Members
ClouderrorreportingBaseServiceRequest<ListEventsResponse>.Xgafv
ClouderrorreportingBaseServiceRequest<ListEventsResponse>.AccessToken
ClouderrorreportingBaseServiceRequest<ListEventsResponse>.Alt
ClouderrorreportingBaseServiceRequest<ListEventsResponse>.Callback
ClouderrorreportingBaseServiceRequest<ListEventsResponse>.Fields
ClouderrorreportingBaseServiceRequest<ListEventsResponse>.Key
ClouderrorreportingBaseServiceRequest<ListEventsResponse>.OauthToken
ClouderrorreportingBaseServiceRequest<ListEventsResponse>.PrettyPrint
ClouderrorreportingBaseServiceRequest<ListEventsResponse>.QuotaUser
ClouderrorreportingBaseServiceRequest<ListEventsResponse>.UploadType
ClouderrorreportingBaseServiceRequest<ListEventsResponse>.UploadProtocol
ClientServiceRequest<ListEventsResponse>.Execute()
ClientServiceRequest<ListEventsResponse>.ExecuteAsStream()
ClientServiceRequest<ListEventsResponse>.ExecuteAsync()
ClientServiceRequest<ListEventsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListEventsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListEventsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListEventsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListEventsResponse>.GenerateRequestUri()
ClientServiceRequest<ListEventsResponse>.GetBody()
ClientServiceRequest<ListEventsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListEventsResponse>.ETagAction
ClientServiceRequest<ListEventsResponse>.ModifyRequest
ClientServiceRequest<ListEventsResponse>.ValidateParameters
ClientServiceRequest<ListEventsResponse>.ApiVersion
ClientServiceRequest<ListEventsResponse>.RequestParameters
ClientServiceRequest<ListEventsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Clouderrorreporting.v1beta1
Assembly: Google.Apis.Clouderrorreporting.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.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
ClientServiceRequest<ListEventsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListEventsResponse>.MethodName

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
ClientServiceRequest<ListEventsResponse>.RestPath

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.EventsResource.ListRequest.TimeRangePeriodEnum? TimeRangePeriod { get; set; }
Property Value
Type Description
ProjectsResource.LocationsResource.EventsResource.ListRequest.TimeRangePeriodEnum?

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
ClouderrorreportingBaseServiceRequest<ListEventsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX