Class: Google::Cloud::NetworkConnectivity::V1::ListMulticloudDataTransferSupportedServicesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::ListMulticloudDataTransferSupportedServicesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb
Overview
Request message to list the services in your project that are eligible for Data Transfer Essentials configuration.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. The maximum number of results listed per page.
615 616 617 618 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb', line 615 class ListMulticloudDataTransferSupportedServicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. The page token.
615 616 617 618 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb', line 615 class ListMulticloudDataTransferSupportedServicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the parent resource.
615 616 617 618 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb', line 615 class ListMulticloudDataTransferSupportedServicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |