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



1084
1085
1086
1087
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1084

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

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



1084
1085
1086
1087
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1084

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

#unreachable::Array<::String>



1084
1085
1086
1087
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1084

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