Cloud Build V1 API - Class Google::Cloud::Build::V1::ListBuildsResponse (v0.11.3)

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

#builds=

def builds=(value) -> ::Array<::Google::Cloud::Build::V1::Build>
Parameter
Returns

#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.