google-apis-servicenetworking_v1beta 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: 9cca4334bcab66b621933edb64a9f65de76a299c43414cbd006029ef14b79247
4
- data.tar.gz: 4d804cf4e1310472cc3ea2da80fbeca6610553f0e608de342b556b88faee3c0e
3
+ metadata.gz: c44a9c18c84e6745fe83d6b22f222ba89da978b25dc7f5b58bf94d29e44d85af
4
+ data.tar.gz: f5f6e71f295996860cab04fb2c3983dbf19570e0a450feb009e30937278df2ce
5
5
  SHA512:
6
- metadata.gz: baacc9a478136cb435fa1ef0367a99da8846cfa1b9f58033d8c6870d58f29acb0d5758bc706f614feb180e1625b27066fc27c914012c35ceb6b3c8d08e2a732e
7
- data.tar.gz: 0cc07199a13cb741fa8a0fe88d9de843bbe27c27f08e11d6bdd5d04bae67dcee63de27877bff75ed5e13adf38ed2bcacad0077a3cdc13dbfba3efb9db89282d6
6
+ metadata.gz: 4549c9aeee55238bcd3b8a506da34b5faf5443be25f3a2e9deba77efa1611db4b5faecece8652724de38977ca70da0f58793b71546e4429fdfce5a400763e796
7
+ data.tar.gz: 8bbe1132ef22c0903f7b76943e7098936babe29d3aba145679c8758731b3762f193753dacce12da16ac65564d662a2252077f98c333a9913a5065ec10c7513b8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicenetworking_v1beta
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-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20210706
@@ -1163,8 +1163,9 @@ module Google
1163
1163
  # @return [String]
1164
1164
  attr_accessor :deprecation_description
1165
1165
 
1166
- # The description is the comment in front of the selected proto element, such as
1167
- # a message, a method, a 'service' definition, or a field.
1166
+ # Description of the selected proto element (e.g. a message, a method, a '
1167
+ # service' definition, or a field). Defaults to leading & trailing comments
1168
+ # taken from the proto source definition of the proto element.
1168
1169
  # Corresponds to the JSON property `description`
1169
1170
  # @return [String]
1170
1171
  attr_accessor :description
@@ -2323,7 +2324,10 @@ module Google
2323
2324
  attr_accessor :name
2324
2325
 
2325
2326
  # Required. The monitored resource type. For example, the type `"
2326
- # cloudsql_database"` represents databases in Google Cloud SQL.
2327
+ # cloudsql_database"` represents databases in Google Cloud SQL. For a list of
2328
+ # types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/
2329
+ # resources) and [Logging resource types](https://cloud.google.com/logging/docs/
2330
+ # api/v2/resource-list).
2327
2331
  # Corresponds to the JSON property `type`
2328
2332
  # @return [String]
2329
2333
  attr_accessor :type
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicenetworkingV1beta
18
18
  # Version of the google-apis-servicenetworking_v1beta 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 = "20210706"
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-servicenetworking_v1beta
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-servicenetworking_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicenetworking_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []