google-apis-serviceconsumermanagement_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: 3249e61da8a20789516688a0f799b32736ac97f88840a06099a39f4097ccdef9
4
- data.tar.gz: 1e499c6512b2d6346952fb1f6f263650a09ffe997f5ba51adf77e1b0b4a51b85
3
+ metadata.gz: 3e2f328fa3eab07b6b8c522d0b783b6fb19aed83bcc20fb71ecb53fee62614f3
4
+ data.tar.gz: 3c0a6507e9123131f5b4f31e1a9fa3c4e1bb50006d87a9d34fcc6ebf1a3b4804
5
5
  SHA512:
6
- metadata.gz: 5a08c06572a8aeb9cc61a98326f1185319b2dcee9ea631eb81756df9992e70eb134702941929958afb356061ace575135628e8065795fa8736b0c77b08176ffd
7
- data.tar.gz: 2ee517aad8acc291d221bfa1066d959ac2f7b36f178aa91ae3d24a208e97819da99434bfc4727d5de00b253ffd45c86308000d22c03646f3444a2ba8eb410557
6
+ metadata.gz: 2a1040ca4d9e92e0769d4137c888472d52380bd8f111c452dc538e7c3db7739a1ae6a60471e048d477a7fefd37b4e6a777769a4f78f0a765fe0ca8138460e196
7
+ data.tar.gz: e06298f2c942439c19b5e9a35897bd5fb685b01a29ca4720037e2c9693f9e031458c41fe4251ae42ca20be8aee8a51ebc577bc2a883170ea2aef8f4238927409
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_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
@@ -909,8 +909,9 @@ module Google
909
909
  # @return [String]
910
910
  attr_accessor :deprecation_description
911
911
 
912
- # The description is the comment in front of the selected proto element, such as
913
- # a message, a method, a 'service' definition, or a field.
912
+ # Description of the selected proto element (e.g. a message, a method, a '
913
+ # service' definition, or a field). Defaults to leading & trailing comments
914
+ # taken from the proto source definition of the proto element.
914
915
  # Corresponds to the JSON property `description`
915
916
  # @return [String]
916
917
  attr_accessor :description
@@ -1994,7 +1995,10 @@ module Google
1994
1995
  attr_accessor :name
1995
1996
 
1996
1997
  # Required. The monitored resource type. For example, the type `"
1997
- # cloudsql_database"` represents databases in Google Cloud SQL.
1998
+ # cloudsql_database"` represents databases in Google Cloud SQL. For a list of
1999
+ # types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/
2000
+ # resources) and [Logging resource types](https://cloud.google.com/logging/docs/
2001
+ # api/v2/resource-list).
1998
2002
  # Corresponds to the JSON property `type`
1999
2003
  # @return [String]
2000
2004
  attr_accessor :type
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceconsumermanagementV1
18
18
  # Version of the google-apis-serviceconsumermanagement_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-serviceconsumermanagement_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-serviceconsumermanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceconsumermanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []