@maxim_mazurok/gapi.client.analyticshub-v1 0.1.20260621 → 0.2.20260629
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 +8 -25
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
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://analyticshub.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260629
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -44,10 +44,7 @@ declare namespace gapi.client {
|
|
|
44
44
|
exemptedMembers?: string[];
|
|
45
45
|
/** The log type that this config enables. */
|
|
46
46
|
logType?:
|
|
47
|
-
| '
|
|
48
|
-
| 'ADMIN_READ'
|
|
49
|
-
| 'DATA_WRITE'
|
|
50
|
-
| 'DATA_READ';
|
|
47
|
+
'LOG_TYPE_UNSPECIFIED' | 'ADMIN_READ' | 'DATA_WRITE' | 'DATA_READ';
|
|
51
48
|
}
|
|
52
49
|
interface AvroConfig {
|
|
53
50
|
/** Optional. When true, the output Cloud Storage file will be serialized using the topic schema, if it exists. */
|
|
@@ -126,9 +123,7 @@ declare namespace gapi.client {
|
|
|
126
123
|
compressionAlgorithm?: 'COMPRESSION_ALGORITHM_UNSPECIFIED' | 'ZLIB';
|
|
127
124
|
/** Required. Specifies whether to compress or decompress the message. */
|
|
128
125
|
compressionMode?:
|
|
129
|
-
| '
|
|
130
|
-
| 'COMPRESS'
|
|
131
|
-
| 'DECOMPRESS';
|
|
126
|
+
'COMPRESSION_MODE_UNSPECIFIED' | 'COMPRESS' | 'DECOMPRESS';
|
|
132
127
|
}
|
|
133
128
|
interface DataExchange {
|
|
134
129
|
/** Optional. Description of the data exchange. The description must not contain Unicode non-characters as well as C0 and C1 control codes except tabs (HT), new lines (LF), carriage returns (CR), and page breaks (FF). Default value is an empty string. Max length: 2000 bytes. */
|
|
@@ -228,9 +223,7 @@ declare namespace gapi.client {
|
|
|
228
223
|
interface GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo {
|
|
229
224
|
/** Output only. Commercial state of the Marketplace Data Product. */
|
|
230
225
|
commercialState?:
|
|
231
|
-
| '
|
|
232
|
-
| 'ONBOARDING'
|
|
233
|
-
| 'ACTIVE';
|
|
226
|
+
'COMMERCIAL_STATE_UNSPECIFIED' | 'ONBOARDING' | 'ACTIVE';
|
|
234
227
|
/** Output only. Resource name of the commercial service associated with the Marketplace Data Product. e.g. example.com */
|
|
235
228
|
service?: string;
|
|
236
229
|
}
|
|
@@ -503,11 +496,7 @@ declare namespace gapi.client {
|
|
|
503
496
|
routine?: Routine;
|
|
504
497
|
/** Output only. The QueryTemplate lifecycle state. */
|
|
505
498
|
state?:
|
|
506
|
-
| '
|
|
507
|
-
| 'DRAFTED'
|
|
508
|
-
| 'PENDING'
|
|
509
|
-
| 'DELETED'
|
|
510
|
-
| 'APPROVED';
|
|
499
|
+
'STATE_UNSPECIFIED' | 'DRAFTED' | 'PENDING' | 'DELETED' | 'APPROVED';
|
|
511
500
|
/** Output only. Timestamp when the QueryTemplate was last modified. */
|
|
512
501
|
updateTime?: string;
|
|
513
502
|
}
|
|
@@ -523,9 +512,7 @@ declare namespace gapi.client {
|
|
|
523
512
|
primaryState?: 'PRIMARY_STATE_UNSPECIFIED' | 'PRIMARY_REPLICA';
|
|
524
513
|
/** Output only. Assigned by Analytics Hub based on real BigQuery replication state. */
|
|
525
514
|
replicaState?:
|
|
526
|
-
| '
|
|
527
|
-
| 'READY_TO_USE'
|
|
528
|
-
| 'UNAVAILABLE';
|
|
515
|
+
'REPLICA_STATE_UNSPECIFIED' | 'READY_TO_USE' | 'UNAVAILABLE';
|
|
529
516
|
}
|
|
530
517
|
interface RestrictedExportConfig {
|
|
531
518
|
/** Optional. If true, enable restricted export. */
|
|
@@ -589,8 +576,7 @@ declare namespace gapi.client {
|
|
|
589
576
|
interface StoredProcedureConfig {
|
|
590
577
|
/** Output only. Types of stored procedure supported to share. */
|
|
591
578
|
allowedStoredProcedureTypes?:
|
|
592
|
-
| '
|
|
593
|
-
| 'SQL_PROCEDURE'[];
|
|
579
|
+
'STORED_PROCEDURE_TYPE_UNSPECIFIED' | 'SQL_PROCEDURE'[];
|
|
594
580
|
/** Optional. If true, enable sharing of stored procedure. */
|
|
595
581
|
enabled?: boolean;
|
|
596
582
|
}
|
|
@@ -651,10 +637,7 @@ declare namespace gapi.client {
|
|
|
651
637
|
| 'PUBSUB_TOPIC';
|
|
652
638
|
/** Output only. Current state of the subscription. */
|
|
653
639
|
state?:
|
|
654
|
-
| '
|
|
655
|
-
| 'STATE_ACTIVE'
|
|
656
|
-
| 'STATE_STALE'
|
|
657
|
-
| 'STATE_INACTIVE';
|
|
640
|
+
'STATE_UNSPECIFIED' | 'STATE_ACTIVE' | 'STATE_STALE' | 'STATE_INACTIVE';
|
|
658
641
|
/** Output only. Email of the subscriber. */
|
|
659
642
|
subscriberContact?: string;
|
|
660
643
|
}
|