Skip to content

Commit c9502fe

Browse files
committed
feat: Generate Google.Apis.Workflows.v1beta version 1.70.0.3878
1 parent 47ee1f9 commit c9502fe

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

DiscoveryJson/workflows.v1beta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
147+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -450,7 +450,7 @@
450450
}
451451
}
452452
},
453-
"revision": "20250409",
453+
"revision": "20250814",
454454
"rootUrl": "https://workflows.googleapis.com/",
455455
"schemas": {
456456
"Empty": {

Src/Generated/Google.Apis.Workflows.v1beta/Google.Apis.Workflows.v1beta.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -976,8 +976,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b
976976
public virtual string Name { get; private set; }
977977

978978
/// <summary>
979-
/// Optional. A list of extra location types that should be used as conditions for controlling the
980-
/// visibility of the locations.
979+
/// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
980+
/// otherwise. This is primarily for internal usage.
981981
/// </summary>
982982
[Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)]
983983
public virtual Google.Apis.Util.Repeatable<string> ExtraLocationTypes { get; set; }

Src/Generated/Google.Apis.Workflows.v1beta/Google.Apis.Workflows.v1beta.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.Workflows.v1beta Client Library</Title>
6-
<Version>1.69.0.3751</Version>
6+
<Version>1.70.0.3878</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2025 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
@@ -60,8 +60,8 @@
6060
<!-- common dependencies -->
6161
<ItemGroup>
6262
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
63-
<PackageReference Include="Google.Apis" Version="1.69.0" />
64-
<PackageReference Include="Google.Apis.Auth" Version="1.69.0" />
63+
<PackageReference Include="Google.Apis" Version="1.70.0" />
64+
<PackageReference Include="Google.Apis.Auth" Version="1.70.0" />
6565
</ItemGroup>
6666

6767
</Project>

0 commit comments

Comments
 (0)