Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.TriggersResource.ListRequest

List triggers.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListTriggersResponse>
EventarcBaseServiceRequest<ListTriggersResponse>
ProjectsResource.LocationsResource.TriggersResource.ListRequest
Implements
IClientServiceRequest<ListTriggersResponse>
IClientServiceRequest
Inherited Members
EventarcBaseServiceRequest<ListTriggersResponse>.Xgafv
EventarcBaseServiceRequest<ListTriggersResponse>.AccessToken
EventarcBaseServiceRequest<ListTriggersResponse>.Alt
EventarcBaseServiceRequest<ListTriggersResponse>.Callback
EventarcBaseServiceRequest<ListTriggersResponse>.Fields
EventarcBaseServiceRequest<ListTriggersResponse>.Key
EventarcBaseServiceRequest<ListTriggersResponse>.OauthToken
EventarcBaseServiceRequest<ListTriggersResponse>.PrettyPrint
EventarcBaseServiceRequest<ListTriggersResponse>.QuotaUser
EventarcBaseServiceRequest<ListTriggersResponse>.UploadType
EventarcBaseServiceRequest<ListTriggersResponse>.UploadProtocol
ClientServiceRequest<ListTriggersResponse>.Execute()
ClientServiceRequest<ListTriggersResponse>.ExecuteAsStream()
ClientServiceRequest<ListTriggersResponse>.ExecuteAsync()
ClientServiceRequest<ListTriggersResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListTriggersResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListTriggersResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListTriggersResponse>.CreateRequest(bool?)
ClientServiceRequest<ListTriggersResponse>.GenerateRequestUri()
ClientServiceRequest<ListTriggersResponse>.GetBody()
ClientServiceRequest<ListTriggersResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListTriggersResponse>.ETagAction
ClientServiceRequest<ListTriggersResponse>.ModifyRequest
ClientServiceRequest<ListTriggersResponse>.ValidateParameters
ClientServiceRequest<ListTriggersResponse>.ApiVersion
ClientServiceRequest<ListTriggersResponse>.RequestParameters
ClientServiceRequest<ListTriggersResponse>.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.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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Eventarc.v1beta1.Data.ListTriggersResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Eventarc.v1beta1.Data.ListTriggersResponse>.MethodName

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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Eventarc.v1beta1.Data.ListTriggersResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
EventarcBaseServiceRequest<ListTriggersResponse>.InitParameters()

Implements

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