Class ListBuildsRequest (1.0.0)

public sealed class ListBuildsRequest : IMessage<ListBuildsRequest>, IEquatable<ListBuildsRequest>, IDeepCloneable<ListBuildsRequest>, IBufferMessage, IMessage, IPageRequest

Request to list builds.

Inheritance

Object > ListBuildsRequest

Implements

Google.Protobuf.IMessage<ListBuildsRequest>, IEquatable<ListBuildsRequest>, Google.Protobuf.IDeepCloneable<ListBuildsRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage, IPageRequest

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Constructors

ListBuildsRequest()

public ListBuildsRequest()

ListBuildsRequest(ListBuildsRequest)

public ListBuildsRequest(ListBuildsRequest other)
Parameter
NameDescription
otherListBuildsRequest

Properties

Filter

public string Filter { get; set; }

The raw filter text to constrain the results.

Property Value
TypeDescription
String

PageSize

public int PageSize { get; set; }

Number of results to return in the list.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

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

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

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

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
IResourceName

ProjectId

public string ProjectId { get; set; }

Required. ID of the project.

Property Value
TypeDescription
String