Google Cloud Data Catalog V1BETA1 API - Class Google::Cloud::DataCatalog::V1beta1::GcsFileSpec (v0.4.0)

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

#size_bytes

def size_bytes() -> ::Integer
Returns
  • (::Integer) — Output only. The size of the file, in bytes.