Class: Google::Cloud::StorageTransfer::V1::HdfsData
- Inherits:
-
Object
- Object
- Google::Cloud::StorageTransfer::V1::HdfsData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storagetransfer/v1/transfer_types.rb
Overview
An HdfsData resource specifies a path within an HDFS entity (e.g. a cluster). All cluster-specific settings, such as namenodes and ports, are configured on the transfer agents servicing requests, so HdfsData only contains the root path to the data in our transfer.
Instance Attribute Summary collapse
-
#path ⇒ ::String
Root path to transfer files.
Instance Attribute Details
#path ⇒ ::String
Returns Root path to transfer files.
465 466 467 468 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 465 class HdfsData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |