Class ProjectsResource.LocationsResource.TriggersResource.ListRequest
List triggers.
Inheritance
Inherited Members
Namespace: Google.Apis.Eventarc.v1beta1
Assembly: Google.Apis.Eventarc.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.TriggersResource.ListRequest : EventarcBaseServiceRequest<ListTriggersResponse>, IClientServiceRequest<ListTriggersResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
Properties
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
OrderBy
The sorting order of the resources returned. Value should be a comma separated list of fields.
The default sorting oder is ascending. To specify descending order for a field, append a desc
suffix; for example: name desc, trigger_id
.
Declaration
[RequestParameter("orderBy", RequestParameterType.Query)]
public virtual string OrderBy { get; set; }
Property Value
Type | Description |
---|---|
string |
PageSize
The maximum number of triggers to return on each page. Note: The service may send fewer.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
The page token; provide the value from the next_page_token
field in a previous ListTriggers
call to retrieve the subsequent page. When paginating, all other parameters provided to
ListTriggers
must match the call that provided the page token.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. The parent collection to list triggers on.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()