@maxim_mazurok/gapi.client.datastream-v1alpha1 0.0.20250115 → 0.0.20250122
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/index.d.ts +12 -12
- package/package.json +1 -1
- package/readme.md +2 -2
package/index.d.ts
CHANGED
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://datastream.googleapis.com/$discovery/rest?version=v1alpha1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250122
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
16
16
|
declare namespace gapi.client {
|
|
17
17
|
/** Load Datastream API v1alpha1 */
|
|
18
18
|
function load(
|
|
19
|
-
urlOrObject: 'https://datastream.googleapis.com/$discovery/rest?version=v1alpha1'
|
|
19
|
+
urlOrObject: 'https://datastream.googleapis.com/$discovery/rest?version=v1alpha1',
|
|
20
20
|
): Promise<void>;
|
|
21
21
|
/** @deprecated Please load APIs with discovery documents. */
|
|
22
22
|
function load(name: 'datastream', version: 'v1alpha1'): Promise<void>;
|
|
@@ -24,7 +24,7 @@ declare namespace gapi.client {
|
|
|
24
24
|
function load(
|
|
25
25
|
name: 'datastream',
|
|
26
26
|
version: 'v1alpha1',
|
|
27
|
-
callback: () => any
|
|
27
|
+
callback: () => any,
|
|
28
28
|
): void;
|
|
29
29
|
|
|
30
30
|
namespace datastream {
|
|
@@ -596,7 +596,7 @@ declare namespace gapi.client {
|
|
|
596
596
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
597
597
|
uploadType?: string;
|
|
598
598
|
},
|
|
599
|
-
body: ConnectionProfile
|
|
599
|
+
body: ConnectionProfile,
|
|
600
600
|
): Request<Operation>;
|
|
601
601
|
/** Use this method to delete a connection profile.. */
|
|
602
602
|
delete(request?: {
|
|
@@ -683,7 +683,7 @@ declare namespace gapi.client {
|
|
|
683
683
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
684
684
|
uploadType?: string;
|
|
685
685
|
},
|
|
686
|
-
body: DiscoverConnectionProfileRequest
|
|
686
|
+
body: DiscoverConnectionProfileRequest,
|
|
687
687
|
): Request<DiscoverConnectionProfileResponse>;
|
|
688
688
|
/** Use this method to get details about a connection profile. */
|
|
689
689
|
get(request?: {
|
|
@@ -815,7 +815,7 @@ declare namespace gapi.client {
|
|
|
815
815
|
/** Optional. Only validate the connection profile, but do not update any resources. The default is false. */
|
|
816
816
|
validateOnly?: boolean;
|
|
817
817
|
},
|
|
818
|
-
body: ConnectionProfile
|
|
818
|
+
body: ConnectionProfile,
|
|
819
819
|
): Request<Operation>;
|
|
820
820
|
}
|
|
821
821
|
interface OperationsResource {
|
|
@@ -875,7 +875,7 @@ declare namespace gapi.client {
|
|
|
875
875
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
876
876
|
uploadType?: string;
|
|
877
877
|
},
|
|
878
|
-
body: CancelOperationRequest
|
|
878
|
+
body: CancelOperationRequest,
|
|
879
879
|
): Request<{}>;
|
|
880
880
|
/** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */
|
|
881
881
|
delete(request?: {
|
|
@@ -1030,7 +1030,7 @@ declare namespace gapi.client {
|
|
|
1030
1030
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1031
1031
|
uploadType?: string;
|
|
1032
1032
|
},
|
|
1033
|
-
body: Route
|
|
1033
|
+
body: Route,
|
|
1034
1034
|
): Request<Operation>;
|
|
1035
1035
|
/** Use this method to delete a route. */
|
|
1036
1036
|
delete(request?: {
|
|
@@ -1189,7 +1189,7 @@ declare namespace gapi.client {
|
|
|
1189
1189
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1190
1190
|
uploadType?: string;
|
|
1191
1191
|
},
|
|
1192
|
-
body: PrivateConnection
|
|
1192
|
+
body: PrivateConnection,
|
|
1193
1193
|
): Request<Operation>;
|
|
1194
1194
|
/** Use this method to delete a private connectivity configuration. */
|
|
1195
1195
|
delete(request?: {
|
|
@@ -1473,7 +1473,7 @@ declare namespace gapi.client {
|
|
|
1473
1473
|
/** Optional. Only validate the stream, but do not create any resources. The default is false. */
|
|
1474
1474
|
validateOnly?: boolean;
|
|
1475
1475
|
},
|
|
1476
|
-
body: Stream
|
|
1476
|
+
body: Stream,
|
|
1477
1477
|
): Request<Operation>;
|
|
1478
1478
|
/** Use this method to delete a stream. */
|
|
1479
1479
|
delete(request?: {
|
|
@@ -1560,7 +1560,7 @@ declare namespace gapi.client {
|
|
|
1560
1560
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1561
1561
|
uploadType?: string;
|
|
1562
1562
|
},
|
|
1563
|
-
body: FetchErrorsRequest
|
|
1563
|
+
body: FetchErrorsRequest,
|
|
1564
1564
|
): Request<Operation>;
|
|
1565
1565
|
/** Use this method to get details about a stream. */
|
|
1566
1566
|
get(request?: {
|
|
@@ -1696,7 +1696,7 @@ declare namespace gapi.client {
|
|
|
1696
1696
|
/** Optional. Only validate the stream with the changes, without actually updating it. The default is false. */
|
|
1697
1697
|
validateOnly?: boolean;
|
|
1698
1698
|
},
|
|
1699
|
-
body: Stream
|
|
1699
|
+
body: Stream,
|
|
1700
1700
|
): Request<Operation>;
|
|
1701
1701
|
objects: ObjectsResource;
|
|
1702
1702
|
}
|
package/package.json
CHANGED
package/readme.md
CHANGED