Class: Google::Cloud::DataCatalog::V1beta1::GcsFileSpec

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

Overview

Specifications of a single file in Cloud Storage.

Instance Attribute Summary collapse

Instance Attribute Details

#file_path::String

Returns 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.



74
75
76
77
# File 'proto_docs/google/cloud/datacatalog/v1beta1/gcs_fileset_spec.rb', line 74

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

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

Returns Output only. Timestamps about the Cloud Storage file.

Returns:



74
75
76
77
# File 'proto_docs/google/cloud/datacatalog/v1beta1/gcs_fileset_spec.rb', line 74

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

#size_bytes::Integer (readonly)

Returns Output only. The size of the file, in bytes.

Returns:

  • (::Integer)

    Output only. The size of the file, in bytes.



74
75
76
77
# File 'proto_docs/google/cloud/datacatalog/v1beta1/gcs_fileset_spec.rb', line 74

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