You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>This property informs the check what kind of comparison we are performing. Only certain condition types are valid for time series alerts. For details, refer to [Setting Alert Conditions](https://cloud.google.com/looker/docs/sharing-and-publishing/creating-alerts#setting_alert_conditions) Valid values are: "EQUAL_TO", "GREATER_THAN", "GREATER_THAN_OR_EQUAL_TO", "LESS_THAN", "LESS_THAN_OR_EQUAL_TO", "INCREASES_BY", "DECREASES_BY", "CHANGES_BY".</summary>
59
59
[JsonConverter(typeof(StringEnumConverter))]
60
60
publicComparisonTypecomparison_type{get;set;}
61
-
/// <summary>Vixie-Style crontab specification when to run. At minumum, it has to be longer than 15 minute intervals</summary>
61
+
/// <summary>Vixie-Style crontab specification when to run. At minimum, it has to be longer than 15 minute intervals</summary>
62
62
publicstringcron{get;set;}="";
63
63
/// <summary>Domain for the custom url selected by the alert creator from the admin defined domain allowlist</summary>
64
64
publicstring?custom_url_base{get;set;}=null;
@@ -1811,7 +1811,7 @@ public class Dialect : SdkModel
/// <summary>Operations the current user is able to perform on this object (read-only)</summary>
4876
+
publicStringDictionary<bool>?can{get;set;}=null;
4877
+
/// <summary>Original SQL request</summary>
4878
+
publicstringsql{get;set;}="";
4879
+
/// <summary>Whether the query should be run for use in a JDBC Client. This changes the formatting of some datetime based values.</summary>
4880
+
publicbool?jdbc_client{get;set;}=null;
4881
+
}
4882
+
4861
4883
publicclassSqlQuery:SdkModel
4862
4884
{
4863
4885
/// <summary>Operations the current user is able to perform on this object (read-only)</summary>
@@ -5534,7 +5556,7 @@ public class WriteAlert : SdkModel
5534
5556
/// <summary>This property informs the check what kind of comparison we are performing. Only certain condition types are valid for time series alerts. For details, refer to [Setting Alert Conditions](https://cloud.google.com/looker/docs/sharing-and-publishing/creating-alerts#setting_alert_conditions) Valid values are: "EQUAL_TO", "GREATER_THAN", "GREATER_THAN_OR_EQUAL_TO", "LESS_THAN", "LESS_THAN_OR_EQUAL_TO", "INCREASES_BY", "DECREASES_BY", "CHANGES_BY".</summary>
5535
5557
[JsonConverter(typeof(StringEnumConverter))]
5536
5558
publicComparisonTypecomparison_type{get;set;}
5537
-
/// <summary>Vixie-Style crontab specification when to run. At minumum, it has to be longer than 15 minute intervals</summary>
5559
+
/// <summary>Vixie-Style crontab specification when to run. At minimum, it has to be longer than 15 minute intervals</summary>
5538
5560
publicstringcron{get;set;}="";
5539
5561
/// <summary>Domain for the custom url selected by the alert creator from the admin defined domain allowlist</summary>
5540
5562
publicstring?custom_url_base{get;set;}=null;
@@ -6478,7 +6500,7 @@ public class WritePrivatelabelConfiguration : SdkModel
0 commit comments