google-apis-dataplex_v1 0.24.0 → 0.25.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: 9d1c1bb8949d3db35d1479a24f70c2003a7d1c77fe01d5b3922a42f13260d682
|
|
4
|
+
data.tar.gz: e9f81faa27767de1ed533b0703909324883b376ee800b41bed53aa6455f4037e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25654254eedebd793c00cfbba97557e8c0149c7b7dd64531b95ff209c668afcbecfc697cf5989160febec894d15ae100ce6e21e17115aaad3ad2d9b54fde79f5
|
|
7
|
+
data.tar.gz: 18a1f96eb068ed971f90208d9bfd91aedd171807b6b40ce2034a5bcab60a772c8f6f993a3ed01f314525d749406205c842ea6fa9980a63b1babff3051ea3112d
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
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: '
|
|
1147
|
+
# form: 'address.city'.
|
|
1146
1148
|
# Corresponds to the JSON property `name`
|
|
1147
1149
|
# @return [String]
|
|
1148
1150
|
attr_accessor :name
|
|
@@ -2326,6 +2328,14 @@ module Google
|
|
|
2326
2328
|
# @return [String]
|
|
2327
2329
|
attr_accessor :entity
|
|
2328
2330
|
|
|
2331
|
+
# Immutable. The service-qualified full resource name of the cloud resource for
|
|
2332
|
+
# a DataScan job to scan against. The field could be: BigQuery table of type "
|
|
2333
|
+
# TABLE" for DataProfileScan/DataQualityScan Format: //bigquery.googleapis.com/
|
|
2334
|
+
# projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
|
|
2335
|
+
# Corresponds to the JSON property `resource`
|
|
2336
|
+
# @return [String]
|
|
2337
|
+
attr_accessor :resource
|
|
2338
|
+
|
|
2329
2339
|
def initialize(**args)
|
|
2330
2340
|
update!(**args)
|
|
2331
2341
|
end
|
|
@@ -2333,6 +2343,7 @@ module Google
|
|
|
2333
2343
|
# Update properties of this object
|
|
2334
2344
|
def update!(**args)
|
|
2335
2345
|
@entity = args[:entity] if args.key?(:entity)
|
|
2346
|
+
@resource = args[:resource] if args.key?(:resource)
|
|
2336
2347
|
end
|
|
2337
2348
|
end
|
|
2338
2349
|
|
|
@@ -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.25.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 = "20230313"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -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.
|
|
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.
|
|
4
|
+
version: 0.25.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-03-26 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.25.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: []
|