fix: Bigtable Admin v2

Change LRO metadata from PartialUpdateInstanceMetadata
to UpdateInstanceMetadata. (Otherwise, it will not build.)

PiperOrigin-RevId: 294264582
This commit is contained in:
Google APIs 2020-02-10 11:26:55 -08:00 committed by Copybara-Service
parent 6d9361eae2
commit fcc86bee0e
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ service BigtableInstanceAdmin {
option (google.api.method_signature) = "instance,update_mask";
option (google.longrunning.operation_info) = {
response_type: "Instance"
metadata_type: "PartialUpdateInstanceMetadata"
metadata_type: "UpdateInstanceMetadata"
};
}