@googleapis/storage 3.0.0 → 4.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 CHANGED
@@ -1,5 +1,37 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/storage-v3.0.3...storage-v4.0.0) (2022-10-28)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * **build:** This release has breaking changes.
9
+
10
+ ### Features
11
+
12
+ * **build:** run the generator (submodules now require Node 12) ([#3073](https://github.com/googleapis/google-api-nodejs-client/issues/3073)) ([eda0707](https://github.com/googleapis/google-api-nodejs-client/commit/eda07079dadab46a80b6f9ede618f4f43030169e))
13
+
14
+ ## [3.0.3](https://github.com/googleapis/google-api-nodejs-client/compare/storage-v3.0.2...storage-v3.0.3) (2022-09-21)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **storage:** update the API ([1f5402c](https://github.com/googleapis/google-api-nodejs-client/commit/1f5402c99f51ce4c6ebc59a4991bb4b59a2973f7))
20
+
21
+ ## [3.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/storage-v3.0.1...storage-v3.0.2) (2022-08-19)
22
+
23
+
24
+ ### Bug Fixes
25
+
26
+ * **storage:** update the API ([5da5429](https://github.com/googleapis/google-api-nodejs-client/commit/5da54298bbb233ecface0fc972651b06343ea875))
27
+
28
+ ## [3.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/storage-v3.0.0...storage-v3.0.1) (2022-06-21)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * **storage:** update the API ([2aa119b](https://github.com/googleapis/google-api-nodejs-client/commit/2aa119bff362e8a17a93308054ada2b0338537be))
34
+
3
35
  ## [3.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/storage-v2.0.0...storage-v3.0.0) (2022-06-15)
4
36
 
5
37
 
package/build/index.js CHANGED
@@ -12,22 +12,23 @@
12
12
  // See the License for the specific language governing permissions and
13
13
  // limitations under the License.
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.AuthPlus = exports.storage_v1beta2 = exports.storage_v1 = exports.auth = exports.storage = exports.VERSIONS = void 0;
15
16
  /*! THIS FILE IS AUTO-GENERATED */
16
17
  const googleapis_common_1 = require("googleapis-common");
17
18
  const v1_1 = require("./v1");
18
- exports.storage_v1 = v1_1.storage_v1;
19
+ Object.defineProperty(exports, "storage_v1", { enumerable: true, get: function () { return v1_1.storage_v1; } });
19
20
  const v1beta2_1 = require("./v1beta2");
20
- exports.storage_v1beta2 = v1beta2_1.storage_v1beta2;
21
+ Object.defineProperty(exports, "storage_v1beta2", { enumerable: true, get: function () { return v1beta2_1.storage_v1beta2; } });
21
22
  exports.VERSIONS = {
22
23
  v1: v1_1.storage_v1.Storage,
23
24
  v1beta2: v1beta2_1.storage_v1beta2.Storage,
24
25
  };
25
26
  function storage(versionOrOptions) {
26
- return googleapis_common_1.getAPI('storage', versionOrOptions, exports.VERSIONS, this);
27
+ return (0, googleapis_common_1.getAPI)('storage', versionOrOptions, exports.VERSIONS, this);
27
28
  }
28
29
  exports.storage = storage;
29
30
  const auth = new googleapis_common_1.AuthPlus();
30
31
  exports.auth = auth;
31
32
  var googleapis_common_2 = require("googleapis-common");
32
- exports.AuthPlus = googleapis_common_2.AuthPlus;
33
+ Object.defineProperty(exports, "AuthPlus", { enumerable: true, get: function () { return googleapis_common_2.AuthPlus; } });
33
34
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA,4BAA4B;AAC5B,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,gDAAgD;AAChD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;;AAEjC,kCAAkC;AAElC,yDAAuE;AACvE,6BAAgC;AA2BxB,qBA3BA,eAAU,CA2BA;AA1BlB,uCAA0C;AA2BlC,0BA3BA,yBAAe,CA2BA;AAzBV,QAAA,QAAQ,GAAG;IACtB,EAAE,EAAE,eAAU,CAAC,OAAO;IACtB,OAAO,EAAE,yBAAe,CAAC,OAAO;CACjC,CAAC;AAQF,SAAgB,OAAO,CAErB,gBAI2B;IAE3B,OAAO,0BAAM,CAAI,SAAS,EAAE,gBAAgB,EAAE,gBAAQ,EAAE,IAAI,CAAC,CAAC;AAChE,CAAC;AATD,0BASC;AAED,MAAM,IAAI,GAAG,IAAI,4BAAQ,EAAE,CAAC;AACpB,oBAAI;AAGZ,uDAS2B;AARzB,uCAAA,QAAQ,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA,4BAA4B;AAC5B,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,gDAAgD;AAChD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;;;AAEjC,kCAAkC;AAElC,yDAAuE;AACvE,6BAAgC;AA2BxB,2FA3BA,eAAU,OA2BA;AA1BlB,uCAA0C;AA2BlC,gGA3BA,yBAAe,OA2BA;AAzBV,QAAA,QAAQ,GAAG;IACtB,EAAE,EAAE,eAAU,CAAC,OAAO;IACtB,OAAO,EAAE,yBAAe,CAAC,OAAO;CACjC,CAAC;AAQF,SAAgB,OAAO,CAErB,gBAI2B;IAE3B,OAAO,IAAA,0BAAM,EAAI,SAAS,EAAE,gBAAgB,EAAE,gBAAQ,EAAE,IAAI,CAAC,CAAC;AAChE,CAAC;AATD,0BASC;AAED,MAAM,IAAI,GAAG,IAAI,4BAAQ,EAAE,CAAC;AACpB,oBAAI;AAGZ,uDAS2B;AARzB,6GAAA,QAAQ,OAAA"}
package/build/v1.d.ts CHANGED
@@ -709,7 +709,7 @@ export declare namespace storage_v1 {
709
709
  */
710
710
  timeStorageClassUpdated?: string | null;
711
711
  /**
712
- * The modification time of the object metadata in RFC 3339 format.
712
+ * The modification time of the object metadata in RFC 3339 format. Set initially to object creation time and then updated whenever any metadata of the object changes. This includes changes made by a requester, such as modifying custom metadata, as well as changes made by Cloud Storage on behalf of a requester, such as changing the storage class based on an Object Lifecycle Configuration.
713
713
  */
714
714
  updated?: string | null;
715
715
  }