google-apis-datastream_v1alpha1 0.11.0 → 0.12.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: f4f58035c6167ad0af4679ccad5d2b2f89e77129d1e3cdcdd3f1727c33d3da35
|
|
4
|
+
data.tar.gz: b29287e0b1bcf20c81619f123b3bef5b5bdfe7acac5d897dd2454c89cbcf9839
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0414df1731c3557c3c56c2d009ef65539fdf621108671d506df0233417341cfd0433f2e7e1bd9ef0a728913175eb214209f5bc518ce0502ff1fd53e8cc7208e5
|
|
7
|
+
data.tar.gz: 71a801ef76077637d4e1dbe2e472c2d4bb28a6ccd0d60748265b5d4c85c3fa18c77fc6cde756244c96f104961d18bdddc660fc235b0382083450144aa00b1b5d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-datastream_v1alpha1
|
|
2
2
|
|
|
3
|
+
### v0.12.0 (2022-07-08)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20220629
|
|
6
|
+
* Regenerated using generator version 0.9.0
|
|
7
|
+
|
|
3
8
|
### v0.11.0 (2022-07-01)
|
|
4
9
|
|
|
5
10
|
* Regenerated using generator version 0.8.0
|
|
@@ -2030,8 +2030,7 @@ module Google
|
|
|
2030
2030
|
class VpcPeeringConfig
|
|
2031
2031
|
include Google::Apis::Core::Hashable
|
|
2032
2032
|
|
|
2033
|
-
# Required. A free subnet for peering. (CIDR of /29)
|
|
2034
|
-
# validators.
|
|
2033
|
+
# Required. A free subnet for peering. (CIDR of /29)
|
|
2035
2034
|
# Corresponds to the JSON property `subnet`
|
|
2036
2035
|
# @return [String]
|
|
2037
2036
|
attr_accessor :subnet
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DatastreamV1alpha1
|
|
18
18
|
# Version of the google-apis-datastream_v1alpha1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.12.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220629"
|
|
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-datastream_v1alpha1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.12.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: 2022-07-
|
|
11
|
+
date: 2022-07-11 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/main/generated/google-apis-datastream_v1alpha1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1alpha1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1alpha1/v0.12.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastream_v1alpha1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|