Class: Google::Cloud::GkeBackup::V1::ListBackupPlansResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkebackup/v1/gkebackup.rb

Overview

Response message for ListBackupPlans.

Instance Attribute Summary collapse

Instance Attribute Details

#backup_plans::Array<::Google::Cloud::GkeBackup::V1::BackupPlan>

Returns The list of BackupPlans matching the given criteria.

Returns:



123
124
125
126
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 123

class ListBackupPlansResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

A token which may be sent as page_token in a subsequent ListBackupPlans call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.

Returns:

  • (::String)

    A token which may be sent as page_token in a subsequent ListBackupPlans call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.



123
124
125
126
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 123

class ListBackupPlansResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unreachable::Array<::String>

Returns Locations that could not be reached.

Returns:

  • (::Array<::String>)

    Locations that could not be reached.



123
124
125
126
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 123

class ListBackupPlansResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end