Reference documentation and code samples for the Google Cloud Storage Transfer V1 Client class HdfsData.
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.
Generated from protobuf message google.storagetransfer.v1.HdfsData
Namespace
Google \ Cloud \ StorageTransfer \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ path |
string
Root path to transfer files. |
getPath
Root path to transfer files.
Returns | |
---|---|
Type | Description |
string |
setPath
Root path to transfer files.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |