Class: Google::Cloud::BackupDR::V1::ListDataSourceReferencesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::ListDataSourceReferencesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/datasourcereference.rb
Overview
Response for the ListDataSourceReferences method.
Instance Attribute Summary collapse
-
#data_source_references ⇒ ::Array<::Google::Cloud::BackupDR::V1::DataSourceReference>
The DataSourceReferences from the specified parent.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_tokento retrieve the next page. -
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#data_source_references ⇒ ::Array<::Google::Cloud::BackupDR::V1::DataSourceReference>
Returns The DataSourceReferences from the specified parent.
157 158 159 160 |
# File 'proto_docs/google/cloud/backupdr/v1/datasourcereference.rb', line 157 class ListDataSourceReferencesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
157 158 159 160 |
# File 'proto_docs/google/cloud/backupdr/v1/datasourcereference.rb', line 157 class ListDataSourceReferencesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
157 158 159 160 |
# File 'proto_docs/google/cloud/backupdr/v1/datasourcereference.rb', line 157 class ListDataSourceReferencesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |