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