google-apis-serviceusage_v1 0.12.0 → 0.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f79c118abb9915bf9258b6dafb4e2e82674985a677c09a5a303a09df75b401d7
|
|
4
|
+
data.tar.gz: 34679d4952b461e8417fb6492c2d57233277af846282b7cfb03fb5b55a7586cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6ba21640b9e8299654324cb8e9a076fe947248a76d79eb0a04c0d4505d85dfde1335f84fe77dff9e1e77aa8b132b78a72eafa7ed42dfc446487829a662db09d4
|
|
7
|
+
data.tar.gz: 0bf5c89c6ef832418bd46e7cc6c98a11c4c95ad5ba58034eda6b718730952efc27d53b6ce276e37f590bb70ca77a9b79b7720b6de89ef9008925a12f0f27b6a0
|
data/CHANGELOG.md
CHANGED
|
@@ -1006,8 +1006,9 @@ module Google
|
|
|
1006
1006
|
# @return [String]
|
|
1007
1007
|
attr_accessor :deprecation_description
|
|
1008
1008
|
|
|
1009
|
-
#
|
|
1010
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|