Class: Google::Cloud::Chronicle::V1::GetNativeDashboardRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Required. The dashboard name to fetch. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}.

Returns:

  • (::String)

    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.

Returns:



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