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_token
to retrieve the next page. -
#releases ⇒ ::Array<::Google::Cloud::Deploy::V1::Release>
The
Release
objects. -
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
1881 1882 1883 1884 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1881 class ListReleasesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#releases ⇒ ::Array<::Google::Cloud::Deploy::V1::Release>
Returns The Release
objects.
1881 1882 1883 1884 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1881 class ListReleasesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
1881 1882 1883 1884 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1881 class ListReleasesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |