google-apis-serviceusage_v1 0.12.0 → 0.13.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: be6484f07e9e6403185fc039be8bb06d615671232140ffb24f8429c3eee1a2ca
4
- data.tar.gz: e4137fbfbd3e8f91606965684232f2ea4863ba7a37fdffda76e89baa9f879e65
3
+ metadata.gz: f79c118abb9915bf9258b6dafb4e2e82674985a677c09a5a303a09df75b401d7
4
+ data.tar.gz: 34679d4952b461e8417fb6492c2d57233277af846282b7cfb03fb5b55a7586cc
5
5
  SHA512:
6
- metadata.gz: 982cb177f03fa60ad070d0be753c04edea19c37047cca6d8e4ac433519af46cd9a6df17b7d5ce5c4d5718b9fe93d9faad34d234b5972afe5f775f645ed0222f8
7
- data.tar.gz: 59fb1d073e7bcb2a2464573aa73b2463aacb9bbdd5201f1f672eb99794f92e9d45a443110d5bd98995c978f9579539e825a87ba39540268ce464951753da56aa
6
+ metadata.gz: 6ba21640b9e8299654324cb8e9a076fe947248a76d79eb0a04c0d4505d85dfde1335f84fe77dff9e1e77aa8b132b78a72eafa7ed42dfc446487829a662db09d4
7
+ data.tar.gz: 0bf5c89c6ef832418bd46e7cc6c98a11c4c95ad5ba58034eda6b718730952efc27d53b6ce276e37f590bb70ca77a9b79b7720b6de89ef9008925a12f0f27b6a0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceusage_v1
2
2
 
3
+ ### v0.13.0 (2021-08-05)
4
+
5
+ * Regenerated from discovery document revision 20210803
6
+
3
7
  ### v0.12.0 (2021-07-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20210707
@@ -1006,8 +1006,9 @@ module Google
1006
1006
  # @return [String]
1007
1007
  attr_accessor :deprecation_description
1008
1008
 
1009
- # The description is the comment in front of the selected proto element, such as
1010
- # a message, a method, a 'service' definition, or a field.
1009
+ # Description of the selected proto element (e.g. a message, a method, a '
1010
+ # service' definition, or a field). Defaults to leading & trailing comments
1011
+ # taken from the proto source definition of the proto element.
1011
1012
  # Corresponds to the JSON property `description`
1012
1013
  # @return [String]
1013
1014
  attr_accessor :description
@@ -2876,7 +2877,10 @@ module Google
2876
2877
  attr_accessor :name
2877
2878
 
2878
2879
  # Required. The monitored resource type. For example, the type `"
2879
- # cloudsql_database"` represents databases in Google Cloud SQL.
2880
+ # cloudsql_database"` represents databases in Google Cloud SQL. For a list of
2881
+ # types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/
2882
+ # resources) and [Logging resource types](https://cloud.google.com/logging/docs/
2883
+ # api/v2/resource-list).
2880
2884
  # Corresponds to the JSON property `type`
2881
2885
  # @return [String]
2882
2886
  attr_accessor :type
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1
18
18
  # Version of the google-apis-serviceusage_v1 gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210707"
25
+ REVISION = "20210803"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-12 00:00:00.000000000 Z
11
+ date: 2021-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceusage_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceusage_v1
63
63
  post_install_message:
64
64
  rdoc_options: []