google-apis-dataplex_v1 0.25.0 → 0.26.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: e0ddf0055eefba5337cae8ce7485bee6d1454c5775ce786afc76d3c345b5ff32
4
+ data.tar.gz: 3c2702d94c74a3aa6b9be5bcc0a838b14eee78c2426a1178e78ed2504975137d
5
5
  SHA512:
6
- metadata.gz: 25654254eedebd793c00cfbba97557e8c0149c7b7dd64531b95ff209c668afcbecfc697cf5989160febec894d15ae100ce6e21e17115aaad3ad2d9b54fde79f5
7
- data.tar.gz: 18a1f96eb068ed971f90208d9bfd91aedd171807b6b40ce2034a5bcab60a772c8f6f993a3ed01f314525d749406205c842ea6fa9980a63b1babff3051ea3112d
6
+ metadata.gz: 41cca2c0b7849c341d3557e7f67eabe21fe07354dfb7d3d015bb66c04a6ac81ba34be01d190139012d28386a026f5f9f302acbeea43cdbd0cd3d166513a120bd
7
+ data.tar.gz: e1dd136082d87d7265488c3a9db0e2b6a9c3ecd99219f6d7613f2b44c35ba8107da3ee03212c0ec0d00322b63c3739d8181ac211325d802db294c4f54a5b0986
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataplex_v1
2
2
 
3
+ ### v0.26.0 (2023-04-16)
4
+
5
+ * Regenerated from discovery document revision 20230328
6
+
3
7
  ### v0.25.0 (2023-03-26)
4
8
 
5
9
  * 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
@@ -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.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 = "20230313"
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 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.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-03-26 00:00:00.000000000 Z
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.25.0
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: []