google-apis-dataplex_v1 0.1.0 → 0.2.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dataplex_v1/classes.rb +33 -39
- data/lib/google/apis/dataplex_v1/gem_version.rb +2 -2
- data/lib/google/apis/dataplex_v1/service.rb +8 -9
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7cb881d3be3e58139fd259a768efb212d50a413765a8b9a7b27dda4ea61c9289
|
|
4
|
+
data.tar.gz: 69ecd28509d29487967c6d2b4d45bf4abc10d939c77e3946286a502c3f0e8427
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 734c84bb62f80192d60f348683393b56631dd555e0c4e2f915624138416059082d00c3fbc6357938d62fd4fa5375543368bc38bbe7a864182d948f13a184b603
|
|
7
|
+
data.tar.gz: 5e8068aad61a80b7fd77ca7755b6454b02f15cfb9767b4158e5cd0e7da29f77bcd26329e4512188e4f734075d7f2788d2616a3ca68a74c2a6ce41bf656daf0b2
|
data/CHANGELOG.md
CHANGED
|
@@ -1114,13 +1114,13 @@ module Google
|
|
|
1114
1114
|
# @return [String]
|
|
1115
1115
|
attr_accessor :description
|
|
1116
1116
|
|
|
1117
|
-
# Optional. Display name must be shorter than or equal to
|
|
1117
|
+
# Optional. Display name must be shorter than or equal to 256 characters.
|
|
1118
1118
|
# Corresponds to the JSON property `displayName`
|
|
1119
1119
|
# @return [String]
|
|
1120
1120
|
attr_accessor :display_name
|
|
1121
1121
|
|
|
1122
|
-
# Optional. The etag
|
|
1123
|
-
#
|
|
1122
|
+
# Optional. The etag associated with the entity, which can be retrieved with a
|
|
1123
|
+
# GetEntity request. Required for update and delete requests.
|
|
1124
1124
|
# Corresponds to the JSON property `etag`
|
|
1125
1125
|
# @return [String]
|
|
1126
1126
|
attr_accessor :etag
|
|
@@ -1133,7 +1133,8 @@ module Google
|
|
|
1133
1133
|
# Required. A user-provided entity ID. It is mutable, and will be used as the
|
|
1134
1134
|
# published table name. Specifying a new ID in an update entity request will
|
|
1135
1135
|
# override the existing value. The ID must contain only letters (a-z, A-Z),
|
|
1136
|
-
# numbers (0-9), and underscores. Must begin with a letter
|
|
1136
|
+
# numbers (0-9), and underscores. Must begin with a letter and consist of 256 or
|
|
1137
|
+
# fewer characters.
|
|
1137
1138
|
# Corresponds to the JSON property `id`
|
|
1138
1139
|
# @return [String]
|
|
1139
1140
|
attr_accessor :id
|
|
@@ -2174,13 +2175,10 @@ module Google
|
|
|
2174
2175
|
# @return [String]
|
|
2175
2176
|
attr_accessor :location
|
|
2176
2177
|
|
|
2177
|
-
# Output only.
|
|
2178
|
-
#
|
|
2179
|
-
#
|
|
2180
|
-
#
|
|
2181
|
-
# "US%253ACA/CA%2523Sunnyvale". The final URL will be "https://.../partitions/US%
|
|
2182
|
-
# 253ACA/CA%2523Sunnyvale". The name field in the responses will always have the
|
|
2183
|
-
# encoded format.
|
|
2178
|
+
# Output only. Partition values used in the HTTP URL must be double encoded. For
|
|
2179
|
+
# example, url_encode(url_encode(value)) can be used to encode "US:CA/CA#
|
|
2180
|
+
# Sunnyvale so that the request URL ends with "/partitions/US%253ACA/CA%
|
|
2181
|
+
# 2523Sunnyvale". The name field in the response retains the encoded format.
|
|
2184
2182
|
# Corresponds to the JSON property `name`
|
|
2185
2183
|
# @return [String]
|
|
2186
2184
|
attr_accessor :name
|
|
@@ -2208,7 +2206,8 @@ module Google
|
|
|
2208
2206
|
class GoogleCloudDataplexV1Schema
|
|
2209
2207
|
include Google::Apis::Core::Hashable
|
|
2210
2208
|
|
|
2211
|
-
# Optional. The sequence of fields describing data in table entities.
|
|
2209
|
+
# Optional. The sequence of fields describing data in table entities. Note:
|
|
2210
|
+
# BigQuery SchemaFields are immutable.
|
|
2212
2211
|
# Corresponds to the JSON property `fields`
|
|
2213
2212
|
# @return [Array<Google::Apis::DataplexV1::GoogleCloudDataplexV1SchemaSchemaField>]
|
|
2214
2213
|
attr_accessor :fields
|
|
@@ -2224,22 +2223,14 @@ module Google
|
|
|
2224
2223
|
# @return [String]
|
|
2225
2224
|
attr_accessor :partition_style
|
|
2226
2225
|
|
|
2227
|
-
# Required.
|
|
2228
|
-
#
|
|
2229
|
-
#
|
|
2230
|
-
#
|
|
2231
|
-
#
|
|
2232
|
-
#
|
|
2233
|
-
#
|
|
2234
|
-
#
|
|
2235
|
-
# actions based on that. - Set user_manage to true if you would like to fully
|
|
2236
|
-
# manage the entity schema by yourself. This is useful when you would like to
|
|
2237
|
-
# manually specify the schema for a table. In this case, the schema defined by
|
|
2238
|
-
# the user is guaranteed to be kept unchanged and would not be overwritten. But
|
|
2239
|
-
# this also means Dataplex will not provide schema evolution management for you.
|
|
2240
|
-
# Dataplex will still be able to manage partition registration (i.e., keeping
|
|
2241
|
-
# the list of partitions up to date) when Dataplex discovery is turned on and
|
|
2242
|
-
# user_managed is set to true.
|
|
2226
|
+
# Required. Set to true if user-managed or false if managed by Dataplex. The
|
|
2227
|
+
# default is false (managed by Dataplex). Set to falseto enable Dataplex
|
|
2228
|
+
# discovery to update the schema. including new data discovery, schema inference,
|
|
2229
|
+
# and schema evolution. Users retain the ability to input and edit the schema.
|
|
2230
|
+
# Dataplex treats schema input by the user as though produced by a previous
|
|
2231
|
+
# Dataplex discovery operation, and it will evolve the schema and take action
|
|
2232
|
+
# based on that treatment. Set to true to fully manage the entity schema. This
|
|
2233
|
+
# setting guarantees that Dataplex will not change schema fields.
|
|
2243
2234
|
# Corresponds to the JSON property `userManaged`
|
|
2244
2235
|
# @return [Boolean]
|
|
2245
2236
|
attr_accessor :user_managed
|
|
@@ -2260,12 +2251,13 @@ module Google
|
|
|
2260
2251
|
|
|
2261
2252
|
# Represents a key field within the entity's partition structure. You could have
|
|
2262
2253
|
# up to 20 partition fields, but only the first 10 partitions have the filtering
|
|
2263
|
-
# ability due to performance consideration.
|
|
2254
|
+
# ability due to performance consideration. Note: Partition fields are immutable.
|
|
2264
2255
|
class GoogleCloudDataplexV1SchemaPartitionField
|
|
2265
2256
|
include Google::Apis::Core::Hashable
|
|
2266
2257
|
|
|
2267
|
-
# Required. Partition name
|
|
2268
|
-
#
|
|
2258
|
+
# Required. Partition field name must consist of letters, numbers, and
|
|
2259
|
+
# underscores only, with a maximum of length of 256 characters, and must begin
|
|
2260
|
+
# with a letter or underscore..
|
|
2269
2261
|
# Corresponds to the JSON property `name`
|
|
2270
2262
|
# @return [String]
|
|
2271
2263
|
attr_accessor :name
|
|
@@ -2306,8 +2298,9 @@ module Google
|
|
|
2306
2298
|
# @return [String]
|
|
2307
2299
|
attr_accessor :mode
|
|
2308
2300
|
|
|
2309
|
-
# Required. The name of the field.
|
|
2310
|
-
#
|
|
2301
|
+
# Required. The name of the field. Must contain only letters, numbers and
|
|
2302
|
+
# underscores, with a maximum length of 767 characters, and must begin with a
|
|
2303
|
+
# letter or underscore.
|
|
2311
2304
|
# Corresponds to the JSON property `name`
|
|
2312
2305
|
# @return [String]
|
|
2313
2306
|
attr_accessor :name
|
|
@@ -2490,10 +2483,10 @@ module Google
|
|
|
2490
2483
|
attr_accessor :json
|
|
2491
2484
|
|
|
2492
2485
|
# Required. The mime type descriptor for the data. Must match the pattern `type`/
|
|
2493
|
-
# `subtype`. Supported values:
|
|
2494
|
-
# application/x-orc
|
|
2495
|
-
# subtypes`
|
|
2496
|
-
# audio
|
|
2486
|
+
# `subtype`. Supported values: application/x-parquet application/x-avro
|
|
2487
|
+
# application/x-orc application/x-tfrecord application/json application/`
|
|
2488
|
+
# subtypes` text/csv text/ image/`image subtype` video/`video subtype` audio/`
|
|
2489
|
+
# audio subtype`
|
|
2497
2490
|
# Corresponds to the JSON property `mimeType`
|
|
2498
2491
|
# @return [String]
|
|
2499
2492
|
attr_accessor :mime_type
|
|
@@ -2533,8 +2526,9 @@ module Google
|
|
|
2533
2526
|
# @return [Fixnum]
|
|
2534
2527
|
attr_accessor :header_rows
|
|
2535
2528
|
|
|
2536
|
-
# Optional. The character used to quote column values. Accepts '"'
|
|
2537
|
-
# Defaults to '"'
|
|
2529
|
+
# Optional. The character used to quote column values. Accepts '"' (double
|
|
2530
|
+
# quotation mark) or ''' (single quotation mark). Defaults to '"' (double
|
|
2531
|
+
# quotation mark) if unspecified.
|
|
2538
2532
|
# Corresponds to the JSON property `quote`
|
|
2539
2533
|
# @return [String]
|
|
2540
2534
|
attr_accessor :quote
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DataplexV1
|
|
18
18
|
# Version of the google-apis-dataplex_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.2.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220223"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2314,8 +2314,8 @@ module Google
|
|
|
2314
2314
|
# Required. The resource name of the entity: projects/`project_number`/locations/
|
|
2315
2315
|
# `location_id`/lakes/`lake_id`/zones/`zone_id`/entities/`entity_id`.
|
|
2316
2316
|
# @param [String] etag
|
|
2317
|
-
# Required. The etag associated with the
|
|
2318
|
-
#
|
|
2317
|
+
# Required. The etag associated with the entity, which can be retrieved with a
|
|
2318
|
+
# GetEntity request.
|
|
2319
2319
|
# @param [String] fields
|
|
2320
2320
|
# Selector specifying which fields to include in a partial response.
|
|
2321
2321
|
# @param [String] quota_user
|
|
@@ -2387,8 +2387,8 @@ module Google
|
|
|
2387
2387
|
# Optional. The following filter parameters can be added to the URL to limit the
|
|
2388
2388
|
# entities returned by the API: Entity ID: ?filter="id=entityID" Asset ID: ?
|
|
2389
2389
|
# filter="asset=assetID" Data path ?filter="data_path=gs://my-bucket" Is HIVE
|
|
2390
|
-
# compatible: ?filter
|
|
2391
|
-
# bigquery_compatible=true
|
|
2390
|
+
# compatible: ?filter="hive_compatible=true" Is BigQuery compatible: ?filter="
|
|
2391
|
+
# bigquery_compatible=true"
|
|
2392
2392
|
# @param [Fixnum] page_size
|
|
2393
2393
|
# Optional. Maximum number of entities to return. The service may return fewer
|
|
2394
2394
|
# than this value. If unspecified, 100 entities will be returned by default. The
|
|
@@ -2515,8 +2515,7 @@ module Google
|
|
|
2515
2515
|
# of an ordered sequence of partition values separated by "/". All values must
|
|
2516
2516
|
# be provided.
|
|
2517
2517
|
# @param [String] etag
|
|
2518
|
-
# Optional. The etag associated with the partition
|
|
2519
|
-
# retrieved.
|
|
2518
|
+
# Optional. The etag associated with the partition.
|
|
2520
2519
|
# @param [String] fields
|
|
2521
2520
|
# Selector specifying which fields to include in a partial response.
|
|
2522
2521
|
# @param [String] quota_user
|
|
@@ -2584,10 +2583,10 @@ module Google
|
|
|
2584
2583
|
# Required. The resource name of the parent entity: projects/`project_number`/
|
|
2585
2584
|
# locations/`location_id`/lakes/`lake_id`/zones/`zone_id`/entities/`entity_id`.
|
|
2586
2585
|
# @param [String] filter
|
|
2587
|
-
# Optional. Filter the partitions returned to the caller using a key
|
|
2588
|
-
# expression.
|
|
2586
|
+
# Optional. Filter the partitions returned to the caller using a key value pair
|
|
2587
|
+
# expression. Supported operators and syntax: logic operators: AND, OR
|
|
2589
2588
|
# comparison operators: <, >, >=, <= ,=, != LIKE operators: The right hand of a
|
|
2590
|
-
# LIKE operator supports
|
|
2589
|
+
# LIKE operator supports "." and "*" for wildcard searches, for example "value1
|
|
2591
2590
|
# LIKE ".*oo.*" parenthetical grouping: ( )Sample filter expression: `?filter="
|
|
2592
2591
|
# key1 < value1 OR key2 > value2"Notes: Keys to the left of operators are case
|
|
2593
2592
|
# insensitive. Partition results are sorted first by creation time, then by
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dataplex_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.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: 2022-
|
|
11
|
+
date: 2022-03-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -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/main/generated/google-apis-dataplex_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.2.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|