google-apis-serviceconsumermanagement_v1beta1 0.13.0 → 0.14.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: a8dcf12f2d53d614eddeba89b0b921c4133c6c8a696cfebee600ca5a2444cb91
4
- data.tar.gz: 6478b05f55aa299f788699450c5b7c31c475667b2c40e1a3abd2f7f72ad43e28
3
+ metadata.gz: '010112418fb4884486fbde7ee32a4c22f4fcb3e9e45231a5a2f5c0bf87ac8a9d'
4
+ data.tar.gz: f4e2cc36edb89915d881147a7a3bfbfe1d0e751e599df7221c70677324393c08
5
5
  SHA512:
6
- metadata.gz: 2c99bf6b473c76eb9cec09176ad3e4dda7a3cd761b30bb90c2df5c8d3007adf5f54fdba9b12fcecb8037d3bba8e30b9dbddd436d75a360e277672f879e6bf846
7
- data.tar.gz: c52778934bb6f448845eb36a91cad04322be3234ba3dc71acb325d4a62f1041a6dcfce02d3321ee29742331233f463b5c2e607969ae83a287124c534654b51e1
6
+ metadata.gz: 36a845684731c67a4b89d5e096ef0dc07458805bf962bd2295f3c663dc8fac57fd2c47a0c6aa8316699789691cd755211fbf4056e460de51fe9728a6670f96a3
7
+ data.tar.gz: 5177afbd5f97a644d23e7d13977a83537ac2539dcdd685c684b6e4d41d092664fb6da48d68e074a3d8dd29d2aee535a0650b66725e856d976886c66f81675daa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1beta1
2
2
 
3
+ ### v0.14.0 (2021-08-05)
4
+
5
+ * Regenerated from discovery document revision 20210803
6
+
3
7
  ### v0.13.0 (2021-07-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20210707
@@ -740,8 +740,9 @@ module Google
740
740
  # @return [String]
741
741
  attr_accessor :deprecation_description
742
742
 
743
- # The description is the comment in front of the selected proto element, such as
744
- # a message, a method, a 'service' definition, or a field.
743
+ # Description of the selected proto element (e.g. a message, a method, a '
744
+ # service' definition, or a field). Defaults to leading & trailing comments
745
+ # taken from the proto source definition of the proto element.
745
746
  # Corresponds to the JSON property `description`
746
747
  # @return [String]
747
748
  attr_accessor :description
@@ -1775,7 +1776,10 @@ module Google
1775
1776
  attr_accessor :name
1776
1777
 
1777
1778
  # Required. The monitored resource type. For example, the type `"
1778
- # cloudsql_database"` represents databases in Google Cloud SQL.
1779
+ # cloudsql_database"` represents databases in Google Cloud SQL. For a list of
1780
+ # types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/
1781
+ # resources) and [Logging resource types](https://cloud.google.com/logging/docs/
1782
+ # api/v2/resource-list).
1779
1783
  # Corresponds to the JSON property `type`
1780
1784
  # @return [String]
1781
1785
  attr_accessor :type
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceconsumermanagementV1beta1
18
18
  # Version of the google-apis-serviceconsumermanagement_v1beta1 gem
19
- GEM_VERSION = "0.13.0"
19
+ GEM_VERSION = "0.14.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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceconsumermanagement_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []