public sealed class ExecuteDashboardQueryRequest : IMessage<ExecuteDashboardQueryRequest>, IEquatable<ExecuteDashboardQueryRequest>, IDeepCloneable<ExecuteDashboardQueryRequest>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class ExecuteDashboardQueryRequest.
Request message to execute a dashboard query.
Implements
IMessageExecuteDashboardQueryRequest, IEquatableExecuteDashboardQueryRequest, IDeepCloneableExecuteDashboardQueryRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
ExecuteDashboardQueryRequest()
public ExecuteDashboardQueryRequest()ExecuteDashboardQueryRequest(ExecuteDashboardQueryRequest)
public ExecuteDashboardQueryRequest(ExecuteDashboardQueryRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ExecuteDashboardQueryRequest |
Properties
ClearCache
public bool ClearCache { get; set; }Optional. When true, the backend would read from the database, rather than fetching data directly from the cache.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Filters
public RepeatedField<DashboardFilter> Filters { get; }Optional. Dashboard level filters other than query string.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDashboardFilter |
|
Parent
public string Parent { get; set; }Required. The parent, under which to run this dashboardQuery. Format: projects/{project}/locations/{location}/instances/{instance}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsInstanceName
public InstanceName ParentAsInstanceName { get; set; }InstanceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
InstanceName |
|
Query
public DashboardQuery Query { get; set; }Required. The query to execute and get results back for. QueryID or 'query', 'input.time_window' fields will be used. Use 'native_dashboard' and 'dashboard_chart' fields if it is an in-dashboard query.
| Property Value | |
|---|---|
| Type | Description |
DashboardQuery |
|
UsePreviousTimeRange
public bool UsePreviousTimeRange { get; set; }Optional. When true, the backend will execute the query against the previous time range of the query.
| Property Value | |
|---|---|
| Type | Description |
bool |
|