Class: Google::Cloud::NetworkConnectivity::V1::GetMulticloudDataTransferSupportedServiceRequest

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 check if a service in your project in a region is eligible for Data Transfer Essentials configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the service.

Returns:

  • (::String)

    Required. The name of the service.



599
600
601
602
# File 'proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb', line 599

class GetMulticloudDataTransferSupportedServiceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end