Class: Google::Cloud::Deploy::V1::ListTargetsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::ListTargetsResponse
- 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
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#targets ⇒ ::Array<::Google::Cloud::Deploy::V1::Target>
The
Target
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.
997 998 999 1000 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 997 class ListTargetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#targets ⇒ ::Array<::Google::Cloud::Deploy::V1::Target>
Returns The Target
objects.
997 998 999 1000 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 997 class ListTargetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
997 998 999 1000 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 997 class ListTargetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |