google-apis-serviceusage_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: c8f61a40556d5b6da6bdd96a83dd8aa9dc3570a4cdd46ee45b6c67816619d854
4
- data.tar.gz: 5eb6eb87c28c4192139bb4a30cdb65cfc3980f73cbd78d24c06c855d2b7f5bff
3
+ metadata.gz: a57a2410eca64e32385079ec227a61e4a6b922dd6c19bf2b25188d778eafc455
4
+ data.tar.gz: ff3d426a14085d56307ad151b4efce1c75f04b7552984977702ba5b21db2fdfd
5
5
  SHA512:
6
- metadata.gz: da2a29bebbcb1e8753c29d6f7846319ec8be5406bff2bfd9423ecf41b1f13986c43cdaa5761b698b9e3ab3e5abaa87cdd0bd0c29c0c4a89f1ee498e3adc4f81e
7
- data.tar.gz: f3981a3c361940c695898b574abd49c6b932f5025eec203df69453cfdb75be38d848e2a7c2c552bc6d3d8e54ec1c4351a28e2bd67690f9bbe425e02b6801ef54
6
+ metadata.gz: 2c0fb75478fb08f09ef32ba2e8902cc9765cf8f2e38d0a20c729f75cac058f8363ed44538fb1c5b08d186f76969fd6a47d254f51d56fe5c7b5941df5d62b541f
7
+ data.tar.gz: 6a8045b2d7c10d3ec4494344a140a5f8f839df078f2b5f0980171c517d9f4e47ef7a81db507aed6e7fa841103824dee000c92f9f5d6ba4bcb648f68087b9cc06
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceusage_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
@@ -1077,8 +1077,9 @@ module Google
1077
1077
  # @return [String]
1078
1078
  attr_accessor :deprecation_description
1079
1079
 
1080
- # The description is the comment in front of the selected proto element, such as
1081
- # a message, a method, a 'service' definition, or a field.
1080
+ # Description of the selected proto element (e.g. a message, a method, a '
1081
+ # service' definition, or a field). Defaults to leading & trailing comments
1082
+ # taken from the proto source definition of the proto element.
1082
1083
  # Corresponds to the JSON property `description`
1083
1084
  # @return [String]
1084
1085
  attr_accessor :description
@@ -3096,7 +3097,10 @@ module Google
3096
3097
  attr_accessor :name
3097
3098
 
3098
3099
  # Required. The monitored resource type. For example, the type `"
3099
- # cloudsql_database"` represents databases in Google Cloud SQL.
3100
+ # cloudsql_database"` represents databases in Google Cloud SQL. For a list of
3101
+ # types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/
3102
+ # resources) and [Logging resource types](https://cloud.google.com/logging/docs/
3103
+ # api/v2/resource-list).
3100
3104
  # Corresponds to the JSON property `type`
3101
3105
  # @return [String]
3102
3106
  attr_accessor :type
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1beta1
18
18
  # Version of the google-apis-serviceusage_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-serviceusage_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-serviceusage_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceusage_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []