google-cloud-monitoring-dashboard-v1 0.9.1 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b8ef29688672e4ee5b5c43c3b6c71a69a0649d2f3e4c470ee360155d9bc5e1d8
4
- data.tar.gz: 691ed515074cb98b6579f9d7a41948c41eb5f4ef91f22cc4e32424fdd78ab44f
3
+ metadata.gz: 834738583afd3b562ac26caee728ef7bc8c869d4df3ed557e32214257e26c4b0
4
+ data.tar.gz: c7000214d87afcd3d22de839d9d5f69ad6ea25720b913714e0f0fec470b5a006
5
5
  SHA512:
6
- metadata.gz: d72061bf559cfe76f81ffecdfcbfdf3179b08ea1f4dab9977d5f0c807b5b1380047a247bf0cfea2e07456ac3d4cea86b9c19d993d742704b34bba6deed096027
7
- data.tar.gz: 32e0e9ffc708096b5d6034264fc58ea71faa54bbda6fa1d1d2baf0747554689edee82246ba212bb26d2cd479914de76cd6a4cd8c2efb48a653e1abbcc294e231
6
+ metadata.gz: 0cd91046136fd564994c8958801c5cc66833a50fadcdb1b0c6c82ffa3bc4ce9a1b3d3b8d2e32b0c42106427c5d6bbc52c6cd4c59dfa6623d52f1cda956b91282
7
+ data.tar.gz: 83cecc2a72d9d9b3d59c3b05f93160deb61e4c74807b0a335f691828ad575d95e082be04c2eac1cc3accf8714da127de08802f86a6ed172e7687f410bf93b649
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Ruby Client for the Cloud Monitoring Dashboards V1 API
2
2
 
3
- API Client library for the Cloud Monitoring Dashboards V1 API
3
+ Manages your Cloud Monitoring data and configurations.
4
4
 
5
5
  Cloud Monitoring collects metrics, events, and metadata from Google Cloud, Amazon Web Services (AWS), hosted uptime probes, and application instrumentation. The Dashboards API manages arrangements of display widgets.
6
6
 
@@ -158,8 +158,12 @@ module Google
158
158
  # Service calls
159
159
 
160
160
  ##
161
- # 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).
162
- # 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).
161
+ # Creates a new custom dashboard. For examples on how you can use this API to
162
+ # create dashboards, see [Managing dashboards by
163
+ # API](https://cloud.google.com/monitoring/dashboards/api-dashboard). This
164
+ # method requires the `monitoring.dashboards.create` permission on the
165
+ # specified project. For more information about permissions, see [Cloud
166
+ # Identity and Access Management](https://cloud.google.com/iam).
163
167
  #
164
168
  # @overload create_dashboard(request, options = nil)
165
169
  # Pass arguments to `create_dashboard` via a request object, either of type
@@ -306,13 +310,11 @@ module Google
306
310
  # # Call the list_dashboards method.
307
311
  # result = client.list_dashboards request
308
312
  #
309
- # # The returned object is of type Gapic::PagedEnumerable. You can
310
- # # iterate over all elements by calling #each, and the enumerable
311
- # # will lazily make API calls to fetch subsequent pages. Other
312
- # # methods are also available for managing paging directly.
313
- # result.each do |response|
313
+ # # The returned object is of type Gapic::PagedEnumerable. You can iterate
314
+ # # over elements, and API calls will be issued to fetch pages as needed.
315
+ # result.each do |item|
314
316
  # # Each element is of type ::Google::Cloud::Monitoring::Dashboard::V1::Dashboard.
315
- # p response
317
+ # p item
316
318
  # end
317
319
  #
318
320
  def list_dashboards request, options = nil