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