fix: Bigtable Admin v2
Change LRO metadata from PartialUpdateInstanceMetadata to UpdateInstanceMetadata. (Otherwise, it will not build.) PiperOrigin-RevId: 294264582
This commit is contained in:
parent
6d9361eae2
commit
fcc86bee0e
|
|
@ -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"
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue