Skip to content

Commit 73c0641

Browse files
Google APIscopybara-github
authored andcommitted
feat: Adding unreachable field to ListDataSourceReferences API
PiperOrigin-RevId: 828740816
1 parent e030b93 commit 73c0641

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

google/cloud/backupdr/v1/datasourcereference.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ message ListDataSourceReferencesResponse {
180180
// A token, which can be sent as `page_token` to retrieve the next page.
181181
// If this field is omitted, there are no subsequent pages.
182182
string next_page_token = 2;
183+
184+
// Locations that could not be reached.
185+
repeated string unreachable = 3;
183186
}
184187

185188
// Request for the FetchDataSourceReferencesForResourceType method.

0 commit comments

Comments
 (0)