google-apis-dataplex_v1 0.25.0 → 0.26.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: e0ddf0055eefba5337cae8ce7485bee6d1454c5775ce786afc76d3c345b5ff32
|
|
4
|
+
data.tar.gz: 3c2702d94c74a3aa6b9be5bcc0a838b14eee78c2426a1178e78ed2504975137d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 41cca2c0b7849c341d3557e7f67eabe21fe07354dfb7d3d015bb66c04a6ac81ba34be01d190139012d28386a026f5f9f302acbeea43cdbd0cd3d166513a120bd
|
|
7
|
+
data.tar.gz: e1dd136082d87d7265488c3a9db0e2b6a9c3ecd99219f6d7613f2b44c35ba8107da3ee03212c0ec0d00322b63c3739d8181ac211325d802db294c4f54a5b0986
|
data/CHANGELOG.md
CHANGED
|
@@ -1232,8 +1232,11 @@ module Google
|
|
|
1232
1232
|
# @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo]
|
|
1233
1233
|
attr_accessor :profile
|
|
1234
1234
|
|
|
1235
|
-
# The
|
|
1236
|
-
#
|
|
1235
|
+
# The data type retrieved from the schema of the data source. For instance, for
|
|
1236
|
+
# a BigQuery native table, it is the BigQuery Table Schema (https://cloud.google.
|
|
1237
|
+
# com/bigquery/docs/reference/rest/v2/tables#tablefieldschema). For a Dataplex
|
|
1238
|
+
# Entity, it is the Entity Schema (https://cloud.google.com/dataplex/docs/
|
|
1239
|
+
# reference/rpc/google.cloud.dataplex.v1#type_3).
|
|
1237
1240
|
# Corresponds to the JSON property `type`
|
|
1238
1241
|
# @return [String]
|
|
1239
1242
|
attr_accessor :type
|
|
@@ -2670,8 +2673,7 @@ module Google
|
|
|
2670
2673
|
# Required. A user-provided entity ID. It is mutable, and will be used as the
|
|
2671
2674
|
# published table name. Specifying a new ID in an update entity request will
|
|
2672
2675
|
# override the existing value. The ID must contain only letters (a-z, A-Z),
|
|
2673
|
-
# numbers (0-9), and underscores
|
|
2674
|
-
# fewer characters.
|
|
2676
|
+
# numbers (0-9), and underscores, and consist of 256 or fewer characters.
|
|
2675
2677
|
# Corresponds to the JSON property `id`
|
|
2676
2678
|
# @return [String]
|
|
2677
2679
|
attr_accessor :id
|
|
@@ -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.26.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230328"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -620,7 +620,7 @@ module Google
|
|
|
620
620
|
# specified, the ordering is undefined.
|
|
621
621
|
# @param [Fixnum] page_size
|
|
622
622
|
# Optional. Maximum number of dataScans to return. The service may return fewer
|
|
623
|
-
# than this value. If unspecified, at most
|
|
623
|
+
# than this value. If unspecified, at most 500 scans will be returned. The
|
|
624
624
|
# maximum value is 1000; values above 1000 will be coerced to 1000.
|
|
625
625
|
# @param [String] page_token
|
|
626
626
|
# Optional. Page token received from a previous ListDataScans call. Provide this
|
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.26.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: 2023-
|
|
11
|
+
date: 2023-04-16 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.26.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: []
|