Class: Google::Cloud::NetworkConnectivity::V1::ListDestinationsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#destinations::Array<::Google::Cloud::NetworkConnectivity::V1::Destination>

Returns The list of Destination resources to be listed.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::Array<::String>)

    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