google-cloud-monitoring-v3 0.1.1 → 0.1.2

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: b6856967b626775c695be818fccbdb736ba4d6d8f797c8e409d40bd5d8dd10ea
4
- data.tar.gz: 770b24b699b03420e570b42e7aece38e03a6546267ea96265d0eff3aeccb355d
3
+ metadata.gz: d23948df1fdd1b121ea19cfe6427a76466291e8aa9432bd70d71d2227c9e07b3
4
+ data.tar.gz: 99aec9cd3e1c8a1e99060cf65bbe226e81f9ab9e8581c2b5fdd62b4e9a094250
5
5
  SHA512:
6
- metadata.gz: ff8875b6565bffd3452d4ddd02e8435cd4bd5a6c7b91cd81acbefc327d8cd6765a07d210370d86f1bb73793eaf4aeed1bd49e519b4541db3a2ba06b2810585d3
7
- data.tar.gz: 32ba560c72fded98c223e3ea0f795b160debeef92305a9f8d5c809a62ddc7c275c4f6a5511a23775e59c0660bab8bd65e23552ca6162d3895e7cf93a16fb838d
6
+ metadata.gz: bcfb569983077900d3a88a38ce115683df2c1722f6f0d71a5cd4e8a7eb2906c5af5de7cb4b1256a10544e5c9452a88f1956ddfe2fc6244bce2ee121c32620e00
7
+ data.tar.gz: e88d5363cb278c7c66134f3e67cdc0fdab97e1ba6e275d529ed67306450d0cd1e03bf6b2332ad14962dcd71ae59724e52be1e9a845865c731e8d2b2e1ff8bbbb
data/README.md CHANGED
@@ -18,6 +18,7 @@ In order to use this library, you first need to go through the following steps:
18
18
 
19
19
  1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
20
20
  1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
21
+ 1. [Enable the API.](https://console.cloud.google.com/apis/library/monitoring.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.list_alert_policies request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-monitoring-v3/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/monitoring)
38
+ for general usage information.
39
+
36
40
  ## Enabling Logging
37
41
 
38
42
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Monitoring
23
23
  module V3
24
- VERSION = "0.1.1"
24
+ VERSION = "0.1.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-monitoring-v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-08 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common