@googleapis/storagetransfer 2.7.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/build/v1.d.ts +1 -1
- package/package.json +1 -1
- package/v1.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/storagetransfer-v2.7.0...storagetransfer-v3.0.0) (2022-06-15)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### ⚠ BREAKING CHANGES
|
|
7
|
+
|
|
8
|
+
* This release has breaking changes.
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* run the generator ([#2971](https://github.com/googleapis/google-api-nodejs-client/issues/2971)) ([adddf01](https://github.com/googleapis/google-api-nodejs-client/commit/adddf018e7cb73adab7341053dd80d72c5a6248d))
|
|
13
|
+
|
|
3
14
|
## [2.7.0](https://github.com/googleapis/google-api-nodejs-client/compare/storagetransfer-v2.6.1...storagetransfer-v2.7.0) (2022-04-01)
|
|
4
15
|
|
|
5
16
|
|
package/build/v1.d.ts
CHANGED
|
@@ -742,7 +742,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
742
742
|
*/
|
|
743
743
|
overwriteObjectsAlreadyExistingInSink?: boolean | null;
|
|
744
744
|
/**
|
|
745
|
-
* When to overwrite objects that already exist in the sink. If not set overwrite behavior is determined by overwrite_objects_already_existing_in_sink.
|
|
745
|
+
* When to overwrite objects that already exist in the sink. If not set, overwrite behavior is determined by overwrite_objects_already_existing_in_sink.
|
|
746
746
|
*/
|
|
747
747
|
overwriteWhen?: string | null;
|
|
748
748
|
}
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -791,7 +791,7 @@ export namespace storagetransfer_v1 {
|
|
|
791
791
|
*/
|
|
792
792
|
overwriteObjectsAlreadyExistingInSink?: boolean | null;
|
|
793
793
|
/**
|
|
794
|
-
* When to overwrite objects that already exist in the sink. If not set overwrite behavior is determined by overwrite_objects_already_existing_in_sink.
|
|
794
|
+
* When to overwrite objects that already exist in the sink. If not set, overwrite behavior is determined by overwrite_objects_already_existing_in_sink.
|
|
795
795
|
*/
|
|
796
796
|
overwriteWhen?: string | null;
|
|
797
797
|
}
|