google-apis-datastream_v1alpha1 0.4.0 → 0.5.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: f6067ad9961549d23f69ce756853e22a24c71265a3414f50eac00a9623708801
|
4
|
+
data.tar.gz: 375708c5d8b4fe024b89aa34840513be3dce7aa9f2d626a81bce0851068fdb0a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6cf44606226ddeabc9cecb21d98f7bd09571f983efaa866d4437d8bf47810d6171213ba2d15c456c3a6afdc577fcc679e1bd553e227b77b97a460be9b633f0a8
|
7
|
+
data.tar.gz: 72f0454b4a31db57c30a861860bd94ea31549975604f9e6e679f7f775bc8bf92a07cd83e9c19808686337b6f23e9cb1fc3b0ce7a027f7d4c72a2c849135ea2e4
|
data/CHANGELOG.md
CHANGED
@@ -917,12 +917,12 @@ module Google
|
|
917
917
|
class MysqlObjectIdentifier
|
918
918
|
include Google::Apis::Core::Hashable
|
919
919
|
|
920
|
-
# The database name.
|
920
|
+
# Required. The database name.
|
921
921
|
# Corresponds to the JSON property `database`
|
922
922
|
# @return [String]
|
923
923
|
attr_accessor :database
|
924
924
|
|
925
|
-
# The table name.
|
925
|
+
# Required. The table name.
|
926
926
|
# Corresponds to the JSON property `table`
|
927
927
|
# @return [String]
|
928
928
|
attr_accessor :table
|
@@ -1321,12 +1321,12 @@ module Google
|
|
1321
1321
|
class OracleObjectIdentifier
|
1322
1322
|
include Google::Apis::Core::Hashable
|
1323
1323
|
|
1324
|
-
# The schema name.
|
1324
|
+
# Required. The schema name.
|
1325
1325
|
# Corresponds to the JSON property `schema`
|
1326
1326
|
# @return [String]
|
1327
1327
|
attr_accessor :schema
|
1328
1328
|
|
1329
|
-
# The table name.
|
1329
|
+
# Required. The table name.
|
1330
1330
|
# Corresponds to the JSON property `table`
|
1331
1331
|
# @return [String]
|
1332
1332
|
attr_accessor :table
|
@@ -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.5.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220105"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -49,9 +49,7 @@ module Google
|
|
49
49
|
@batch_path = 'batch'
|
50
50
|
end
|
51
51
|
|
52
|
-
# The FetchStaticIps API call exposes the static
|
53
|
-
# Typically, a request returns children data objects under a parent data object
|
54
|
-
# that's optionally supplied in the request.
|
52
|
+
# The FetchStaticIps API call exposes the static IP addresses used by Datastream.
|
55
53
|
# @param [String] name
|
56
54
|
# Required. The name resource of the Response type. Must be in the format `
|
57
55
|
# projects/*/locations/*`.
|
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.5.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-01-
|
11
|
+
date: 2022-01-17 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.5.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.3.
|
78
|
+
rubygems_version: 3.3.5
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Datastream API V1alpha1
|