Class: Google::Cloud::Chronicle::V1::FeaturedContentNativeDashboard
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::FeaturedContentNativeDashboard
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/featured_content_native_dashboard.rb
Overview
FeaturedContentNativeDashboard resource.
Instance Attribute Summary collapse
-
#content_metadata ⇒ ::Google::Cloud::Chronicle::V1::FeaturedContentMetadata
readonly
Output only.
-
#dashboard_content ⇒ ::Google::Cloud::Chronicle::V1::NativeDashboardWithChartsAndQueries
Optional.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#content_metadata ⇒ ::Google::Cloud::Chronicle::V1::FeaturedContentMetadata (readonly)
Returns Output only. Metadata about the FeaturedContentNativeDashboard.
36 37 38 39 |
# File 'proto_docs/google/cloud/chronicle/v1/featured_content_native_dashboard.rb', line 36 class FeaturedContentNativeDashboard include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dashboard_content ⇒ ::Google::Cloud::Chronicle::V1::NativeDashboardWithChartsAndQueries
Returns Optional. The dashboard content.
36 37 38 39 |
# File 'proto_docs/google/cloud/chronicle/v1/featured_content_native_dashboard.rb', line 36 class FeaturedContentNativeDashboard include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the FeaturedContentNativeDashboard. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featured_content_native_dashboard}.
36 37 38 39 |
# File 'proto_docs/google/cloud/chronicle/v1/featured_content_native_dashboard.rb', line 36 class FeaturedContentNativeDashboard include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |