Class: Google::Cloud::Filestore::V1::GetBackupRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb

Overview

GetBackupRequest gets the state of a backup.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The backup resource name, in the format projects/{project_number}/locations/{location}/backups/{backup_id}.

Returns:

  • (::String)

    Required. The backup resource name, in the format projects/{project_number}/locations/{location}/backups/{backup_id}.



713
714
715
716
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 713

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