google-apis-datafusion_v1 0.5.0 → 0.9.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: b39ed5d880101a791583d86bae4d60f3537c223ae86b650f69ec4fd35f48a1ff
4
- data.tar.gz: 9209bdf8d8e715d5f22b2da8fe9cbf8e13e878d076f0461b553efc248ff233a8
3
+ metadata.gz: 536eab31e1560cea9a2b7e9089b0df46e454e963ea1bba91aadf816c0bae6242
4
+ data.tar.gz: f7181ece72aecf6ab47230b7e29ed8d2e705526dee99494bb6f6381ad911ca6b
5
5
  SHA512:
6
- metadata.gz: f81d55d5a4a6cc0710aaf2810e9137f21a0dece4da268e9d19bf687c8b2fa32eacd497d4a2e40100409ea9061f5f2910f2158c9a2ca47fa458bc015720ba6045
7
- data.tar.gz: 1b637e21b78ba9034afa09e6d144d64f91d49a513f2ae95a1ae600cf7d6ec9d31d47995acc98c8e27f20a9acecc5c5bac9758595fef7fe81df477aa0b0ec47e4
6
+ metadata.gz: bfa643459866349d695d9b7160b3bf8877d741c6ce2a1b447c8e3127df94f6aea8437dc505fcd9e8bfd98fb2f9d0a0aa3a97f021a099a5840f79fd7da34da360
7
+ data.tar.gz: 6eebf549b5975e14f50d2a5967dadaeb3f1a1afddcc46fbc4489722f0bff3c5d642b85f92b51cc3e22818329208945d9c33656cdf1be038d3e3980ed8c3480ac
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-datafusion_v1
2
2
 
3
+ ### v0.9.0 (2021-10-20)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.8.0 (2021-07-01)
8
+
9
+ * Regenerated from discovery document revision 20210628
10
+ * Regenerated using generator version 0.4.0
11
+
12
+ ### v0.7.0 (2021-06-24)
13
+
14
+ * Regenerated using generator version 0.3.0
15
+
16
+ ### v0.6.0 (2021-05-19)
17
+
18
+ * Unspecified changes
19
+
3
20
  ### v0.5.0 (2021-03-24)
4
21
 
5
22
  * Regenerated from discovery document revision 20210322
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Datafusion service in particular.)
67
67
 
@@ -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 GCE VMs. The character '=' is not allowed to be used within
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 additonal status info for the operation If there is an
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.5.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210322"
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 will select a
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,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datafusion_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.9.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-03-29 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Data Fusion API V1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -51,9 +57,9 @@ licenses:
51
57
  - Apache-2.0
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-datafusion_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1/v0.5.0
56
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-datafusion_v1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datafusion_v1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1/v0.9.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datafusion_v1
57
63
  post_install_message:
58
64
  rdoc_options: []
59
65
  require_paths:
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Cloud Data Fusion API V1