Class ListBuildsResponse (3.6.0)

ListBuildsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response including listed builds.

Attributes

NameDescription
builds Sequence[google.cloud.devtools.cloudbuild_v1.types.Build]
Builds will be sorted by create_time, descending.
next_page_token str
Token to receive the next page of results. This will be absent if the end of the response list has been reached.