public sealed class ListBuildTriggersRequest : IMessage<ListBuildTriggersRequest>, IEquatable<ListBuildTriggersRequest>, IDeepCloneable<ListBuildTriggersRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Cloud Build v1 API class ListBuildTriggersRequest.
Request to list existing BuildTriggers.
Implements
IMessageListBuildTriggersRequest, IEquatableListBuildTriggersRequest, IDeepCloneableListBuildTriggersRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Constructors
ListBuildTriggersRequest()
public ListBuildTriggersRequest()ListBuildTriggersRequest(ListBuildTriggersRequest)
public ListBuildTriggersRequest(ListBuildTriggersRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListBuildTriggersRequest |
Properties
PageSize
public int PageSize { get; set; }Number of results to return in the list.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Token to provide to skip to a particular spot in the list.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }The parent of the collection of Triggers.
Format: projects/{project}/locations/{location}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }ProjectName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
ProjectName |
|
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }IResourceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
IResourceName |
|
ProjectId
public string ProjectId { get; set; }Required. ID of the project for which to list BuildTriggers.
| Property Value | |
|---|---|
| Type | Description |
string |
|