Class: Google::Cloud::Storage::Control::V2::GetFolderRequest

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 GetFolder. This operation is only applicable to a hierarchical namespace enabled bucket.

Instance Attribute Summary collapse

Instance Attribute Details

#if_metageneration_match::Integer

Returns Makes the operation only succeed conditional on whether the folder's current metageneration matches the given value.

Returns:

  • (::Integer)

    Makes the operation only succeed conditional on whether the folder's current metageneration matches the given value.



80
81
82
83
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 80

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

#if_metageneration_not_match::Integer

Returns Makes the operation only succeed conditional on whether the folder's current metageneration does not match the given value.

Returns:

  • (::Integer)

    Makes the operation only succeed conditional on whether the folder's current metageneration does not match the given value.



80
81
82
83
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 80

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

#name::String

Returns Required. Name of the folder. Format: projects/{project}/buckets/{bucket}/folders/{folder}.

Returns:

  • (::String)

    Required. Name of the folder. Format: projects/{project}/buckets/{bucket}/folders/{folder}



80
81
82
83
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 80

class GetFolderRequest
  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.



80
81
82
83
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 80

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