@@ -994,6 +994,10 @@ public class CredentialsEmail : SdkModel
994994 public string ? password_reset_url { get ; set ; } = null ;
995995 /// <summary>Url with one-time use secret token that the user can use to setup account (read-only)</summary>
996996 public string ? account_setup_url { get ; set ; } = null ;
997+ /// <summary>Is password_reset_url expired or not present? (read-only)</summary>
998+ public bool ? password_reset_url_expired { get ; set ; } = null ;
999+ /// <summary>Is account_setup_url expired or not present? (read-only)</summary>
1000+ public bool ? account_setup_url_expired { get ; set ; } = null ;
9971001 /// <summary>Short name for the type of this kind of credential (read-only)</summary>
9981002 public string ? type { get ; set ; } = null ;
9991003 /// <summary>Link to get this item (read-only)</summary>
@@ -1022,6 +1026,10 @@ public class CredentialsEmailSearch : SdkModel
10221026 public string ? password_reset_url { get ; set ; } = null ;
10231027 /// <summary>Url with one-time use secret token that the user can use to setup account (read-only)</summary>
10241028 public string ? account_setup_url { get ; set ; } = null ;
1029+ /// <summary>Is password_reset_url expired or not present? (read-only)</summary>
1030+ public bool ? password_reset_url_expired { get ; set ; } = null ;
1031+ /// <summary>Is account_setup_url expired or not present? (read-only)</summary>
1032+ public bool ? account_setup_url_expired { get ; set ; } = null ;
10251033 /// <summary>Short name for the type of this kind of credential (read-only)</summary>
10261034 public string ? type { get ; set ; } = null ;
10271035 /// <summary>Link to get this item (read-only)</summary>
@@ -1616,6 +1624,8 @@ public class DBConnection : SdkModel
16161624 public string ? password { get ; set ; } = null ;
16171625 /// <summary>Whether the connection uses OAuth for authentication. (read-only)</summary>
16181626 public bool ? uses_oauth { get ; set ; } = null ;
1627+ /// <summary>Whether the integration uses the oauth instance account. (read-only)</summary>
1628+ public bool ? uses_instance_oauth { get ; set ; } = null ;
16191629 /// <summary>(Write-Only) Base64 encoded Certificate body for server authentication (when appropriate for dialect).</summary>
16201630 public string ? certificate { get ; set ; } = null ;
16211631 /// <summary>(Write-Only) Certificate keyfile type - .json or .p12</summary>
@@ -1630,6 +1640,10 @@ public class DBConnection : SdkModel
16301640 public string ? schema { get ; set ; } = null ;
16311641 /// <summary>Maximum number of concurrent connection to use</summary>
16321642 public long ? max_connections { get ; set ; } = null ;
1643+ /// <summary>Maximum number of concurrent queries to begin on this connection</summary>
1644+ public long ? max_queries { get ; set ; } = null ;
1645+ /// <summary>Maximum number of concurrent queries per user to begin on this connection</summary>
1646+ public long ? max_queries_per_user { get ; set ; } = null ;
16331647 /// <summary>Maximum size of query in GBs (BigQuery only, can be a user_attribute name)</summary>
16341648 public string ? max_billing_gigabytes { get ; set ; } = null ;
16351649 /// <summary>Use SSL/TLS when connecting to server</summary>
@@ -1685,12 +1699,22 @@ public class DBConnection : SdkModel
16851699 public string ? oauth_application_id { get ; set ; } = null ;
16861700 /// <summary>When true, error PDTs will be retried every regenerator cycle</summary>
16871701 public bool ? always_retry_failed_builds { get ; set ; } = null ;
1702+ /// <summary>Whether the connection should authenticate with the Application Default Credentials of the host environment (limited to GCP and certain dialects).</summary>
1703+ public bool ? uses_application_default_credentials { get ; set ; } = null ;
1704+ /// <summary>An alternative Service Account to use for querying datasets (used primarily with `uses_application_default_credentials`) (limited to GCP and certain dialects).</summary>
1705+ public string ? impersonated_service_account { get ; set ; } = null ;
16881706 /// <summary>When true, query cost estimate will be displayed in explore.</summary>
16891707 public bool ? cost_estimate_enabled { get ; set ; } = null ;
16901708 /// <summary>PDT builds on this connection can be kicked off and cancelled via API.</summary>
16911709 public bool ? pdt_api_control_enabled { get ; set ; } = null ;
16921710 /// <summary>Enable database connection pooling.</summary>
16931711 public bool ? connection_pooling { get ; set ; } = null ;
1712+ /// <summary>When true, represents that this connection is the default BQ connection. (read-only)</summary>
1713+ public bool ? default_bq_connection { get ; set ; } = null ;
1714+ /// <summary>The project id of the default BigQuery storage project.</summary>
1715+ public string ? bq_storage_project_id { get ; set ; } = null ;
1716+ /// <summary>When true, represents that all project roles have been verified. (read-only)</summary>
1717+ public bool ? bq_roles_verified { get ; set ; } = null ;
16941718}
16951719
16961720public class DBConnectionBase : SdkModel
@@ -4547,6 +4571,8 @@ public class RunningQueries : SdkModel
45474571 public double ? runtime { get ; set ; } = null ;
45484572 /// <summary>SQL text of the query as run (read-only)</summary>
45494573 public string ? sql { get ; set ; } = null ;
4574+ /// <summary>SQL text of the SQL Interface query as run (read-only)</summary>
4575+ public string ? sql_interface_sql { get ; set ; } = null ;
45504576}
45514577
45524578public class SamlConfig : SdkModel
@@ -4962,6 +4988,10 @@ public class Setting : SdkModel
49624988 public bool ? login_notification_enabled { get ; set ; } = null ;
49634989 /// <summary>Login notification text (read-only)</summary>
49644990 public string ? login_notification_text { get ; set ; } = null ;
4991+ /// <summary>Toggle Dashboard Auto Refresh restriction</summary>
4992+ public bool ? dashboard_auto_refresh_restriction { get ; set ; } = null ;
4993+ /// <summary>Minimum time interval for dashboard element automatic refresh. Examples: (30 seconds, 1 minute)</summary>
4994+ public string ? dashboard_auto_refresh_minimum_interval { get ; set ; } = null ;
49654995}
49664996
49674997public class SmtpNodeStatus : SdkModel
@@ -5443,7 +5473,7 @@ public class User : SdkModel
54435473 public bool ? models_dir_validated { get ; set ; } = null ;
54445474 /// <summary>ID of user's personal folder (read-only)</summary>
54455475 public string ? personal_folder_id { get ; set ; } = null ;
5446- /// <summary>User is identified as an employee of Looker (read-only)</summary>
5476+ /// <summary>(DEPRECATED) User is identified as an employee of Looker (read-only)</summary>
54475477 public bool ? presumed_looker_employee { get ; set ; } = null ;
54485478 /// <summary>Array of ids of the roles for this user (read-only)</summary>
54495479 public string [ ] ? role_ids { get ; set ; } = null ;
@@ -5940,7 +5970,7 @@ public class WriteCreateQueryTask : SdkModel
59405970}
59415971
59425972/// Dynamic writeable type for CredentialsEmail removes:
5943- /// can, created_at, user_id, is_disabled, logged_in_at, password_reset_url, account_setup_url, type, url, user_url
5973+ /// can, created_at, user_id, is_disabled, logged_in_at, password_reset_url, account_setup_url, password_reset_url_expired, account_setup_url_expired, type, url, user_url
59445974public class WriteCredentialsEmail : SdkModel
59455975{
59465976 /// <summary>EMail address used for user login</summary>
@@ -6158,7 +6188,7 @@ public class WriteDatagroup : SdkModel
61586188}
61596189
61606190/// Dynamic writeable type for DBConnection removes:
6161- /// can, dialect, snippets, pdts_enabled, uses_oauth, supports_data_studio_link, created_at, user_id, example, last_regen_at, last_reap_at, managed
6191+ /// can, dialect, snippets, pdts_enabled, uses_oauth, uses_instance_oauth, supports_data_studio_link, created_at, user_id, example, last_regen_at, last_reap_at, managed, default_bq_connection, bq_roles_verified
61626192public class WriteDBConnection : SdkModel
61636193{
61646194 /// <summary>Name of the connection. Also used as the unique identifier</summary>
@@ -6185,6 +6215,10 @@ public class WriteDBConnection : SdkModel
61856215 public string ? schema { get ; set ; } = null ;
61866216 /// <summary>Maximum number of concurrent connection to use</summary>
61876217 public long ? max_connections { get ; set ; } = null ;
6218+ /// <summary>Maximum number of concurrent queries to begin on this connection</summary>
6219+ public long ? max_queries { get ; set ; } = null ;
6220+ /// <summary>Maximum number of concurrent queries per user to begin on this connection</summary>
6221+ public long ? max_queries_per_user { get ; set ; } = null ;
61886222 /// <summary>Maximum size of query in GBs (BigQuery only, can be a user_attribute name)</summary>
61896223 public string ? max_billing_gigabytes { get ; set ; } = null ;
61906224 /// <summary>Use SSL/TLS when connecting to server</summary>
@@ -6230,12 +6264,18 @@ public class WriteDBConnection : SdkModel
62306264 public string ? oauth_application_id { get ; set ; } = null ;
62316265 /// <summary>When true, error PDTs will be retried every regenerator cycle</summary>
62326266 public bool ? always_retry_failed_builds { get ; set ; } = null ;
6267+ /// <summary>Whether the connection should authenticate with the Application Default Credentials of the host environment (limited to GCP and certain dialects).</summary>
6268+ public bool ? uses_application_default_credentials { get ; set ; } = null ;
6269+ /// <summary>An alternative Service Account to use for querying datasets (used primarily with `uses_application_default_credentials`) (limited to GCP and certain dialects).</summary>
6270+ public string ? impersonated_service_account { get ; set ; } = null ;
62336271 /// <summary>When true, query cost estimate will be displayed in explore.</summary>
62346272 public bool ? cost_estimate_enabled { get ; set ; } = null ;
62356273 /// <summary>PDT builds on this connection can be kicked off and cancelled via API.</summary>
62366274 public bool ? pdt_api_control_enabled { get ; set ; } = null ;
62376275 /// <summary>Enable database connection pooling.</summary>
62386276 public bool ? connection_pooling { get ; set ; } = null ;
6277+ /// <summary>The project id of the default BigQuery storage project.</summary>
6278+ public string ? bq_storage_project_id { get ; set ; } = null ;
62396279}
62406280
62416281/// Dynamic writeable type for DBConnectionOverride removes:
@@ -6972,6 +7012,10 @@ public class WriteSetting : SdkModel
69727012 /// <summary>(DEPRECATED) Use embed_config.embed_cookieless_v2 instead. If embed_config.embed_cookieless_v2 is specified, it overrides this value.</summary>
69737013 public bool ? embed_cookieless_v2 { get ; set ; } = null ;
69747014 public EmbedConfig ? embed_config { get ; set ; }
7015+ /// <summary>Toggle Dashboard Auto Refresh restriction</summary>
7016+ public bool ? dashboard_auto_refresh_restriction { get ; set ; } = null ;
7017+ /// <summary>Minimum time interval for dashboard element automatic refresh. Examples: (30 seconds, 1 minute)</summary>
7018+ public string ? dashboard_auto_refresh_minimum_interval { get ; set ; } = null ;
69757019}
69767020
69777021/// Dynamic writeable type for SqlInterfaceQueryCreate removes:
@@ -7031,7 +7075,7 @@ public class WriteUser : SdkModel
70317075{
70327076 /// <summary>
70337077 /// Dynamic writeable type for CredentialsEmail removes:
7034- /// can, created_at, user_id, is_disabled, logged_in_at, password_reset_url, account_setup_url, type, url, user_url
7078+ /// can, created_at, user_id, is_disabled, logged_in_at, password_reset_url, account_setup_url, password_reset_url_expired, account_setup_url_expired, type, url, user_url
70357079 /// </summary>
70367080 public WriteCredentialsEmail ? credentials_email { get ; set ; }
70377081 /// <summary>First name</summary>
0 commit comments