google-apis-dataplex_v1 0.25.0 → 0.27.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: 9d1c1bb8949d3db35d1479a24f70c2003a7d1c77fe01d5b3922a42f13260d682
4
- data.tar.gz: e9f81faa27767de1ed533b0703909324883b376ee800b41bed53aa6455f4037e
3
+ metadata.gz: 00bf8523bcff00d7620017a5bfee878288f634da2a5cae9cb236dc5d624ba5f3
4
+ data.tar.gz: 7ab605a4dfc85246284ffab9f5e021d351d97e35c442ea7e127f2c393d0736f8
5
5
  SHA512:
6
- metadata.gz: 25654254eedebd793c00cfbba97557e8c0149c7b7dd64531b95ff209c668afcbecfc697cf5989160febec894d15ae100ce6e21e17115aaad3ad2d9b54fde79f5
7
- data.tar.gz: 18a1f96eb068ed971f90208d9bfd91aedd171807b6b40ce2034a5bcab60a772c8f6f993a3ed01f314525d749406205c842ea6fa9980a63b1babff3051ea3112d
6
+ metadata.gz: b28d119e8496190e44b6faddbaf6d198667067de441367a3229b9d708e69fba109a774efac29bfd3ea2d2365a2db144f1c3599e1b30d61f932b5c0ee7f9aa5ce
7
+ data.tar.gz: 566381347034dae9ac85bd6ed209e1219a6c502e9b593e080798a36708654f6dad00ff4ab2eec936bd3be0b89c15091dbdc351777cbfd72c922b96c9df0f4bd4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dataplex_v1
2
2
 
3
+ ### v0.27.0 (2023-04-23)
4
+
5
+ * Regenerated from discovery document revision 20230412
6
+
7
+ ### v0.26.0 (2023-04-16)
8
+
9
+ * Regenerated from discovery document revision 20230328
10
+
3
11
  ### v0.25.0 (2023-03-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20230313
@@ -1232,8 +1232,11 @@ module Google
1232
1232
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo]
1233
1233
  attr_accessor :profile
1234
1234
 
1235
- # The field data type. Possible values include: STRING BYTE INT64 INT32 INT16
1236
- # DOUBLE FLOAT DECIMAL BOOLEAN BINARY TIMESTAMP DATE TIME NULL RECORD
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
@@ -1836,7 +1839,7 @@ module Google
1836
1839
  # @return [String]
1837
1840
  attr_accessor :min_value
1838
1841
 
1839
- #
1842
+ # The aggregate metric to evaluate.
1840
1843
  # Corresponds to the JSON property `statistic`
1841
1844
  # @return [String]
1842
1845
  attr_accessor :statistic
@@ -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. Must begin with a letter and consist of 256 or
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.25.0"
19
+ GEM_VERSION = "0.27.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 = "20230313"
25
+ REVISION = "20230412"
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 10 scans will be returned. The
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.25.0
4
+ version: 0.27.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-03-26 00:00:00.000000000 Z
11
+ date: 2023-04-23 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.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.27.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: []