@maxim_mazurok/gapi.client.metastore-v1 0.0.20230518 → 0.0.20230530
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 +4 -1
- package/package.json +1 -1
- package/tests.ts +4 -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://metastore.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230530
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -255,6 +255,9 @@ declare namespace gapi.client {
|
|
|
255
255
|
*/
|
|
256
256
|
configOverrides?:
|
|
257
257
|
{ [P in string]: string };
|
|
258
|
+
/** The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT. */
|
|
259
|
+
endpointProtocol?:
|
|
260
|
+
string;
|
|
258
261
|
/**
|
|
259
262
|
* Information used to configure the Hive metastore service as a service principal in a Kerberos realm. To disable Kerberos, use the UpdateService method and specify this field's path
|
|
260
263
|
* (hive_metastore_config.kerberos_config) in the request's update_mask while omitting this field from the request's service.
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230530
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -229,6 +229,7 @@ gapi.load('client', async () => {
|
|
|
229
229
|
configOverrides: {
|
|
230
230
|
A: "Test string"
|
|
231
231
|
},
|
|
232
|
+
endpointProtocol: "Test string",
|
|
232
233
|
kerberosConfig: {
|
|
233
234
|
keytab: {
|
|
234
235
|
cloudSecret: "Test string",
|
|
@@ -362,6 +363,7 @@ gapi.load('client', async () => {
|
|
|
362
363
|
configOverrides: {
|
|
363
364
|
A: "Test string"
|
|
364
365
|
},
|
|
366
|
+
endpointProtocol: "Test string",
|
|
365
367
|
kerberosConfig: {
|
|
366
368
|
keytab: {
|
|
367
369
|
cloudSecret: "Test string",
|
|
@@ -527,6 +529,7 @@ gapi.load('client', async () => {
|
|
|
527
529
|
configOverrides: {
|
|
528
530
|
A: "Test string"
|
|
529
531
|
},
|
|
532
|
+
endpointProtocol: "Test string",
|
|
530
533
|
kerberosConfig: {
|
|
531
534
|
keytab: {
|
|
532
535
|
cloudSecret: "Test string",
|