Reference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API class Google::Cloud::DataCatalog::V1beta1::GcsFileSpec.
Specifications of a single file in Cloud Storage.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#file_path
def file_path() -> ::String
Returns
-
(::String) — Required. The full file path. Example:
gs://bucket_name/a/b.txt
.
#file_path=
def file_path=(value) -> ::String
Parameter
-
value (::String) — Required. The full file path. Example:
gs://bucket_name/a/b.txt
.
Returns
-
(::String) — Required. The full file path. Example:
gs://bucket_name/a/b.txt
.
#gcs_timestamps
def gcs_timestamps() -> ::Google::Cloud::DataCatalog::V1beta1::SystemTimestamps
Returns
- (::Google::Cloud::DataCatalog::V1beta1::SystemTimestamps) — Output only. Timestamps about the Cloud Storage file.
#size_bytes
def size_bytes() -> ::Integer
Returns
- (::Integer) — Output only. The size of the file, in bytes.