Class: Google::Cloud::Build::V1::ListBuildsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V1::ListBuildsResponse
- 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
-
#builds ⇒ ::Array<::Google::Cloud::Build::V1::Build>
Builds will be sorted by
create_time
, descending. -
#next_page_token ⇒ ::String
Token to receive the next page of results.
Instance Attribute Details
#builds ⇒ ::Array<::Google::Cloud::Build::V1::Build>
Returns Builds will be sorted by create_time
, descending.
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.
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 |