Class: Google::Cloud::Deploy::V1::ListReleasesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::ListReleasesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
The response object from ListReleases.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_tokento retrieve the next page. -
#releases ⇒ ::Array<::Google::Cloud::Deploy::V1::Release>
The
Releaseobjects. -
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
2364 2365 2366 2367 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2364 class ListReleasesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#releases ⇒ ::Array<::Google::Cloud::Deploy::V1::Release>
2364 2365 2366 2367 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2364 class ListReleasesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
2364 2365 2366 2367 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2364 class ListReleasesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |