google-apis-dataproc_v1 0.2.0 → 0.3.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: 47950548acf8bf93cd3b7bd748c7f3c0299a4eadce91d811b7abb1df6f8216bb
|
|
4
|
+
data.tar.gz: 9aabe18e327bc32bd271d0c164dd36f1131bdaa8d7e7eaec51a3a84fb4dc3d12
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7cc51f692c5919d3a9e1983ba92c0a0c4194e9d8cce02d09be43ffd6655a2847176a7bacf9a31fb261fc32f13d37dafdd3fb1eabf80f74df64b2be6c9007aada
|
|
7
|
+
data.tar.gz: 4c25412e2b72a24a21cfb2feec15739131b9df9e1b137c3bc1625753e3744104cc42b4f9a129dfb058546dd75eab682b4d0154c6e0d7fab27737123252027a78
|
data/CHANGELOG.md
CHANGED
|
@@ -451,7 +451,7 @@ module Google
|
|
|
451
451
|
# @return [Google::Apis::DataprocV1::InstanceGroupConfig]
|
|
452
452
|
attr_accessor :secondary_worker_config
|
|
453
453
|
|
|
454
|
-
# Security related configuration, including Kerberos.
|
|
454
|
+
# Security related configuration, including encryption, Kerberos, etc.
|
|
455
455
|
# Corresponds to the JSON property `securityConfig`
|
|
456
456
|
# @return [Google::Apis::DataprocV1::SecurityConfig]
|
|
457
457
|
attr_accessor :security_config
|
|
@@ -1667,6 +1667,11 @@ module Google
|
|
|
1667
1667
|
class JobPlacement
|
|
1668
1668
|
include Google::Apis::Core::Hashable
|
|
1669
1669
|
|
|
1670
|
+
# Optional. Cluster labels to identify a cluster where the job will be submitted.
|
|
1671
|
+
# Corresponds to the JSON property `clusterLabels`
|
|
1672
|
+
# @return [Hash<String,String>]
|
|
1673
|
+
attr_accessor :cluster_labels
|
|
1674
|
+
|
|
1670
1675
|
# Required. The name of the cluster where the job will be submitted.
|
|
1671
1676
|
# Corresponds to the JSON property `clusterName`
|
|
1672
1677
|
# @return [String]
|
|
@@ -1684,6 +1689,7 @@ module Google
|
|
|
1684
1689
|
|
|
1685
1690
|
# Update properties of this object
|
|
1686
1691
|
def update!(**args)
|
|
1692
|
+
@cluster_labels = args[:cluster_labels] if args.key?(:cluster_labels)
|
|
1687
1693
|
@cluster_name = args[:cluster_name] if args.key?(:cluster_name)
|
|
1688
1694
|
@cluster_uuid = args[:cluster_uuid] if args.key?(:cluster_uuid)
|
|
1689
1695
|
end
|
|
@@ -2799,7 +2805,7 @@ module Google
|
|
|
2799
2805
|
end
|
|
2800
2806
|
end
|
|
2801
2807
|
|
|
2802
|
-
# Security related configuration, including Kerberos.
|
|
2808
|
+
# Security related configuration, including encryption, Kerberos, etc.
|
|
2803
2809
|
class SecurityConfig
|
|
2804
2810
|
include Google::Apis::Core::Hashable
|
|
2805
2811
|
|
|
@@ -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.3.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.1.2"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210205"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -916,6 +916,7 @@ module Google
|
|
|
916
916
|
class JobPlacement
|
|
917
917
|
# @private
|
|
918
918
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
919
|
+
hash :cluster_labels, as: 'clusterLabels'
|
|
919
920
|
property :cluster_name, as: 'clusterName'
|
|
920
921
|
property :cluster_uuid, as: 'clusterUuid'
|
|
921
922
|
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.3.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-02-
|
|
11
|
+
date: 2021-02-15 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.3.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: []
|