Class: Google::Cloud::NetworkConnectivity::V1::ListMulticloudDataTransferSupportedServicesRequest

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

Request message to list the services in your project that are eligible for Data Transfer Essentials configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Optional. The maximum number of results listed per page.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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