Skip to content

Commit e3198ec

Browse files
committed
chore: add Google.LongRunning dependency to Google.Cloud.Dataform.V1Beta
This should fix tomorrow's generation run.
1 parent f48ac4c commit e3198ec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

apis/Google.Cloud.Dataform.V1Beta1/Google.Cloud.Dataform.V1Beta1/Google.Cloud.Dataform.V1Beta1.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<PackageReference Include="Google.Api.Gax.Grpc" />
1313
<PackageReference Include="Google.Cloud.Iam.V1" VersionOverride="[3.5.0, 4.0.0)" />
1414
<PackageReference Include="Google.Cloud.Location" VersionOverride="[2.4.0, 3.0.0)" />
15+
<PackageReference Include="Google.LongRunning" VersionOverride="[3.5.0, 4.0.0)" />
1516
<PackageReference Include="Grpc.Core" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
1617
</ItemGroup>
1718
</Project>

generator-input/apis.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2076,7 +2076,8 @@
20762076
],
20772077
"dependencies": {
20782078
"Google.Cloud.Iam.V1": "3.5.0",
2079-
"Google.Cloud.Location": "2.4.0"
2079+
"Google.Cloud.Location": "2.4.0",
2080+
"Google.LongRunning": "3.5.0"
20802081
},
20812082
"generator": "micro",
20822083
"protoPath": "google/cloud/dataform/v1beta1",

0 commit comments

Comments
 (0)