Skip to content

Commit

Permalink
Fully qualify response type in longrunning_operation.info for CreateB…
Browse files Browse the repository at this point in the history
…ackup in the same fashion as all other longrunning operations.

PiperOrigin-RevId: 320022685
  • Loading branch information
Google APIs authored and Copybara-Service committed Jul 7, 2020
1 parent aba9760 commit 4d87064
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ service DatabaseAdmin {
};
option (google.api.method_signature) = "parent,backup,backup_id";
option (google.longrunning.operation_info) = {
response_type: "Backup"
response_type: "google.spanner.admin.database.v1.Backup"
metadata_type: "google.spanner.admin.database.v1.CreateBackupMetadata"
};
}
Expand Down

0 comments on commit 4d87064

Please sign in to comment.