google-apis-datafusion_v1 0.7.0 → 0.8.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: 2b96cd6900fa655f2a80fa41c348dd9da356ee63a9cc03600552f1db6e31a224
|
4
|
+
data.tar.gz: a531edbf6b62c25a5ad371f0e67c9502252bebd1cd451b137abd2ffe15bdfe4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 398c878bd74b3f7884613864fb5b5ee8809fda9ca8e124b277af2ed5331e45434a23851fe5a92c21de29e7daff8a1fd0da898cbcb696a6fbf21d80eb84636bb6
|
7
|
+
data.tar.gz: 31efe4569447dabf6277e6538e3133d563493a6f6ede8d137db4bf4c9283c2bc45231fc2dd7ee5b8ac94b87a16aa72f0a1c6b653440b9ab2c3c6a387c3db3ec1
|
data/CHANGELOG.md
CHANGED
@@ -202,6 +202,28 @@ module Google
|
|
202
202
|
end
|
203
203
|
end
|
204
204
|
|
205
|
+
# The crypto key configuration. This field is used by the Customer-managed
|
206
|
+
# encryption keys (CMEK) feature.
|
207
|
+
class CryptoKeyConfig
|
208
|
+
include Google::Apis::Core::Hashable
|
209
|
+
|
210
|
+
# The name of the key which is used to encrypt/decrypt customer data. For key in
|
211
|
+
# Cloud KMS, the key should be in the format of `projects/*/locations/*/keyRings/
|
212
|
+
# */cryptoKeys/*`.
|
213
|
+
# Corresponds to the JSON property `keyReference`
|
214
|
+
# @return [String]
|
215
|
+
attr_accessor :key_reference
|
216
|
+
|
217
|
+
def initialize(**args)
|
218
|
+
update!(**args)
|
219
|
+
end
|
220
|
+
|
221
|
+
# Update properties of this object
|
222
|
+
def update!(**args)
|
223
|
+
@key_reference = args[:key_reference] if args.key?(:key_reference)
|
224
|
+
end
|
225
|
+
end
|
226
|
+
|
205
227
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
206
228
|
# messages in your APIs. A typical example is to use it as the request or the
|
207
229
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
@@ -298,6 +320,12 @@ module Google
|
|
298
320
|
# @return [String]
|
299
321
|
attr_accessor :create_time
|
300
322
|
|
323
|
+
# The crypto key configuration. This field is used by the Customer-managed
|
324
|
+
# encryption keys (CMEK) feature.
|
325
|
+
# Corresponds to the JSON property `cryptoKeyConfig`
|
326
|
+
# @return [Google::Apis::DatafusionV1::CryptoKeyConfig]
|
327
|
+
attr_accessor :crypto_key_config
|
328
|
+
|
301
329
|
# User-managed service account to set on Dataproc when Cloud Data Fusion creates
|
302
330
|
# Dataproc to run data processing pipelines. This allows users to have fine-
|
303
331
|
# grained access control on Dataproc's accesses to cloud resources.
|
@@ -340,8 +368,8 @@ module Google
|
|
340
368
|
attr_accessor :gcs_bucket
|
341
369
|
|
342
370
|
# The resource labels for instance to use to annotate any related underlying
|
343
|
-
# resources such as
|
344
|
-
# the labels.
|
371
|
+
# resources such as Compute Engine VMs. The character '=' is not allowed to be
|
372
|
+
# used within the labels.
|
345
373
|
# Corresponds to the JSON property `labels`
|
346
374
|
# @return [Hash<String,String>]
|
347
375
|
attr_accessor :labels
|
@@ -439,6 +467,7 @@ module Google
|
|
439
467
|
@api_endpoint = args[:api_endpoint] if args.key?(:api_endpoint)
|
440
468
|
@available_version = args[:available_version] if args.key?(:available_version)
|
441
469
|
@create_time = args[:create_time] if args.key?(:create_time)
|
470
|
+
@crypto_key_config = args[:crypto_key_config] if args.key?(:crypto_key_config)
|
442
471
|
@dataproc_service_account = args[:dataproc_service_account] if args.key?(:dataproc_service_account)
|
443
472
|
@description = args[:description] if args.key?(:description)
|
444
473
|
@display_name = args[:display_name] if args.key?(:display_name)
|
@@ -720,7 +749,7 @@ module Google
|
|
720
749
|
class OperationMetadata
|
721
750
|
include Google::Apis::Core::Hashable
|
722
751
|
|
723
|
-
# Map to hold any
|
752
|
+
# Map to hold any additional status info for the operation If there is an
|
724
753
|
# accelerator being enabled/disabled/deleted, this will be populated with
|
725
754
|
# accelerator name as key and status as ENABLING, DISABLING or DELETING
|
726
755
|
# Corresponds to the JSON property `additionalStatus`
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DatafusionV1
|
18
18
|
# Version of the google-apis-datafusion_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.8.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210628"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -52,6 +52,12 @@ module Google
|
|
52
52
|
include Google::Apis::Core::JsonObjectSupport
|
53
53
|
end
|
54
54
|
|
55
|
+
class CryptoKeyConfig
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
55
61
|
class Empty
|
56
62
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
63
|
|
@@ -201,6 +207,13 @@ module Google
|
|
201
207
|
end
|
202
208
|
end
|
203
209
|
|
210
|
+
class CryptoKeyConfig
|
211
|
+
# @private
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
213
|
+
property :key_reference, as: 'keyReference'
|
214
|
+
end
|
215
|
+
end
|
216
|
+
|
204
217
|
class Empty
|
205
218
|
# @private
|
206
219
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -226,6 +239,8 @@ module Google
|
|
226
239
|
collection :available_version, as: 'availableVersion', class: Google::Apis::DatafusionV1::Version, decorator: Google::Apis::DatafusionV1::Version::Representation
|
227
240
|
|
228
241
|
property :create_time, as: 'createTime'
|
242
|
+
property :crypto_key_config, as: 'cryptoKeyConfig', class: Google::Apis::DatafusionV1::CryptoKeyConfig, decorator: Google::Apis::DatafusionV1::CryptoKeyConfig::Representation
|
243
|
+
|
229
244
|
property :dataproc_service_account, as: 'dataprocServiceAccount'
|
230
245
|
property :description, as: 'description'
|
231
246
|
property :display_name, as: 'displayName'
|
@@ -95,7 +95,7 @@ module Google
|
|
95
95
|
# @param [Boolean] include_unrevealed_locations
|
96
96
|
# If true, the returned list will include locations which are not yet revealed.
|
97
97
|
# @param [Fixnum] page_size
|
98
|
-
# The maximum number of results to return. If not set, the service
|
98
|
+
# The maximum number of results to return. If not set, the service selects a
|
99
99
|
# default.
|
100
100
|
# @param [String] page_token
|
101
101
|
# A page token received from the `next_page_token` field in the response. Send
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-datafusion_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.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-07-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.4'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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/master/generated/google-apis-datafusion_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1/v0.8.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-datafusion_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|