Class: Google::Cloud::Storage::Control::V2::PendingRenameInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Storage::Control::V2::PendingRenameInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storage/control/v2/storage_control.rb
Overview
Contains information about a pending rename operation.
Instance Attribute Summary collapse
-
#operation ⇒ ::String
readonly
Output only.
Instance Attribute Details
#operation ⇒ ::String (readonly)
Returns Output only. The name of the rename operation.
29 30 31 32 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 29 class PendingRenameInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |