Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::GcsFileSpec.
Specification 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. Full file path. Example: gs://bucket_name/a/b.txt.
#file_path=
def file_path=(value) -> ::String
    Parameter
    
  - 
        value (::String) — Required. Full file path. Example: gs://bucket_name/a/b.txt.
    Returns
    
  - 
        (::String) — Required. Full file path. Example: gs://bucket_name/a/b.txt.
#gcs_timestamps
def gcs_timestamps() -> ::Google::Cloud::DataCatalog::V1::SystemTimestamps
    Returns
    
  - (::Google::Cloud::DataCatalog::V1::SystemTimestamps) — Output only. Creation, modification, and expiration timestamps of a Cloud Storage file.
#size_bytes
def size_bytes() -> ::Integer
    Returns
    
- (::Integer) — Output only. File size in bytes.