google-apis-dataproc_v1 0.9.0 → 0.10.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: 5010466f59787d8c79b44ead287fc76500801f329f0422cfc975ab01df6136be
|
4
|
+
data.tar.gz: '0184b300821001da19f1eb1460454ed5586eb75e2857bdc4799269f2796170a4'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e9c16d47824e5208fc77d10d12f0dcda74af6608d148345f2f3e827b4ac9668d512b8eb425e873e34e4f5d2b4adb002bc2b9653b371b06f67fa6e66861663ab7
|
7
|
+
data.tar.gz: 916b309f26c3fedbdeb6fadd20d8ffde8a8bb1c3041b4666a54fe7142f16770af120b265145cf3870dd32e4b314cfb3fde747091060a13cc7b76476280f18529
|
data/CHANGELOG.md
CHANGED
@@ -1552,7 +1552,12 @@ module Google
|
|
1552
1552
|
# @return [String]
|
1553
1553
|
attr_accessor :instance_name
|
1554
1554
|
|
1555
|
-
# The public key used for sharing data with this instance.
|
1555
|
+
# The public ECIES key used for sharing data with this instance.
|
1556
|
+
# Corresponds to the JSON property `publicEciesKey`
|
1557
|
+
# @return [String]
|
1558
|
+
attr_accessor :public_ecies_key
|
1559
|
+
|
1560
|
+
# The public RSA key used for sharing data with this instance.
|
1556
1561
|
# Corresponds to the JSON property `publicKey`
|
1557
1562
|
# @return [String]
|
1558
1563
|
attr_accessor :public_key
|
@@ -1565,6 +1570,7 @@ module Google
|
|
1565
1570
|
def update!(**args)
|
1566
1571
|
@instance_id = args[:instance_id] if args.key?(:instance_id)
|
1567
1572
|
@instance_name = args[:instance_name] if args.key?(:instance_name)
|
1573
|
+
@public_ecies_key = args[:public_ecies_key] if args.key?(:public_ecies_key)
|
1568
1574
|
@public_key = args[:public_key] if args.key?(:public_key)
|
1569
1575
|
end
|
1570
1576
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DataprocV1
|
18
18
|
# Version of the google-apis-dataproc_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.10.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210521"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -920,6 +920,7 @@ module Google
|
|
920
920
|
class Representation < Google::Apis::Core::JsonRepresentation
|
921
921
|
property :instance_id, as: 'instanceId'
|
922
922
|
property :instance_name, as: 'instanceName'
|
923
|
+
property :public_ecies_key, as: 'publicEciesKey'
|
923
924
|
property :public_key, as: 'publicKey'
|
924
925
|
end
|
925
926
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dataproc_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.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-06-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dataproc_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.10.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dataproc_v1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|