Class: Google::Cloud::Build::V1::ListBuildsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb

Overview

Response including listed builds.

Instance Attribute Summary collapse

Instance Attribute Details

#builds::Array<::Google::Cloud::Build::V1::Build>

Returns Builds will be sorted by create_time, descending.

Returns:



1160
1161
1162
1163
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1160

class ListBuildsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

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



1160
1161
1162
1163
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1160

class ListBuildsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end