Reference documentation and code samples for the Google Cloud Chronicle V1 Client class NativeDashboard.
NativeDashboard resource.
Generated from protobuf message google.cloud.chronicle.v1.NativeDashboard
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. Name of the dashboard.
↳ display_name
string
Required. Dashboard display name/title visible to users.
↳ description
string
Optional. Description of the dashboard.
↳ definition
DashboardDefinition
Optional. Definition of the dashboard like metadata, visualization and datasource configuration etc.
↳ type
int
Output only. Whether it's an out of the box or custom created dashboard.
↳ create_time
↳ update_time
↳ create_user_id
string
Output only. User who created the dashboard.
↳ update_user_id
string
Output only. User who last edited the dashboard.
↳ dashboard_user_data
↳ etag
string
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.
↳ access
int
Output only. Access of the dashboard
getName
Output only. Name of the dashboard.
string
setName
Output only. Name of the dashboard.
var
string
$this
getDisplayName
Required. Dashboard display name/title visible to users.
string
setDisplayName
Required. Dashboard display name/title visible to users.
var
string
$this
getDescription
Optional. Description of the dashboard.
string
setDescription
Optional. Description of the dashboard.
var
string
$this
getDefinition
Optional. Definition of the dashboard like metadata, visualization and datasource configuration etc.
hasDefinition
clearDefinition
setDefinition
Optional. Definition of the dashboard like metadata, visualization and datasource configuration etc.
$this
getType
Output only. Whether it's an out of the box or custom created dashboard.
setType
Output only. Whether it's an out of the box or custom created dashboard.
$this
getCreateTime
Output only. Creation time of dashboard.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Creation time of dashboard.
$this
getUpdateTime
Output only. Time the dashboard was last edited.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Time the dashboard was last edited.
$this
getCreateUserId
Output only. User who created the dashboard.
string
setCreateUserId
Output only. User who created the dashboard.
var
string
$this
getUpdateUserId
Output only. User who last edited the dashboard.
string
setUpdateUserId
Output only. User who last edited the dashboard.
var
string
$this
getDashboardUserData
Output only. User Preferences for a dashboard
hasDashboardUserData
clearDashboardUserData
setDashboardUserData
Output only. User Preferences for a dashboard
$this
getEtag
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.
string
setEtag
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.
var
string
$this
getAccess
Output only. Access of the dashboard
setAccess
Output only. Access of the dashboard
$this

