Class: Google::Cloud::DataCatalog::V1::GcsFileSpec

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1/gcs_fileset_spec.rb

Overview

Specification of a single file in Cloud Storage.

Instance Attribute Summary collapse

Instance Attribute Details

#file_path::String

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

Returns:

  • (::String)

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



76
77
78
79
# File 'proto_docs/google/cloud/datacatalog/v1/gcs_fileset_spec.rb', line 76

class GcsFileSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#gcs_timestamps::Google::Cloud::DataCatalog::V1::SystemTimestamps (readonly)

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

Returns:



76
77
78
79
# File 'proto_docs/google/cloud/datacatalog/v1/gcs_fileset_spec.rb', line 76

class GcsFileSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#size_bytes::Integer (readonly)

Returns Output only. File size in bytes.

Returns:

  • (::Integer)

    Output only. File size in bytes.



76
77
78
79
# File 'proto_docs/google/cloud/datacatalog/v1/gcs_fileset_spec.rb', line 76

class GcsFileSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end