Skip to content

Commit

Permalink
feat: Generate Google.Apis.Storagetransfer.v1 version 1.69.0.3691
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa authored and jskeet committed Feb 17, 2025
1 parent e04644f commit 152e25a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions DiscoveryJson/storagetransfer.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@
}
}
},
"revision": "20241005",
"revision": "20250208",
"rootUrl": "https://storagetransfer.googleapis.com/",
"schemas": {
"AgentPool": {
Expand Down Expand Up @@ -1476,7 +1476,7 @@
"properties": {
"endTimeOfDay": {
"$ref": "TimeOfDay",
"description": "The time in UTC that no further transfer operations are scheduled. Combined with schedule_end_date, `end_time_of_day` specifies the end date and time for starting new transfer operations. This field must be greater than or equal to the timestamp corresponding to the combintation of schedule_start_date and start_time_of_day, and is subject to the following: * If `end_time_of_day` is not set and `schedule_end_date` is set, then a default value of `23:59:59` is used for `end_time_of_day`. * If `end_time_of_day` is set and `schedule_end_date` is not set, then INVALID_ARGUMENT is returned."
"description": "The time in UTC that no further transfer operations are scheduled. Combined with schedule_end_date, `end_time_of_day` specifies the end date and time for starting new transfer operations. This field must be greater than or equal to the timestamp corresponding to the combination of schedule_start_date and start_time_of_day, and is subject to the following: * If `end_time_of_day` is not set and `schedule_end_date` is set, then a default value of `23:59:59` is used for `end_time_of_day`. * If `end_time_of_day` is set and `schedule_end_date` is not set, then INVALID_ARGUMENT is returned."
},
"repeatInterval": {
"description": "Interval between the start of each scheduled TransferOperation. If unspecified, the default value is 24 hours. This value may not be less than 1 hour.",
Expand Down Expand Up @@ -1849,7 +1849,7 @@
"description": "Represents the selected metadata options for a transfer job."
},
"overwriteObjectsAlreadyExistingInSink": {
"description": "When to overwrite objects that already exist in the sink. The default is that only objects that are different from the source are ovewritten. If true, all objects in the sink whose name matches an object in the source are overwritten with the source object.",
"description": "When to overwrite objects that already exist in the sink. The default is that only objects that are different from the source are overwritten. If true, all objects in the sink whose name matches an object in the source are overwritten with the source object.",
"type": "boolean"
},
"overwriteWhen": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 Google LLC
// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -2456,7 +2456,7 @@ public class Schedule : Google.Apis.Requests.IDirectResponseSchema
/// <summary>
/// The time in UTC that no further transfer operations are scheduled. Combined with schedule_end_date,
/// `end_time_of_day` specifies the end date and time for starting new transfer operations. This field must be
/// greater than or equal to the timestamp corresponding to the combintation of schedule_start_date and
/// greater than or equal to the timestamp corresponding to the combination of schedule_start_date and
/// start_time_of_day, and is subject to the following: * If `end_time_of_day` is not set and
/// `schedule_end_date` is set, then a default value of `23:59:59` is used for `end_time_of_day`. * If
/// `end_time_of_day` is set and `schedule_end_date` is not set, then INVALID_ARGUMENT is returned.
Expand Down Expand Up @@ -3034,7 +3034,7 @@ public class TransferOptions : Google.Apis.Requests.IDirectResponseSchema

/// <summary>
/// When to overwrite objects that already exist in the sink. The default is that only objects that are
/// different from the source are ovewritten. If true, all objects in the sink whose name matches an object in
/// different from the source are overwritten. If true, all objects in the sink whose name matches an object in
/// the source are overwritten with the source object.
/// </summary>
[Newtonsoft.Json.JsonPropertyAttribute("overwriteObjectsAlreadyExistingInSink")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.Storagetransfer.v1 Client Library</Title>
<Version>1.68.0.3565</Version>
<Version>1.69.0.3691</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<Copyright>Copyright 2025 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
<PackageProjectUrl>https://github.com/google/google-api-dotnet-client</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down Expand Up @@ -60,8 +60,8 @@
<!-- common dependencies -->
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Apis" Version="1.68.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.68.0" />
<PackageReference Include="Google.Apis" Version="1.69.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.69.0" />
</ItemGroup>

</Project>

0 comments on commit 152e25a

Please sign in to comment.