lib/google/cloud/monitoring/dashboard/v1/dashboards_service/client.rb in google-cloud-monitoring-dashboard-v1-0.4.0 vs lib/google/cloud/monitoring/dashboard/v1/dashboards_service/client.rb in google-cloud-monitoring-dashboard-v1-0.5.0

- old
+ new

@@ -165,16 +165,13 @@ end # Service calls ## - # Creates a new custom dashboard. + # Creates a new custom dashboard. For examples on how you can use this API to create dashboards, see [Managing dashboards by API](https://cloud.google.com/monitoring/dashboards/api-dashboard). + # This method requires the `monitoring.dashboards.create` permission on the specified project. For more information about permissions, see [Cloud Identity and Access Management](https://cloud.google.com/iam). # - # This method requires the `monitoring.dashboards.create` permission - # on the specified project. For more information, see - # [Google Cloud IAM](https://cloud.google.com/iam). - # # @overload create_dashboard(request, options = nil) # Pass arguments to `create_dashboard` via a request object, either of type # {::Google::Cloud::Monitoring::Dashboard::V1::CreateDashboardRequest} or an equivalent Hash. # # @param request [::Google::Cloud::Monitoring::Dashboard::V1::CreateDashboardRequest, ::Hash] @@ -245,11 +242,11 @@ ## # Lists the existing dashboards. # # This method requires the `monitoring.dashboards.list` permission # on the specified project. For more information, see - # [Google Cloud IAM](https://cloud.google.com/iam). + # [Cloud Identity and Access Management](https://cloud.google.com/iam). # # @overload list_dashboards(request, options = nil) # Pass arguments to `list_dashboards` via a request object, either of type # {::Google::Cloud::Monitoring::Dashboard::V1::ListDashboardsRequest} or an equivalent Hash. # @@ -325,11 +322,11 @@ ## # Fetches a specific dashboard. # # This method requires the `monitoring.dashboards.get` permission # on the specified dashboard. For more information, see - # [Google Cloud IAM](https://cloud.google.com/iam). + # [Cloud Identity and Access Management](https://cloud.google.com/iam). # # @overload get_dashboard(request, options = nil) # Pass arguments to `get_dashboard` via a request object, either of type # {::Google::Cloud::Monitoring::Dashboard::V1::GetDashboardRequest} or an equivalent Hash. # @@ -399,11 +396,11 @@ ## # Deletes an existing custom dashboard. # # This method requires the `monitoring.dashboards.delete` permission # on the specified dashboard. For more information, see - # [Google Cloud IAM](https://cloud.google.com/iam). + # [Cloud Identity and Access Management](https://cloud.google.com/iam). # # @overload delete_dashboard(request, options = nil) # Pass arguments to `delete_dashboard` via a request object, either of type # {::Google::Cloud::Monitoring::Dashboard::V1::DeleteDashboardRequest} or an equivalent Hash. # @@ -471,10 +468,10 @@ ## # Replaces an existing custom dashboard with a new definition. # # This method requires the `monitoring.dashboards.update` permission # on the specified dashboard. For more information, see - # [Google Cloud IAM](https://cloud.google.com/iam). + # [Cloud Identity and Access Management](https://cloud.google.com/iam). # # @overload update_dashboard(request, options = nil) # Pass arguments to `update_dashboard` via a request object, either of type # {::Google::Cloud::Monitoring::Dashboard::V1::UpdateDashboardRequest} or an equivalent Hash. #