Reference documentation and code samples for the Google Cloud Dataform V1 Client class FilesystemEntryMetadata.
Represents metadata for a single entry in a filesystem.
Generated from protobuf message google.cloud.dataform.v1.FilesystemEntryMetadata
Namespace
Google \ Cloud \ Dataform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ size_bytes |
int|string
Output only. Provides the size of the entry in bytes. For directories, this will be 0. |
↳ update_time |
Google\Protobuf\Timestamp
Output only. Represents the time of the last modification of the entry. |
getSizeBytes
Output only. Provides the size of the entry in bytes. For directories, this will be 0.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setSizeBytes
Output only. Provides the size of the entry in bytes. For directories, this will be 0.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateTime
Output only. Represents the time of the last modification of the entry.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Represents the time of the last modification of the entry.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|