Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::ListBuildsResponse.
Response including listed builds.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#builds
def builds() -> ::Array<::Google::Cloud::Build::V1::Build>
Returns
-
(::Array<::Google::Cloud::Build::V1::Build>) — Builds will be sorted by
create_time
, descending.
#builds=
def builds=(value) -> ::Array<::Google::Cloud::Build::V1::Build>
Parameter
-
value (::Array<::Google::Cloud::Build::V1::Build>) — Builds will be sorted by
create_time
, descending.
Returns
-
(::Array<::Google::Cloud::Build::V1::Build>) — Builds will be sorted by
create_time
, descending.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Token to receive the next page of results. This will be absent if the end of the response list has been reached.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Token to receive the next page of results. This will be absent if the end of the response list has been reached.
Returns
- (::String) — Token to receive the next page of results. This will be absent if the end of the response list has been reached.