google-apis-dataproc_v1 0.86.0 → 0.87.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: 21fda1c7cd610808c92802da6e187e3632edcae93bf3f4938968a6d32926d062
|
|
4
|
+
data.tar.gz: a3339e06604cdb6dcbd0d9bea8e52b6a2fdb6476923f116169c06146d65397c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ddc2474581dcb746383140d2890264f878b69dec571d66414c8d45d1f7d39f00f7a64117646c776050cc092e70aa2620efdccb39b4692fb9fecd726178733cb9
|
|
7
|
+
data.tar.gz: 642098be1dca06d9926d432b56dc7be138e6b0e8061cc7687bdf9d2a1d2d9f8ab21ae8d9882e20d7f7a93b481903009cf188bdc7205d36e8e45a9f5844111100
|
data/CHANGELOG.md
CHANGED
|
@@ -2971,6 +2971,19 @@ module Google
|
|
|
2971
2971
|
class GceClusterConfig
|
|
2972
2972
|
include Google::Apis::Core::Hashable
|
|
2973
2973
|
|
|
2974
|
+
# Optional. An optional list of Compute Engine zones where the Dataproc cluster
|
|
2975
|
+
# will not be located when Auto Zone is enabled. Only one of zone_uri or
|
|
2976
|
+
# auto_zone_exclude_zone_uris can be set. If both are omitted, the service will
|
|
2977
|
+
# pick a zone in the cluster Compute Engine region. If
|
|
2978
|
+
# auto_zone_exclude_zone_uris is set and there is more than one non-excluded
|
|
2979
|
+
# zone, the service will pick one of the non-excluded zones. Otherwise, cluster
|
|
2980
|
+
# creation will fail with INVALID_ARGUMENT error.A full URL, partial URI, or
|
|
2981
|
+
# short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/
|
|
2982
|
+
# [project_id]/zones/[zone] projects/[project_id]/zones/[zone] [zone]
|
|
2983
|
+
# Corresponds to the JSON property `autoZoneExcludeZoneUris`
|
|
2984
|
+
# @return [Array<String>]
|
|
2985
|
+
attr_accessor :auto_zone_exclude_zone_uris
|
|
2986
|
+
|
|
2974
2987
|
# Confidential Instance Config for clusters using Confidential VMs (https://
|
|
2975
2988
|
# cloud.google.com/compute/confidential-vm/docs)
|
|
2976
2989
|
# Corresponds to the JSON property `confidentialInstanceConfig`
|
|
@@ -3093,6 +3106,7 @@ module Google
|
|
|
3093
3106
|
|
|
3094
3107
|
# Update properties of this object
|
|
3095
3108
|
def update!(**args)
|
|
3109
|
+
@auto_zone_exclude_zone_uris = args[:auto_zone_exclude_zone_uris] if args.key?(:auto_zone_exclude_zone_uris)
|
|
3096
3110
|
@confidential_instance_config = args[:confidential_instance_config] if args.key?(:confidential_instance_config)
|
|
3097
3111
|
@internal_ip_only = args[:internal_ip_only] if args.key?(:internal_ip_only)
|
|
3098
3112
|
@metadata = args[:metadata] if args.key?(:metadata)
|
|
@@ -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.87.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251203"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2352,6 +2352,7 @@ module Google
|
|
|
2352
2352
|
class GceClusterConfig
|
|
2353
2353
|
# @private
|
|
2354
2354
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2355
|
+
collection :auto_zone_exclude_zone_uris, as: 'autoZoneExcludeZoneUris'
|
|
2355
2356
|
property :confidential_instance_config, as: 'confidentialInstanceConfig', class: Google::Apis::DataprocV1::ConfidentialInstanceConfig, decorator: Google::Apis::DataprocV1::ConfidentialInstanceConfig::Representation
|
|
2356
2357
|
|
|
2357
2358
|
property :internal_ip_only, as: 'internalIpOnly'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.87.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataproc_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.87.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataproc_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|