Skip to content

Commit 3a3ef71

Browse files
amanda-tarafajskeet
authored andcommitted
feat: Generate Google.Apis.ServerlessVPCAccess.v1 version 1.72.0.3946
1 parent 16d01f7 commit 3a3ef71

File tree

3 files changed

+46
-7
lines changed

3 files changed

+46
-7
lines changed

DiscoveryJson/vpcaccess.v1.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
],
120120
"parameters": {
121121
"extraLocationTypes": {
122-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
122+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
123123
"location": "query",
124124
"repeated": true,
125125
"type": "string"
@@ -373,6 +373,11 @@
373373
"description": "The standard list page token.",
374374
"location": "query",
375375
"type": "string"
376+
},
377+
"returnPartialSuccess": {
378+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
379+
"location": "query",
380+
"type": "boolean"
376381
}
377382
},
378383
"path": "v1/{+name}/operations",
@@ -390,7 +395,7 @@
390395
}
391396
}
392397
},
393-
"revision": "20250916",
398+
"revision": "20251021",
394399
"rootUrl": "https://vpcaccess.googleapis.com/",
395400
"schemas": {
396401
"Connector": {
@@ -521,6 +526,13 @@
521526
"$ref": "Operation"
522527
},
523528
"type": "array"
529+
},
530+
"unreachable": {
531+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
532+
"items": {
533+
"type": "string"
534+
},
535+
"type": "array"
524536
}
525537
},
526538
"type": "object"

Src/Generated/Google.Apis.ServerlessVPCAccess.v1/Google.Apis.ServerlessVPCAccess.v1.cs

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b
728728
[Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)]
729729
public virtual string PageToken { get; set; }
730730

731+
/// <summary>
732+
/// When set to `true`, operations that are reachable are returned as normal, and those that are
733+
/// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be
734+
/// `true` when reading across collections e.g. when `parent` is set to
735+
/// `"projects/example/locations/-"`. This field is not by default supported and will result in an
736+
/// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product
737+
/// specific documentation.
738+
/// </summary>
739+
[Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)]
740+
public virtual System.Nullable<bool> ReturnPartialSuccess { get; set; }
741+
731742
/// <summary>Gets the method name.</summary>
732743
public override string MethodName => "list";
733744

@@ -773,6 +784,14 @@ protected override void InitParameters()
773784
DefaultValue = null,
774785
Pattern = null,
775786
});
787+
RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter
788+
{
789+
Name = "returnPartialSuccess",
790+
IsRequired = false,
791+
ParameterType = "query",
792+
DefaultValue = null,
793+
Pattern = null,
794+
});
776795
}
777796
}
778797
}
@@ -799,8 +818,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b
799818
public virtual string Name { get; private set; }
800819

801820
/// <summary>
802-
/// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is
803-
/// primarily intended for internal usage.
821+
/// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
822+
/// otherwise. This is primarily for internal usage.
804823
/// </summary>
805824
[Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)]
806825
public virtual Google.Apis.Util.Repeatable<string> ExtraLocationTypes { get; set; }
@@ -989,6 +1008,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema
9891008
[Newtonsoft.Json.JsonPropertyAttribute("operations")]
9901009
public virtual System.Collections.Generic.IList<Operation> Operations { get; set; }
9911010

1011+
/// <summary>
1012+
/// Unordered list. Unreachable resources. Populated when the request sets
1013+
/// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all
1014+
/// resources across all supported locations.
1015+
/// </summary>
1016+
[Newtonsoft.Json.JsonPropertyAttribute("unreachable")]
1017+
public virtual System.Collections.Generic.IList<string> Unreachable { get; set; }
1018+
9921019
/// <summary>The ETag of the item.</summary>
9931020
public virtual string ETag { get; set; }
9941021
}

Src/Generated/Google.Apis.ServerlessVPCAccess.v1/Google.Apis.ServerlessVPCAccess.v1.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.ServerlessVPCAccess.v1 Client Library</Title>
6-
<Version>1.71.0.3911</Version>
6+
<Version>1.72.0.3946</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2025 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
@@ -59,8 +59,8 @@
5959
<!-- common dependencies -->
6060
<ItemGroup>
6161
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
62-
<PackageReference Include="Google.Apis" Version="1.71.0" />
63-
<PackageReference Include="Google.Apis.Auth" Version="1.71.0" />
62+
<PackageReference Include="Google.Apis" Version="1.72.0" />
63+
<PackageReference Include="Google.Apis.Auth" Version="1.72.0" />
6464
</ItemGroup>
6565

6666
</Project>

0 commit comments

Comments
 (0)