Fully qualify response type in longrunning_operation.info for CreateBackup in the same fashion as all other longrunning operations.

PiperOrigin-RevId: 320022685
pull/611/head
Google APIs 5 years ago committed by Copybara-Service
parent aba9760d6a
commit 4d8706453b
  1. 2
      google/spanner/admin/database/v1/spanner_database_admin.proto

@ -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"
};
}

Loading…
Cancel
Save