Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::CreateNativeDashboardRequest.
Request message to create a dashboard.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#native_dashboard
def native_dashboard() -> ::Google::Cloud::Chronicle::V1::NativeDashboard
Returns
- (::Google::Cloud::Chronicle::V1::NativeDashboard) — Required. The dashboard to create.
#native_dashboard=
def native_dashboard=(value) -> ::Google::Cloud::Chronicle::V1::NativeDashboard
Parameter
- value (::Google::Cloud::Chronicle::V1::NativeDashboard) — Required. The dashboard to create.
Returns
- (::Google::Cloud::Chronicle::V1::NativeDashboard) — Required. The dashboard to create.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The parent resource where this dashboard will be created. Format: projects/{project}/locations/{location}/instances/{instance}
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The parent resource where this dashboard will be created. Format: projects/{project}/locations/{location}/instances/{instance}
Returns
- (::String) — Required. The parent resource where this dashboard will be created. Format: projects/{project}/locations/{location}/instances/{instance}