Class: Google::Cloud::Chronicle::V1::GetNativeDashboardRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::GetNativeDashboardRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/native_dashboard.rb
Overview
Request message to get a dashboard.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::Chronicle::V1::NativeDashboardView
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The dashboard name to fetch. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}.
187 188 189 190 |
# File 'proto_docs/google/cloud/chronicle/v1/native_dashboard.rb', line 187 class GetNativeDashboardRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::Chronicle::V1::NativeDashboardView
Returns Optional. View indicates the scope of fields to populate when returning the dashboard resource. If unspecified, defaults to the basic view.
187 188 189 190 |
# File 'proto_docs/google/cloud/chronicle/v1/native_dashboard.rb', line 187 class GetNativeDashboardRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |