Class: Google::Cloud::Storage::Control::V2::CreateManagedFolderRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/storage/control/v2/storage_control.rb

Overview

Request message for CreateManagedFolder.

Instance Attribute Summary collapse

Instance Attribute Details

#managed_folder::Google::Cloud::Storage::Control::V2::ManagedFolder

Returns Required. Properties of the managed folder being created. The bucket and managed folder names are specified in the parent and managed_folder_id fields. Populating these fields in managed_folder will result in an error.

Returns:

  • (::Google::Cloud::Storage::Control::V2::ManagedFolder)

    Required. Properties of the managed folder being created. The bucket and managed folder names are specified in the parent and managed_folder_id fields. Populating these fields in managed_folder will result in an error.



393
394
395
396
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 393

class CreateManagedFolderRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#managed_folder_id::String

Returns Required. The name of the managed folder. It uses a single / as delimiter and leading and trailing / are allowed.

Returns:

  • (::String)

    Required. The name of the managed folder. It uses a single / as delimiter and leading and trailing / are allowed.



393
394
395
396
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 393

class CreateManagedFolderRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. Name of the bucket this managed folder belongs to.

Returns:

  • (::String)

    Required. Name of the bucket this managed folder belongs to.



393
394
395
396
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 393

class CreateManagedFolderRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#request_id::String

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



393
394
395
396
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 393

class CreateManagedFolderRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end