Reference documentation and code samples for the Storage Control V2 API class Google::Cloud::Storage::Control::V2::DeleteManagedFolderRequest.
DeleteManagedFolder RPC request message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#allow_non_empty
def allow_non_empty() -> ::Boolean
Returns
- (::Boolean) — Allows deletion of a managed folder even if it is not empty. A managed folder is empty if it manages no child managed folders or objects. Caller must have permission for storage.managedFolders.setIamPolicy.
#allow_non_empty=
def allow_non_empty=(value) -> ::Boolean
Parameter
- value (::Boolean) — Allows deletion of a managed folder even if it is not empty. A managed folder is empty if it manages no child managed folders or objects. Caller must have permission for storage.managedFolders.setIamPolicy.
Returns
- (::Boolean) — Allows deletion of a managed folder even if it is not empty. A managed folder is empty if it manages no child managed folders or objects. Caller must have permission for storage.managedFolders.setIamPolicy.
#if_metageneration_match
def if_metageneration_match() -> ::Integer
Returns
- (::Integer) — The operation succeeds conditional on the managed folder's current metageneration matching the value here specified.
#if_metageneration_match=
def if_metageneration_match=(value) -> ::Integer
Parameter
- value (::Integer) — The operation succeeds conditional on the managed folder's current metageneration matching the value here specified.
Returns
- (::Integer) — The operation succeeds conditional on the managed folder's current metageneration matching the value here specified.
#if_metageneration_not_match
def if_metageneration_not_match() -> ::Integer
Returns
- (::Integer) — The operation succeeds conditional on the managed folder's current metageneration NOT matching the value here specified.
#if_metageneration_not_match=
def if_metageneration_not_match=(value) -> ::Integer
Parameter
- value (::Integer) — The operation succeeds conditional on the managed folder's current metageneration NOT matching the value here specified.
Returns
- (::Integer) — The operation succeeds conditional on the managed folder's current metageneration NOT matching the value here specified.
#name
def name() -> ::String
Returns
-
(::String) — Required. Name of the managed folder.
Format:
projects/{project}/buckets/{bucket}/managedFolders/{managedFolder}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. Name of the managed folder.
Format:
projects/{project}/buckets/{bucket}/managedFolders/{managedFolder}
Returns
-
(::String) — Required. Name of the managed folder.
Format:
projects/{project}/buckets/{bucket}/managedFolders/{managedFolder}
#request_id
def request_id() -> ::String
Returns
- (::String) — Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.
#request_id=
def request_id=(value) -> ::String
Parameter
- value (::String) — Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.
Returns
- (::String) — Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.