Class: Google::Cloud::NetworkConnectivity::V1::ListMulticloudDataTransferSupportedServicesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::ListMulticloudDataTransferSupportedServicesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb
Overview
Response message to list the services in your project in regions that are eligible for Data Transfer Essentials configuration.
Instance Attribute Summary collapse
-
#multicloud_data_transfer_supported_services ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::MulticloudDataTransferSupportedService>
The list of supported services.
-
#next_page_token ⇒ ::String
The next page token.
Instance Attribute Details
#multicloud_data_transfer_supported_services ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::MulticloudDataTransferSupportedService>
Returns The list of supported services.
628 629 630 631 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb', line 628 class ListMulticloudDataTransferSupportedServicesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The next page token.
628 629 630 631 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb', line 628 class ListMulticloudDataTransferSupportedServicesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |