Class: Google::Cloud::Monitoring::Dashboard::V1::CreateDashboardRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/dashboard/v1/dashboards_service.rb

Overview

The CreateDashboard request.

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard::Google::Cloud::Monitoring::Dashboard::V1::Dashboard

Returns Required. The initial dashboard specification.

Returns:



40
41
42
43
# File 'proto_docs/google/monitoring/dashboard/v1/dashboards_service.rb', line 40

class CreateDashboardRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The project on which to execute the request. The format is:

projects/[PROJECT_ID_OR_NUMBER]

The [PROJECT_ID_OR_NUMBER] must match the dashboard resource name.

Returns:

  • (::String)

    Required. The project on which to execute the request. The format is:

    projects/[PROJECT_ID_OR_NUMBER]
    

    The [PROJECT_ID_OR_NUMBER] must match the dashboard resource name.



40
41
42
43
# File 'proto_docs/google/monitoring/dashboard/v1/dashboards_service.rb', line 40

class CreateDashboardRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#validate_only::Boolean

Returns If set, validate the request and preview the review, but do not actually save it.

Returns:

  • (::Boolean)

    If set, validate the request and preview the review, but do not actually save it.



40
41
42
43
# File 'proto_docs/google/monitoring/dashboard/v1/dashboards_service.rb', line 40

class CreateDashboardRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end