google-apis-servicenetworking_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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 18aebaf97f33e9df8cafa92ec987999169275a1d6044536654fafef0066e9107
|
4
|
+
data.tar.gz: 71f9310915563d668969a9011e895acf6c7030ece17ecc6c16790c4f559698de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f36587cdf033b7384a7551bb981637ee185a07ab15d0598da01f6eaa9ad2297275917ced11da9f359b17956d7c8ac0029a7253fecfc28fbbebfb17a481f1a568
|
7
|
+
data.tar.gz: 36f92bcf8aaff039d226076daf9499f6499bc2083558ddf9acb66fad19b14e100447a093921866c22209d4ff0e444eb909a44b873aaf7dafbb4413fd47ede599
|
data/CHANGELOG.md
CHANGED
@@ -1358,8 +1358,9 @@ module Google
|
|
1358
1358
|
# @return [String]
|
1359
1359
|
attr_accessor :deprecation_description
|
1360
1360
|
|
1361
|
-
#
|
1362
|
-
#
|
1361
|
+
# Description of the selected proto element (e.g. a message, a method, a '
|
1362
|
+
# service' definition, or a field). Defaults to leading & trailing comments
|
1363
|
+
# taken from the proto source definition of the proto element.
|
1363
1364
|
# Corresponds to the JSON property `description`
|
1364
1365
|
# @return [String]
|
1365
1366
|
attr_accessor :description
|
@@ -2600,7 +2601,10 @@ module Google
|
|
2600
2601
|
attr_accessor :name
|
2601
2602
|
|
2602
2603
|
# Required. The monitored resource type. For example, the type `"
|
2603
|
-
# cloudsql_database"` represents databases in Google Cloud SQL.
|
2604
|
+
# cloudsql_database"` represents databases in Google Cloud SQL. For a list of
|
2605
|
+
# types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/
|
2606
|
+
# resources) and [Logging resource types](https://cloud.google.com/logging/docs/
|
2607
|
+
# api/v2/resource-list).
|
2604
2608
|
# Corresponds to the JSON property `type`
|
2605
2609
|
# @return [String]
|
2606
2610
|
attr_accessor :type
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicenetworkingV1
|
18
18
|
# Version of the google-apis-servicenetworking_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-servicenetworking_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-servicenetworking_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.13.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicenetworking_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|