Interface protos.google.devtools.cloudbuild.v1.IListBuildsRequest (2.4.0)

Properties of a ListBuildsRequest.

Package

@google-cloud/cloudbuild!

Properties

filter

filter?: (string|null);

ListBuildsRequest filter

Property Value
TypeDescription
(string|null)

pageSize

pageSize?: (number|null);

ListBuildsRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListBuildsRequest pageToken

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

ListBuildsRequest parent

Property Value
TypeDescription
(string|null)

projectId

projectId?: (string|null);

ListBuildsRequest projectId

Property Value
TypeDescription
(string|null)