Class: Google::Cloud::NetworkConnectivity::V1::ListDestinationsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::ListDestinationsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb
Overview
Response message to list Destination resources.
Instance Attribute Summary collapse
-
#destinations ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::Destination>
The list of
Destinationresources to be listed. -
#next_page_token ⇒ ::String
The next page token.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#destinations ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::Destination>
Returns The list of Destination resources to be listed.
398 399 400 401 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb', line 398 class ListDestinationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The next page token.
398 399 400 401 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb', line 398 class ListDestinationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
398 399 400 401 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb', line 398 class ListDestinationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |