Class: Google::Cloud::Deploy::V1::ListTargetsResponse

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 ListTargets.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String



1115
1116
1117
1118
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1115

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

#targets::Array<::Google::Cloud::Deploy::V1::Target>



1115
1116
1117
1118
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1115

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

#unreachable::Array<::String>



1115
1116
1117
1118
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1115

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