Cloud Monitoring Dashboards V1 API - Class Google::Cloud::Monitoring::Dashboard::V1::CreateDashboardRequest (v0.12.1)

Reference documentation and code samples for the Cloud Monitoring Dashboards V1 API class Google::Cloud::Monitoring::Dashboard::V1::CreateDashboardRequest.

The CreateDashboard request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#dashboard

def dashboard() -> ::Google::Cloud::Monitoring::Dashboard::V1::Dashboard
Returns

#dashboard=

def dashboard=(value) -> ::Google::Cloud::Monitoring::Dashboard::V1::Dashboard
Parameter
Returns

#parent

def parent() -> ::String
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.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::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.

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.

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — If set, validate the request and preview the review, but do not actually save it.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.