public sealed class ListBuildsRequest : IMessage<ListBuildsRequest>, IEquatable<ListBuildsRequest>, IDeepCloneable<ListBuildsRequest>, IBufferMessage, IMessage, IPageRequest
Request to list builds.
Implements
IMessage<ListBuildsRequest>, IEquatable<ListBuildsRequest>, IDeepCloneable<ListBuildsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Constructors
ListBuildsRequest()
public ListBuildsRequest()
ListBuildsRequest(ListBuildsRequest)
public ListBuildsRequest(ListBuildsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListBuildsRequest |
Properties
Filter
public string Filter { get; set; }
The raw filter text to constrain the results.
Property Value | |
---|---|
Type | Description |
String |
PageSize
public int PageSize { get; set; }
Number of results to return in the list.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
The page token for the next page of Builds.
If unspecified, the first page of results is returned.
If the token is rejected for any reason, INVALID_ARGUMENT will be thrown. In this case, the token should be discarded, and pagination should be restarted from the first page of results.
See https://google.aip.dev/158 for more.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
The parent of the collection of Builds
.
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.
Property Value | |
---|---|
Type | Description |
String |