Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class FileIODetails.
Metadata for a File connector used by the job.
Generated from protobuf message google.dataflow.v1beta3.FileIODetails
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ file_pattern |
string
File Pattern used to access files by the connector. |
getFilePattern
File Pattern used to access files by the connector.
| Returns | |
|---|---|
| Type | Description |
string |
|
setFilePattern
File Pattern used to access files by the connector.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|