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
- (::Google::Cloud::Monitoring::Dashboard::V1::Dashboard) — Required. The initial dashboard specification.
#dashboard=
def dashboard=(value) -> ::Google::Cloud::Monitoring::Dashboard::V1::Dashboard
Parameter
- value (::Google::Cloud::Monitoring::Dashboard::V1::Dashboard) — Required. The initial dashboard specification.
Returns
- (::Google::Cloud::Monitoring::Dashboard::V1::Dashboard) — Required. The initial dashboard specification.
#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.