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