Class: Google::Cloud::Metastore::V1::ListBackupsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Metastore::V1::ListBackupsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/metastore/v1/metastore.rb
Overview
Response message for DataprocMetastore.ListBackups.
Instance Attribute Summary collapse
-
#backups ⇒ ::Array<::Google::Cloud::Metastore::V1::Backup>
The backups of the specified service.
-
#next_page_token ⇒ ::String
A token that can be sent as
page_token
to retrieve the next page. -
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#backups ⇒ ::Array<::Google::Cloud::Metastore::V1::Backup>
Returns The backups of the specified service.
1041 1042 1043 1044 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 1041 class ListBackupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token that can be sent as page_token
to retrieve the next page. If this
field is omitted, there are no subsequent pages.
1041 1042 1043 1044 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 1041 class ListBackupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
1041 1042 1043 1044 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 1041 class ListBackupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |