public sealed class DashboardQuery : IMessage<DashboardQuery>, IEquatable<DashboardQuery>, IDeepCloneable<DashboardQuery>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class DashboardQuery.
DashboardQuery resource.
Implements
IMessageDashboardQuery, IEquatableDashboardQuery, IDeepCloneableDashboardQuery, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
DashboardQuery()
public DashboardQuery()DashboardQuery(DashboardQuery)
public DashboardQuery(DashboardQuery other)| Parameter | |
|---|---|
| Name | Description |
other |
DashboardQuery |
Properties
DashboardChart
public string DashboardChart { get; set; }Output only. DashboardChart this query belongs to.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DashboardChartAsDashboardChartName
public DashboardChartName DashboardChartAsDashboardChartName { get; set; }DashboardChartName-typed view over the DashboardChart resource name property.
| Property Value | |
|---|---|
| Type | Description |
DashboardChartName |
|
DashboardQueryName
public DashboardQueryName DashboardQueryName { get; set; }DashboardQueryName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
DashboardQueryName |
|
Etag
public string Etag { get; set; }Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Input
public DashboardQuery.Types.Input Input { get; set; }Required. Inputs to the query.
| Property Value | |
|---|---|
| Type | Description |
DashboardQueryTypesInput |
|
Name
public string Name { get; set; }Output only. Name of the dashboardQuery.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Query
public string Query { get; set; }Required. Search query string.
| Property Value | |
|---|---|
| Type | Description |
string |
|