Show / Hide Table of Contents

Class ProjectsResource.TriggersResource.ListRequest

Lists existing BuildTriggers.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListBuildTriggersResponse>
CloudBuildBaseServiceRequest<ListBuildTriggersResponse>
ProjectsResource.TriggersResource.ListRequest
Implements
IClientServiceRequest<ListBuildTriggersResponse>
IClientServiceRequest
Inherited Members
CloudBuildBaseServiceRequest<ListBuildTriggersResponse>.Xgafv
CloudBuildBaseServiceRequest<ListBuildTriggersResponse>.AccessToken
CloudBuildBaseServiceRequest<ListBuildTriggersResponse>.Alt
CloudBuildBaseServiceRequest<ListBuildTriggersResponse>.Callback
CloudBuildBaseServiceRequest<ListBuildTriggersResponse>.Fields
CloudBuildBaseServiceRequest<ListBuildTriggersResponse>.Key
CloudBuildBaseServiceRequest<ListBuildTriggersResponse>.OauthToken
CloudBuildBaseServiceRequest<ListBuildTriggersResponse>.PrettyPrint
CloudBuildBaseServiceRequest<ListBuildTriggersResponse>.QuotaUser
CloudBuildBaseServiceRequest<ListBuildTriggersResponse>.UploadType
CloudBuildBaseServiceRequest<ListBuildTriggersResponse>.UploadProtocol
ClientServiceRequest<ListBuildTriggersResponse>.Execute()
ClientServiceRequest<ListBuildTriggersResponse>.ExecuteAsStream()
ClientServiceRequest<ListBuildTriggersResponse>.ExecuteAsync()
ClientServiceRequest<ListBuildTriggersResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListBuildTriggersResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListBuildTriggersResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListBuildTriggersResponse>.CreateRequest(bool?)
ClientServiceRequest<ListBuildTriggersResponse>.GenerateRequestUri()
ClientServiceRequest<ListBuildTriggersResponse>.GetBody()
ClientServiceRequest<ListBuildTriggersResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListBuildTriggersResponse>.ETagAction
ClientServiceRequest<ListBuildTriggersResponse>.ModifyRequest
ClientServiceRequest<ListBuildTriggersResponse>.ValidateParameters
ClientServiceRequest<ListBuildTriggersResponse>.ApiVersion
ClientServiceRequest<ListBuildTriggersResponse>.RequestParameters
ClientServiceRequest<ListBuildTriggersResponse>.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.CloudBuild.v1
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class ProjectsResource.TriggersResource.ListRequest : CloudBuildBaseServiceRequest<ListBuildTriggersResponse>, IClientServiceRequest<ListBuildTriggersResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string projectId)
Parameters
Type Name Description
IClientService service
string projectId

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Number of results to return in the list.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Token to provide to skip to a particular spot in the list.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

The parent of the collection of Triggers. Format: projects/{project}/locations/{location}

Declaration
[RequestParameter("parent", RequestParameterType.Query)]
public virtual string Parent { get; set; }
Property Value
Type Description
string

ProjectId

Required. ID of the project for which to list BuildTriggers.

Declaration
[RequestParameter("projectId", RequestParameterType.Path)]
public virtual string ProjectId { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudBuildBaseServiceRequest<ListBuildTriggersResponse>.InitParameters()

Implements

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