Skip to content

Commit c6eec81

Browse files
amanda-tarafajskeet
authored andcommitted
feat: Generate Google.Apis.Storagetransfer.v1 version 1.73.0.3984
1 parent d09f712 commit c6eec81

File tree

3 files changed

+15
-16
lines changed

3 files changed

+15
-16
lines changed

DiscoveryJson/storagetransfer.v1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@
565565
"type": "string"
566566
},
567567
"returnPartialSuccess": {
568-
"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.",
568+
"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. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
569569
"location": "query",
570570
"type": "boolean"
571571
}
@@ -637,7 +637,7 @@
637637
}
638638
}
639639
},
640-
"revision": "20251106",
640+
"revision": "20251128",
641641
"rootUrl": "https://storagetransfer.googleapis.com/",
642642
"schemas": {
643643
"AgentPool": {
@@ -1055,7 +1055,7 @@
10551055
"type": "array"
10561056
},
10571057
"unreachable": {
1058-
"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.",
1058+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
10591059
"items": {
10601060
"type": "string"
10611061
},
@@ -1769,7 +1769,7 @@
17691769
"description": "Specifies schedule for the transfer job. This is an optional field. When the field is not set, the job never executes a transfer, unless you invoke RunTransferJob or update the job to have a non-empty schedule."
17701770
},
17711771
"serviceAccount": {
1772-
"description": "Optional. The user-managed service account to which to delegate service agent permissions. You can grant Cloud Storage bucket permissions to this service account instead of to the Transfer Service service agent. Format is `projects/-/serviceAccounts/ACCOUNT_EMAIL_OR_UNIQUEID` Either the service account email (`SERVICE_ACCOUNT_NAME@PROJECT_ID.iam.gserviceaccount.com`) or the unique ID (`123456789012345678901`) are accepted in the string. The `-` wildcard character is required; replacing it with a project ID is invalid. See https://cloud.google.com//storage-transfer/docs/delegate-service-agent-permissions for required permissions.",
1772+
"description": "Optional. The user-managed service account to which to delegate service agent permissions. You can grant Cloud Storage bucket permissions to this service account instead of to the Transfer Service service agent. Either the service account email (`SERVICE_ACCOUNT_NAME@PROJECT_ID.iam.gserviceaccount.com`) or the unique ID (`123456789012345678901`) are accepted. See https://docs.cloud.google.com/storage-transfer/docs/delegate-service-agent-permissions for required permissions.",
17731773
"type": "string"
17741774
},
17751775
"status": {

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

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,9 +1306,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name, str
13061306

13071307
/// <summary>
13081308
/// When set to `true`, operations that are reachable are returned as normal, and those that are unreachable
1309-
/// are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading
1310-
/// across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by
1311-
/// default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
1309+
/// are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading
1310+
/// across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is
1311+
/// not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
13121312
/// otherwise in service or product specific documentation.
13131313
/// </summary>
13141314
[Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)]
@@ -2061,8 +2061,8 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema
20612061

20622062
/// <summary>
20632063
/// Unordered list. Unreachable resources. Populated when the request sets
2064-
/// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all
2065-
/// resources across all supported locations.
2064+
/// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to
2065+
/// list all resources across all supported locations.
20662066
/// </summary>
20672067
[Newtonsoft.Json.JsonPropertyAttribute("unreachable")]
20682068
public virtual System.Collections.Generic.IList<string> Unreachable { get; set; }
@@ -2941,10 +2941,9 @@ public virtual System.DateTimeOffset? LastModificationTimeDateTimeOffset
29412941
/// <summary>
29422942
/// Optional. The user-managed service account to which to delegate service agent permissions. You can grant
29432943
/// Cloud Storage bucket permissions to this service account instead of to the Transfer Service service agent.
2944-
/// Format is `projects/-/serviceAccounts/ACCOUNT_EMAIL_OR_UNIQUEID` Either the service account email
2945-
/// (`SERVICE_ACCOUNT_NAME@PROJECT_ID.iam.gserviceaccount.com`) or the unique ID (`123456789012345678901`) are
2946-
/// accepted in the string. The `-` wildcard character is required; replacing it with a project ID is invalid.
2947-
/// See https://cloud.google.com//storage-transfer/docs/delegate-service-agent-permissions for required
2944+
/// Either the service account email (`SERVICE_ACCOUNT_NAME@PROJECT_ID.iam.gserviceaccount.com`) or the unique
2945+
/// ID (`123456789012345678901`) are accepted. See
2946+
/// https://docs.cloud.google.com/storage-transfer/docs/delegate-service-agent-permissions for required
29482947
/// permissions.
29492948
/// </summary>
29502949
[Newtonsoft.Json.JsonPropertyAttribute("serviceAccount")]

Src/Generated/Google.Apis.Storagetransfer.v1/Google.Apis.Storagetransfer.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.Storagetransfer.v1 Client Library</Title>
6-
<Version>1.72.0.3962</Version>
6+
<Version>1.73.0.3984</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.72.0" />
64-
<PackageReference Include="Google.Apis.Auth" Version="1.72.0" />
63+
<PackageReference Include="Google.Apis" Version="1.73.0" />
64+
<PackageReference Include="Google.Apis.Auth" Version="1.73.0" />
6565
</ItemGroup>
6666

6767
</Project>

0 commit comments

Comments
 (0)