Class: Google::Cloud::Deploy::V1::ListReleasesResponse

Inherits:
Object
  • Object
show all
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

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