@google-cloud/storage-control 0.1.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 +8 -0
- package/LICENSE +202 -0
- package/README.md +179 -0
- package/build/protos/google/storage/control/v2/storage_control.proto +430 -0
- package/build/protos/protos.d.ts +9819 -0
- package/build/protos/protos.js +26052 -0
- package/build/protos/protos.json +2745 -0
- package/build/src/index.d.ts +11 -0
- package/build/src/index.js +28 -0
- package/build/src/index.js.map +1 -0
- package/build/src/v2/index.d.ts +1 -0
- package/build/src/v2/index.js +23 -0
- package/build/src/v2/index.js.map +1 -0
- package/build/src/v2/storage_control_client.d.ts +671 -0
- package/build/src/v2/storage_control_client.js +946 -0
- package/build/src/v2/storage_control_client.js.map +1 -0
- package/build/src/v2/storage_control_client_config.json +72 -0
- package/package.json +70 -0
@@ -0,0 +1,11 @@
|
|
1
|
+
import * as v2 from './v2';
|
2
|
+
declare const StorageControlClient: typeof v2.StorageControlClient;
|
3
|
+
type StorageControlClient = v2.StorageControlClient;
|
4
|
+
export { v2, StorageControlClient };
|
5
|
+
declare const _default: {
|
6
|
+
v2: typeof v2;
|
7
|
+
StorageControlClient: typeof v2.StorageControlClient;
|
8
|
+
};
|
9
|
+
export default _default;
|
10
|
+
import * as protos from '../protos/protos';
|
11
|
+
export { protos };
|
@@ -0,0 +1,28 @@
|
|
1
|
+
"use strict";
|
2
|
+
// Copyright 2024 Google LLC
|
3
|
+
//
|
4
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
// you may not use this file except in compliance with the License.
|
6
|
+
// You may obtain a copy of the License at
|
7
|
+
//
|
8
|
+
// https://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
//
|
10
|
+
// Unless required by applicable law or agreed to in writing, software
|
11
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
// See the License for the specific language governing permissions and
|
14
|
+
// limitations under the License.
|
15
|
+
//
|
16
|
+
// ** This file is automatically generated by synthtool. **
|
17
|
+
// ** https://github.com/googleapis/synthtool **
|
18
|
+
// ** All changes to this file may be overwritten. **
|
19
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
20
|
+
exports.protos = exports.StorageControlClient = exports.v2 = void 0;
|
21
|
+
const v2 = require("./v2");
|
22
|
+
exports.v2 = v2;
|
23
|
+
const StorageControlClient = v2.StorageControlClient;
|
24
|
+
exports.StorageControlClient = StorageControlClient;
|
25
|
+
exports.default = { v2, StorageControlClient };
|
26
|
+
const protos = require("../protos/protos");
|
27
|
+
exports.protos = protos;
|
28
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,4BAA4B;AAC5B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,kDAAkD;AAClD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AACjC,EAAE;AACF,2DAA2D;AAC3D,gDAAgD;AAChD,qDAAqD;;;AAErD,2BAA2B;AAKnB,gBAAE;AAHV,MAAM,oBAAoB,GAAG,EAAE,CAAC,oBAAoB,CAAC;AAGzC,oDAAoB;AAChC,kBAAe,EAAC,EAAE,EAAE,oBAAoB,EAAC,CAAC;AAC1C,2CAA2C;AACnC,wBAAM"}
|
@@ -0,0 +1 @@
|
|
1
|
+
export { StorageControlClient } from './storage_control_client';
|
@@ -0,0 +1,23 @@
|
|
1
|
+
"use strict";
|
2
|
+
// Copyright 2024 Google LLC
|
3
|
+
//
|
4
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
// you may not use this file except in compliance with the License.
|
6
|
+
// You may obtain a copy of the License at
|
7
|
+
//
|
8
|
+
// https://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
//
|
10
|
+
// Unless required by applicable law or agreed to in writing, software
|
11
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
// See the License for the specific language governing permissions and
|
14
|
+
// limitations under the License.
|
15
|
+
//
|
16
|
+
// ** This file is automatically generated by gapic-generator-typescript. **
|
17
|
+
// ** https://github.com/googleapis/gapic-generator-typescript **
|
18
|
+
// ** All changes to this file may be overwritten. **
|
19
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
20
|
+
exports.StorageControlClient = void 0;
|
21
|
+
var storage_control_client_1 = require("./storage_control_client");
|
22
|
+
Object.defineProperty(exports, "StorageControlClient", { enumerable: true, get: function () { return storage_control_client_1.StorageControlClient; } });
|
23
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/v2/index.ts"],"names":[],"mappings":";AAAA,4BAA4B;AAC5B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,kDAAkD;AAClD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AACjC,EAAE;AACF,4EAA4E;AAC5E,iEAAiE;AACjE,qDAAqD;;;AAErD,mEAA8D;AAAtD,8HAAA,oBAAoB,OAAA"}
|