Class: Google::Cloud::GkeBackup::V1::ListRestorePlansResponse
- Inherits:
-
Object
- Object
- Google::Cloud::GkeBackup::V1::ListRestorePlansResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkebackup/v1/gkebackup.rb
Overview
Response message for ListRestorePlans.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token which may be sent as page_token in a subsequent
ListRestorePlans
call to retrieve the next page of results. -
#restore_plans ⇒ ::Array<::Google::Cloud::GkeBackup::V1::RestorePlan>
The list of RestorePlans matching the given criteria.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token which may be sent as
page_token
in a subsequent ListRestorePlans
call to retrieve the next page of
results. If this field is omitted or empty, then there are no more results
to return.
422 423 424 425 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 422 class ListRestorePlansResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#restore_plans ⇒ ::Array<::Google::Cloud::GkeBackup::V1::RestorePlan>
Returns The list of RestorePlans matching the given criteria.
422 423 424 425 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 422 class ListRestorePlansResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
422 423 424 425 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 422 class ListRestorePlansResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |