Class: Google::Cloud::Deploy::V1::ListRolloutsResponse

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

ListRolloutsResponse is the response object reutrned by ListRollouts.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String



2489
2490
2491
2492
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2489

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

#rollouts::Array<::Google::Cloud::Deploy::V1::Rollout>



2489
2490
2491
2492
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2489

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

#unreachable::Array<::String>



2489
2490
2491
2492
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2489

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