Class: Google::Cloud::DataCatalog::V1::GcsFileSpec
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::GcsFileSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/gcs_fileset_spec.rb
Overview
Specifications of a single file in Cloud Storage.
Instance Attribute Summary collapse
-
#file_path ⇒ ::String
Required.
-
#gcs_timestamps ⇒ ::Google::Cloud::DataCatalog::V1::SystemTimestamps
readonly
Output only.
-
#size_bytes ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#file_path ⇒ ::String
Returns Required. The full file path. Example: gs://bucket_name/a/b.txt
.
74 75 76 77 |
# File 'proto_docs/google/cloud/datacatalog/v1/gcs_fileset_spec.rb', line 74 class GcsFileSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs_timestamps ⇒ ::Google::Cloud::DataCatalog::V1::SystemTimestamps (readonly)
Returns Output only. Timestamps about the Cloud Storage file.
74 75 76 77 |
# File 'proto_docs/google/cloud/datacatalog/v1/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.
74 75 76 77 |
# File 'proto_docs/google/cloud/datacatalog/v1/gcs_fileset_spec.rb', line 74 class GcsFileSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |