Skip to content

Commit 62aa538

Browse files
fix(connectors): update the api
#### connectors:v1 The following keys were changed: - schemas.AuthorizationCodeLink.properties.omitQueryParams.type (Total Keys: 1)
1 parent c856510 commit 62aa538

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

docs/dyn/connectors_v1.projects.locations.global_.customConnectors.customConnectorVersions.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ <h3>Method Details</h3>
175175
&quot;authorizationCodeLink&quot;: { # This configuration captures the details required to render an authorization link for the OAuth Authorization Code Flow. # Authorization code link options. To be populated if `ValueType` is `AUTHORIZATION_CODE`
176176
&quot;clientId&quot;: &quot;A String&quot;, # The client ID assigned to the Google Cloud Connectors OAuth app for the connector data source.
177177
&quot;enablePkce&quot;: True or False, # Whether to enable PKCE for the auth code flow.
178-
&quot;omitQueryParams&quot;: &quot;A String&quot;, # Optional. Omit query params from the redirect URI.
178+
&quot;omitQueryParams&quot;: True or False, # Optional. Omit query params from the redirect URI.
179179
&quot;scopes&quot;: [ # The scopes for which the user will authorize Google Cloud Connectors on the connector data source.
180180
&quot;A String&quot;,
181181
],
@@ -379,7 +379,7 @@ <h3>Method Details</h3>
379379
&quot;authorizationCodeLink&quot;: { # This configuration captures the details required to render an authorization link for the OAuth Authorization Code Flow. # Authorization code link options. To be populated if `ValueType` is `AUTHORIZATION_CODE`
380380
&quot;clientId&quot;: &quot;A String&quot;, # The client ID assigned to the Google Cloud Connectors OAuth app for the connector data source.
381381
&quot;enablePkce&quot;: True or False, # Whether to enable PKCE for the auth code flow.
382-
&quot;omitQueryParams&quot;: &quot;A String&quot;, # Optional. Omit query params from the redirect URI.
382+
&quot;omitQueryParams&quot;: True or False, # Optional. Omit query params from the redirect URI.
383383
&quot;scopes&quot;: [ # The scopes for which the user will authorize Google Cloud Connectors on the connector data source.
384384
&quot;A String&quot;,
385385
],
@@ -558,7 +558,7 @@ <h3>Method Details</h3>
558558
&quot;authorizationCodeLink&quot;: { # This configuration captures the details required to render an authorization link for the OAuth Authorization Code Flow. # Authorization code link options. To be populated if `ValueType` is `AUTHORIZATION_CODE`
559559
&quot;clientId&quot;: &quot;A String&quot;, # The client ID assigned to the Google Cloud Connectors OAuth app for the connector data source.
560560
&quot;enablePkce&quot;: True or False, # Whether to enable PKCE for the auth code flow.
561-
&quot;omitQueryParams&quot;: &quot;A String&quot;, # Optional. Omit query params from the redirect URI.
561+
&quot;omitQueryParams&quot;: True or False, # Optional. Omit query params from the redirect URI.
562562
&quot;scopes&quot;: [ # The scopes for which the user will authorize Google Cloud Connectors on the connector data source.
563563
&quot;A String&quot;,
564564
],

docs/dyn/connectors_v1.projects.locations.providers.connectors.versions.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h3>Method Details</h3>
126126
&quot;authorizationCodeLink&quot;: { # This configuration captures the details required to render an authorization link for the OAuth Authorization Code Flow. # Authorization code link options. To be populated if `ValueType` is `AUTHORIZATION_CODE`
127127
&quot;clientId&quot;: &quot;A String&quot;, # The client ID assigned to the Google Cloud Connectors OAuth app for the connector data source.
128128
&quot;enablePkce&quot;: True or False, # Whether to enable PKCE for the auth code flow.
129-
&quot;omitQueryParams&quot;: &quot;A String&quot;, # Optional. Omit query params from the redirect URI.
129+
&quot;omitQueryParams&quot;: True or False, # Optional. Omit query params from the redirect URI.
130130
&quot;scopes&quot;: [ # The scopes for which the user will authorize Google Cloud Connectors on the connector data source.
131131
&quot;A String&quot;,
132132
],
@@ -198,7 +198,7 @@ <h3>Method Details</h3>
198198
&quot;authorizationCodeLink&quot;: { # This configuration captures the details required to render an authorization link for the OAuth Authorization Code Flow. # Authorization code link options. To be populated if `ValueType` is `AUTHORIZATION_CODE`
199199
&quot;clientId&quot;: &quot;A String&quot;, # The client ID assigned to the Google Cloud Connectors OAuth app for the connector data source.
200200
&quot;enablePkce&quot;: True or False, # Whether to enable PKCE for the auth code flow.
201-
&quot;omitQueryParams&quot;: &quot;A String&quot;, # Optional. Omit query params from the redirect URI.
201+
&quot;omitQueryParams&quot;: True or False, # Optional. Omit query params from the redirect URI.
202202
&quot;scopes&quot;: [ # The scopes for which the user will authorize Google Cloud Connectors on the connector data source.
203203
&quot;A String&quot;,
204204
],
@@ -317,7 +317,7 @@ <h3>Method Details</h3>
317317
&quot;authorizationCodeLink&quot;: { # This configuration captures the details required to render an authorization link for the OAuth Authorization Code Flow. # Authorization code link options. To be populated if `ValueType` is `AUTHORIZATION_CODE`
318318
&quot;clientId&quot;: &quot;A String&quot;, # The client ID assigned to the Google Cloud Connectors OAuth app for the connector data source.
319319
&quot;enablePkce&quot;: True or False, # Whether to enable PKCE for the auth code flow.
320-
&quot;omitQueryParams&quot;: &quot;A String&quot;, # Optional. Omit query params from the redirect URI.
320+
&quot;omitQueryParams&quot;: True or False, # Optional. Omit query params from the redirect URI.
321321
&quot;scopes&quot;: [ # The scopes for which the user will authorize Google Cloud Connectors on the connector data source.
322322
&quot;A String&quot;,
323323
],
@@ -388,7 +388,7 @@ <h3>Method Details</h3>
388388
&quot;authorizationCodeLink&quot;: { # This configuration captures the details required to render an authorization link for the OAuth Authorization Code Flow. # Authorization code link options. To be populated if `ValueType` is `AUTHORIZATION_CODE`
389389
&quot;clientId&quot;: &quot;A String&quot;, # The client ID assigned to the Google Cloud Connectors OAuth app for the connector data source.
390390
&quot;enablePkce&quot;: True or False, # Whether to enable PKCE for the auth code flow.
391-
&quot;omitQueryParams&quot;: &quot;A String&quot;, # Optional. Omit query params from the redirect URI.
391+
&quot;omitQueryParams&quot;: True or False, # Optional. Omit query params from the redirect URI.
392392
&quot;scopes&quot;: [ # The scopes for which the user will authorize Google Cloud Connectors on the connector data source.
393393
&quot;A String&quot;,
394394
],
@@ -460,7 +460,7 @@ <h3>Method Details</h3>
460460
&quot;authorizationCodeLink&quot;: { # This configuration captures the details required to render an authorization link for the OAuth Authorization Code Flow. # Authorization code link options. To be populated if `ValueType` is `AUTHORIZATION_CODE`
461461
&quot;clientId&quot;: &quot;A String&quot;, # The client ID assigned to the Google Cloud Connectors OAuth app for the connector data source.
462462
&quot;enablePkce&quot;: True or False, # Whether to enable PKCE for the auth code flow.
463-
&quot;omitQueryParams&quot;: &quot;A String&quot;, # Optional. Omit query params from the redirect URI.
463+
&quot;omitQueryParams&quot;: True or False, # Optional. Omit query params from the redirect URI.
464464
&quot;scopes&quot;: [ # The scopes for which the user will authorize Google Cloud Connectors on the connector data source.
465465
&quot;A String&quot;,
466466
],
@@ -533,7 +533,7 @@ <h3>Method Details</h3>
533533
&quot;authorizationCodeLink&quot;: { # This configuration captures the details required to render an authorization link for the OAuth Authorization Code Flow. # Authorization code link options. To be populated if `ValueType` is `AUTHORIZATION_CODE`
534534
&quot;clientId&quot;: &quot;A String&quot;, # The client ID assigned to the Google Cloud Connectors OAuth app for the connector data source.
535535
&quot;enablePkce&quot;: True or False, # Whether to enable PKCE for the auth code flow.
536-
&quot;omitQueryParams&quot;: &quot;A String&quot;, # Optional. Omit query params from the redirect URI.
536+
&quot;omitQueryParams&quot;: True or False, # Optional. Omit query params from the redirect URI.
537537
&quot;scopes&quot;: [ # The scopes for which the user will authorize Google Cloud Connectors on the connector data source.
538538
&quot;A String&quot;,
539539
],
@@ -632,7 +632,7 @@ <h3>Method Details</h3>
632632
&quot;authorizationCodeLink&quot;: { # This configuration captures the details required to render an authorization link for the OAuth Authorization Code Flow. # Authorization code link options. To be populated if `ValueType` is `AUTHORIZATION_CODE`
633633
&quot;clientId&quot;: &quot;A String&quot;, # The client ID assigned to the Google Cloud Connectors OAuth app for the connector data source.
634634
&quot;enablePkce&quot;: True or False, # Whether to enable PKCE for the auth code flow.
635-
&quot;omitQueryParams&quot;: &quot;A String&quot;, # Optional. Omit query params from the redirect URI.
635+
&quot;omitQueryParams&quot;: True or False, # Optional. Omit query params from the redirect URI.
636636
&quot;scopes&quot;: [ # The scopes for which the user will authorize Google Cloud Connectors on the connector data source.
637637
&quot;A String&quot;,
638638
],
@@ -735,7 +735,7 @@ <h3>Method Details</h3>
735735
&quot;authorizationCodeLink&quot;: { # This configuration captures the details required to render an authorization link for the OAuth Authorization Code Flow. # Authorization code link options. To be populated if `ValueType` is `AUTHORIZATION_CODE`
736736
&quot;clientId&quot;: &quot;A String&quot;, # The client ID assigned to the Google Cloud Connectors OAuth app for the connector data source.
737737
&quot;enablePkce&quot;: True or False, # Whether to enable PKCE for the auth code flow.
738-
&quot;omitQueryParams&quot;: &quot;A String&quot;, # Optional. Omit query params from the redirect URI.
738+
&quot;omitQueryParams&quot;: True or False, # Optional. Omit query params from the redirect URI.
739739
&quot;scopes&quot;: [ # The scopes for which the user will authorize Google Cloud Connectors on the connector data source.
740740
&quot;A String&quot;,
741741
],
@@ -851,7 +851,7 @@ <h3>Method Details</h3>
851851
&quot;authorizationCodeLink&quot;: { # This configuration captures the details required to render an authorization link for the OAuth Authorization Code Flow. # Authorization code link options. To be populated if `ValueType` is `AUTHORIZATION_CODE`
852852
&quot;clientId&quot;: &quot;A String&quot;, # The client ID assigned to the Google Cloud Connectors OAuth app for the connector data source.
853853
&quot;enablePkce&quot;: True or False, # Whether to enable PKCE for the auth code flow.
854-
&quot;omitQueryParams&quot;: &quot;A String&quot;, # Optional. Omit query params from the redirect URI.
854+
&quot;omitQueryParams&quot;: True or False, # Optional. Omit query params from the redirect URI.
855855
&quot;scopes&quot;: [ # The scopes for which the user will authorize Google Cloud Connectors on the connector data source.
856856
&quot;A String&quot;,
857857
],
@@ -923,7 +923,7 @@ <h3>Method Details</h3>
923923
&quot;authorizationCodeLink&quot;: { # This configuration captures the details required to render an authorization link for the OAuth Authorization Code Flow. # Authorization code link options. To be populated if `ValueType` is `AUTHORIZATION_CODE`
924924
&quot;clientId&quot;: &quot;A String&quot;, # The client ID assigned to the Google Cloud Connectors OAuth app for the connector data source.
925925
&quot;enablePkce&quot;: True or False, # Whether to enable PKCE for the auth code flow.
926-
&quot;omitQueryParams&quot;: &quot;A String&quot;, # Optional. Omit query params from the redirect URI.
926+
&quot;omitQueryParams&quot;: True or False, # Optional. Omit query params from the redirect URI.
927927
&quot;scopes&quot;: [ # The scopes for which the user will authorize Google Cloud Connectors on the connector data source.
928928
&quot;A String&quot;,
929929
],
@@ -1042,7 +1042,7 @@ <h3>Method Details</h3>
10421042
&quot;authorizationCodeLink&quot;: { # This configuration captures the details required to render an authorization link for the OAuth Authorization Code Flow. # Authorization code link options. To be populated if `ValueType` is `AUTHORIZATION_CODE`
10431043
&quot;clientId&quot;: &quot;A String&quot;, # The client ID assigned to the Google Cloud Connectors OAuth app for the connector data source.
10441044
&quot;enablePkce&quot;: True or False, # Whether to enable PKCE for the auth code flow.
1045-
&quot;omitQueryParams&quot;: &quot;A String&quot;, # Optional. Omit query params from the redirect URI.
1045+
&quot;omitQueryParams&quot;: True or False, # Optional. Omit query params from the redirect URI.
10461046
&quot;scopes&quot;: [ # The scopes for which the user will authorize Google Cloud Connectors on the connector data source.
10471047
&quot;A String&quot;,
10481048
],
@@ -1113,7 +1113,7 @@ <h3>Method Details</h3>
11131113
&quot;authorizationCodeLink&quot;: { # This configuration captures the details required to render an authorization link for the OAuth Authorization Code Flow. # Authorization code link options. To be populated if `ValueType` is `AUTHORIZATION_CODE`
11141114
&quot;clientId&quot;: &quot;A String&quot;, # The client ID assigned to the Google Cloud Connectors OAuth app for the connector data source.
11151115
&quot;enablePkce&quot;: True or False, # Whether to enable PKCE for the auth code flow.
1116-
&quot;omitQueryParams&quot;: &quot;A String&quot;, # Optional. Omit query params from the redirect URI.
1116+
&quot;omitQueryParams&quot;: True or False, # Optional. Omit query params from the redirect URI.
11171117
&quot;scopes&quot;: [ # The scopes for which the user will authorize Google Cloud Connectors on the connector data source.
11181118
&quot;A String&quot;,
11191119
],
@@ -1185,7 +1185,7 @@ <h3>Method Details</h3>
11851185
&quot;authorizationCodeLink&quot;: { # This configuration captures the details required to render an authorization link for the OAuth Authorization Code Flow. # Authorization code link options. To be populated if `ValueType` is `AUTHORIZATION_CODE`
11861186
&quot;clientId&quot;: &quot;A String&quot;, # The client ID assigned to the Google Cloud Connectors OAuth app for the connector data source.
11871187
&quot;enablePkce&quot;: True or False, # Whether to enable PKCE for the auth code flow.
1188-
&quot;omitQueryParams&quot;: &quot;A String&quot;, # Optional. Omit query params from the redirect URI.
1188+
&quot;omitQueryParams&quot;: True or False, # Optional. Omit query params from the redirect URI.
11891189
&quot;scopes&quot;: [ # The scopes for which the user will authorize Google Cloud Connectors on the connector data source.
11901190
&quot;A String&quot;,
11911191
],
@@ -1258,7 +1258,7 @@ <h3>Method Details</h3>
12581258
&quot;authorizationCodeLink&quot;: { # This configuration captures the details required to render an authorization link for the OAuth Authorization Code Flow. # Authorization code link options. To be populated if `ValueType` is `AUTHORIZATION_CODE`
12591259
&quot;clientId&quot;: &quot;A String&quot;, # The client ID assigned to the Google Cloud Connectors OAuth app for the connector data source.
12601260
&quot;enablePkce&quot;: True or False, # Whether to enable PKCE for the auth code flow.
1261-
&quot;omitQueryParams&quot;: &quot;A String&quot;, # Optional. Omit query params from the redirect URI.
1261+
&quot;omitQueryParams&quot;: True or False, # Optional. Omit query params from the redirect URI.
12621262
&quot;scopes&quot;: [ # The scopes for which the user will authorize Google Cloud Connectors on the connector data source.
12631263
&quot;A String&quot;,
12641264
],
@@ -1357,7 +1357,7 @@ <h3>Method Details</h3>
13571357
&quot;authorizationCodeLink&quot;: { # This configuration captures the details required to render an authorization link for the OAuth Authorization Code Flow. # Authorization code link options. To be populated if `ValueType` is `AUTHORIZATION_CODE`
13581358
&quot;clientId&quot;: &quot;A String&quot;, # The client ID assigned to the Google Cloud Connectors OAuth app for the connector data source.
13591359
&quot;enablePkce&quot;: True or False, # Whether to enable PKCE for the auth code flow.
1360-
&quot;omitQueryParams&quot;: &quot;A String&quot;, # Optional. Omit query params from the redirect URI.
1360+
&quot;omitQueryParams&quot;: True or False, # Optional. Omit query params from the redirect URI.
13611361
&quot;scopes&quot;: [ # The scopes for which the user will authorize Google Cloud Connectors on the connector data source.
13621362
&quot;A String&quot;,
13631363
],
@@ -1460,7 +1460,7 @@ <h3>Method Details</h3>
14601460
&quot;authorizationCodeLink&quot;: { # This configuration captures the details required to render an authorization link for the OAuth Authorization Code Flow. # Authorization code link options. To be populated if `ValueType` is `AUTHORIZATION_CODE`
14611461
&quot;clientId&quot;: &quot;A String&quot;, # The client ID assigned to the Google Cloud Connectors OAuth app for the connector data source.
14621462
&quot;enablePkce&quot;: True or False, # Whether to enable PKCE for the auth code flow.
1463-
&quot;omitQueryParams&quot;: &quot;A String&quot;, # Optional. Omit query params from the redirect URI.
1463+
&quot;omitQueryParams&quot;: True or False, # Optional. Omit query params from the redirect URI.
14641464
&quot;scopes&quot;: [ # The scopes for which the user will authorize Google Cloud Connectors on the connector data source.
14651465
&quot;A String&quot;,
14661466
],

googleapiclient/discovery_cache/documents/connectors.v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2427,7 +2427,7 @@
24272427
}
24282428
}
24292429
},
2430-
"revision": "20240625",
2430+
"revision": "20240701",
24312431
"rootUrl": "https://connectors.googleapis.com/",
24322432
"schemas": {
24332433
"AuditConfig": {
@@ -2600,7 +2600,7 @@
26002600
},
26012601
"omitQueryParams": {
26022602
"description": "Optional. Omit query params from the redirect URI.",
2603-
"type": "string"
2603+
"type": "boolean"
26042604
},
26052605
"scopes": {
26062606
"description": "The scopes for which the user will authorize Google Cloud Connectors on the connector data source.",

googleapiclient/discovery_cache/documents/connectors.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@
660660
}
661661
}
662662
},
663-
"revision": "20240625",
663+
"revision": "20240701",
664664
"rootUrl": "https://connectors.googleapis.com/",
665665
"schemas": {
666666
"AccessCredentials": {

0 commit comments

Comments
 (0)