google-apis-dataplex_v1 0.24.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: 7265520546c79654ef1c98c32a47d1f509d15ae1ff5fb11a506b4392d4abc911
4
- data.tar.gz: 9f64bb9ff5de1152caeb9a9b2aec0041ef648a9951454aa40b0e7748c6138c99
3
+ metadata.gz: e0ddf0055eefba5337cae8ce7485bee6d1454c5775ce786afc76d3c345b5ff32
4
+ data.tar.gz: 3c2702d94c74a3aa6b9be5bcc0a838b14eee78c2426a1178e78ed2504975137d
5
5
  SHA512:
6
- metadata.gz: e48a445933561979931ae956ef8eb3cf7ef87885b4444e6da0d34fb78159b538bd31d959ed5e96de01f8b0284cb1f475f43ebefca545551c46433c0043a7c7e2
7
- data.tar.gz: d42cdd3748292abd671e1a87daa12914d019655d600e48fc58345adc03ec4631d7e80f5d28528edda80c18e0b5ed7edd38513c165a6e3849e0face336c921560
6
+ metadata.gz: 41cca2c0b7849c341d3557e7f67eabe21fe07354dfb7d3d015bb66c04a6ac81ba34be01d190139012d28386a026f5f9f302acbeea43cdbd0cd3d166513a120bd
7
+ data.tar.gz: e1dd136082d87d7265488c3a9db0e2b6a9c3ecd99219f6d7613f2b44c35ba8107da3ee03212c0ec0d00322b63c3739d8181ac211325d802db294c4f54a5b0986
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.25.0 (2023-03-26)
8
+
9
+ * Regenerated from discovery document revision 20230313
10
+
3
11
  ### v0.24.0 (2023-02-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20230220
@@ -1084,7 +1084,7 @@ module Google
1084
1084
  attr_accessor :name
1085
1085
 
1086
1086
  # Optional. The list of paths for items within the associated resource (eg.
1087
- # columns within a table) along with attribute bindings.
1087
+ # columns and partitions within a table) along with attribute bindings.
1088
1088
  # Corresponds to the JSON property `paths`
1089
1089
  # @return [Array<Google::Apis::DataplexV1::GoogleCloudDataplexV1DataAttributeBindingPath>]
1090
1090
  attr_accessor :paths
@@ -1130,7 +1130,9 @@ module Google
1130
1130
  end
1131
1131
  end
1132
1132
 
1133
- # Represents a subresource of a given resource, and associated bindings with it.
1133
+ # Represents a subresource of the given resource, and associated bindings with
1134
+ # it. Currently supported subresources are column and partition schema fields
1135
+ # within a table.
1134
1136
  class GoogleCloudDataplexV1DataAttributeBindingPath
1135
1137
  include Google::Apis::Core::Hashable
1136
1138
 
@@ -1142,7 +1144,7 @@ module Google
1142
1144
  attr_accessor :attributes
1143
1145
 
1144
1146
  # Required. The name identifier of the path. Nested columns should be of the
1145
- # form: 'country.state.city'.
1147
+ # form: 'address.city'.
1146
1148
  # Corresponds to the JSON property `name`
1147
1149
  # @return [String]
1148
1150
  attr_accessor :name
@@ -1230,8 +1232,11 @@ module Google
1230
1232
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo]
1231
1233
  attr_accessor :profile
1232
1234
 
1233
- # The field data type. Possible values include: STRING BYTE INT64 INT32 INT16
1234
- # 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).
1235
1240
  # Corresponds to the JSON property `type`
1236
1241
  # @return [String]
1237
1242
  attr_accessor :type
@@ -2326,6 +2331,14 @@ module Google
2326
2331
  # @return [String]
2327
2332
  attr_accessor :entity
2328
2333
 
2334
+ # Immutable. The service-qualified full resource name of the cloud resource for
2335
+ # a DataScan job to scan against. The field could be: BigQuery table of type "
2336
+ # TABLE" for DataProfileScan/DataQualityScan Format: //bigquery.googleapis.com/
2337
+ # projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
2338
+ # Corresponds to the JSON property `resource`
2339
+ # @return [String]
2340
+ attr_accessor :resource
2341
+
2329
2342
  def initialize(**args)
2330
2343
  update!(**args)
2331
2344
  end
@@ -2333,6 +2346,7 @@ module Google
2333
2346
  # Update properties of this object
2334
2347
  def update!(**args)
2335
2348
  @entity = args[:entity] if args.key?(:entity)
2349
+ @resource = args[:resource] if args.key?(:resource)
2336
2350
  end
2337
2351
  end
2338
2352
 
@@ -2659,8 +2673,7 @@ module Google
2659
2673
  # Required. A user-provided entity ID. It is mutable, and will be used as the
2660
2674
  # published table name. Specifying a new ID in an update entity request will
2661
2675
  # override the existing value. The ID must contain only letters (a-z, A-Z),
2662
- # numbers (0-9), and underscores. Must begin with a letter and consist of 256 or
2663
- # fewer characters.
2676
+ # numbers (0-9), and underscores, and consist of 256 or fewer characters.
2664
2677
  # Corresponds to the JSON property `id`
2665
2678
  # @return [String]
2666
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.24.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 = "20230220"
25
+ REVISION = "20230328"
26
26
  end
27
27
  end
28
28
  end
@@ -1533,6 +1533,7 @@ module Google
1533
1533
  # @private
1534
1534
  class Representation < Google::Apis::Core::JsonRepresentation
1535
1535
  property :entity, as: 'entity'
1536
+ property :resource, as: 'resource'
1536
1537
  end
1537
1538
  end
1538
1539
 
@@ -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
@@ -4527,13 +4527,7 @@ module Google
4527
4527
  end
4528
4528
 
4529
4529
  # Lists operations that match the specified filter in the request. If the server
4530
- # doesn't support this method, it returns UNIMPLEMENTED.NOTE: the name binding
4531
- # allows API services to override the binding to use different resource name
4532
- # schemes, such as users/*/operations. To override the binding, API services can
4533
- # add a binding such as "/v1/`name=users/*`/operations" to their service
4534
- # configuration. For backwards compatibility, the default name includes the
4535
- # operations collection id, however overriding users must ensure the name
4536
- # binding is the parent resource, without the operations collection id.
4530
+ # doesn't support this method, it returns UNIMPLEMENTED.
4537
4531
  # @param [String] name
4538
4532
  # The name of the operation's parent resource.
4539
4533
  # @param [String] filter
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.24.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-02-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.24.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: []