Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::NativeDashboard.
NativeDashboard resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#access
def access() -> ::Google::Cloud::Chronicle::V1::DashboardAccess
Returns
- (::Google::Cloud::Chronicle::V1::DashboardAccess) — Output only. Access of the dashboard
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Creation time of dashboard.
#create_user_id
def create_user_id() -> ::String
Returns
- (::String) — Output only. User who created the dashboard.
#dashboard_user_data
def dashboard_user_data() -> ::Google::Cloud::Chronicle::V1::DashboardUserData
Returns
- (::Google::Cloud::Chronicle::V1::DashboardUserData) — Output only. User Preferences for a dashboard
#definition
def definition() -> ::Google::Cloud::Chronicle::V1::DashboardDefinition
Returns
- (::Google::Cloud::Chronicle::V1::DashboardDefinition) — Optional. Definition of the dashboard like metadata, visualization and datasource configuration etc.
#definition=
def definition=(value) -> ::Google::Cloud::Chronicle::V1::DashboardDefinition
Parameter
- value (::Google::Cloud::Chronicle::V1::DashboardDefinition) — Optional. Definition of the dashboard like metadata, visualization and datasource configuration etc.
Returns
- (::Google::Cloud::Chronicle::V1::DashboardDefinition) — Optional. Definition of the dashboard like metadata, visualization and datasource configuration etc.
#description
def description() -> ::String
Returns
- (::String) — Optional. Description of the dashboard.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Optional. Description of the dashboard.
Returns
- (::String) — Optional. Description of the dashboard.
#display_name
def display_name() -> ::String
Returns
- (::String) — Required. Dashboard display name/title visible to users.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Required. Dashboard display name/title visible to users.
Returns
- (::String) — Required. Dashboard display name/title visible to users.
#etag
def etag() -> ::String
Returns
- (::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.
#etag=
def etag=(value) -> ::String
Parameter
- value (::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.
Returns
- (::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.
#name
def name() -> ::String
Returns
- (::String) — Output only. Name of the dashboard.
#type
def type() -> ::Google::Cloud::Chronicle::V1::DashboardType
Returns
- (::Google::Cloud::Chronicle::V1::DashboardType) — Output only. Whether it's an out of the box or custom created dashboard.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Time the dashboard was last edited.
#update_user_id
def update_user_id() -> ::String
Returns
- (::String) — Output only. User who last edited the dashboard.