Google Cloud Data Catalog V1 Client - Class GcsFileSpec (1.5.1)

Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class GcsFileSpec.

Specification of a single file in Cloud Storage.

Generated from protobuf message google.cloud.datacatalog.v1.GcsFileSpec

Namespace

Google \ Cloud \ DataCatalog \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ file_path string

Required. Full file path. Example: gs://bucket_name/a/b.txt.

↳ gcs_timestamps Google\Cloud\DataCatalog\V1\SystemTimestamps

Output only. Creation, modification, and expiration timestamps of a Cloud Storage file.

↳ size_bytes int|string

Output only. File size in bytes.

getFilePath

Required. Full file path. Example: gs://bucket_name/a/b.txt.

Returns
TypeDescription
string

setFilePath

Required. Full file path. Example: gs://bucket_name/a/b.txt.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getGcsTimestamps

Output only. Creation, modification, and expiration timestamps of a Cloud Storage file.

Returns
TypeDescription
Google\Cloud\DataCatalog\V1\SystemTimestamps|null

hasGcsTimestamps

clearGcsTimestamps

setGcsTimestamps

Output only. Creation, modification, and expiration timestamps of a Cloud Storage file.

Parameter
NameDescription
var Google\Cloud\DataCatalog\V1\SystemTimestamps
Returns
TypeDescription
$this

getSizeBytes

Output only. File size in bytes.

Returns
TypeDescription
int|string

setSizeBytes

Output only. File size in bytes.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this