Storage Control V2 API - Class Google::Cloud::Storage::Control::V2::GetManagedFolderRequest (v0.1.1)

Reference documentation and code samples for the Storage Control V2 API class Google::Cloud::Storage::Control::V2::GetManagedFolderRequest.

Request message for GetManagedFolder.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#if_metageneration_match

defif_metageneration_match()->::Integer
Returns
  • (::Integer) — The operation succeeds conditional on the managed folder's current metageneration matching the value here specified.

#if_metageneration_match=

defif_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

defif_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=

defif_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

defname()->::String
Returns
  • (::String) — Required. Name of the managed folder. Format: projects/{project}/buckets/{bucket}/managedFolders/{managedFolder}

#name=

defname=(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

defrequest_id()->::String
Returns
  • (::String) — Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.

#request_id=

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.