Class: Google::Cloud::Storage::Control::V2::Folder
- Inherits:
-
Object
- Object
- Google::Cloud::Storage::Control::V2::Folder
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storage/control/v2/storage_control.rb
Overview
A folder resource. This resource can only exist in a hierarchical namespace enabled bucket.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#metageneration ⇒ ::Integer
readonly
Output only.
-
#name ⇒ ::String
Identifier.
-
#pending_rename_info ⇒ ::Google::Cloud::Storage::Control::V2::PendingRenameInfo
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
57 58 59 60 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 57 class Folder include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metageneration ⇒ ::Integer (readonly)
57 58 59 60 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 57 class Folder include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
57 58 59 60 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 57 class Folder include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |