google-apis-dataplex_v1 0.88.0 → 0.89.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: 8eef13d3836da5ec5396df8f949df752a13655a9307a6be8aabb3ed1ef973892
|
4
|
+
data.tar.gz: 838ac8cbe60bff6d258aa1b58caa6b78147a3c4a02215b9d9d07932ff1704a7c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4dfba5deae2dd1bae3b145f79ef5cb0ecf1bc1f69bbfb8a79322de767b87157f0357e5def1a82c2d2a0e54ec8b9244bfbb7e1d14eefcf4c746b82447ff7eddf
|
7
|
+
data.tar.gz: f93d09f9927feb317e977f56287657a6c178270c7791379d620a2c77db568005468bfb624d354f25c04d21ebc7811320e72115e2d754bc4a50d80b25fda093b7
|
data/CHANGELOG.md
CHANGED
@@ -431,6 +431,11 @@ module Google
|
|
431
431
|
# @return [String]
|
432
432
|
attr_accessor :create_time
|
433
433
|
|
434
|
+
# Optional. Immutable. Stores data classification of the aspect.
|
435
|
+
# Corresponds to the JSON property `dataClassification`
|
436
|
+
# @return [String]
|
437
|
+
attr_accessor :data_classification
|
438
|
+
|
434
439
|
# Optional. Description of the AspectType.
|
435
440
|
# Corresponds to the JSON property `description`
|
436
441
|
# @return [String]
|
@@ -489,6 +494,7 @@ module Google
|
|
489
494
|
def update!(**args)
|
490
495
|
@authorization = args[:authorization] if args.key?(:authorization)
|
491
496
|
@create_time = args[:create_time] if args.key?(:create_time)
|
497
|
+
@data_classification = args[:data_classification] if args.key?(:data_classification)
|
492
498
|
@description = args[:description] if args.key?(:description)
|
493
499
|
@display_name = args[:display_name] if args.key?(:display_name)
|
494
500
|
@etag = args[:etag] if args.key?(:etag)
|
@@ -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.89.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20251012"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1554,6 +1554,7 @@ module Google
|
|
1554
1554
|
property :authorization, as: 'authorization', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeAuthorization, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeAuthorization::Representation
|
1555
1555
|
|
1556
1556
|
property :create_time, as: 'createTime'
|
1557
|
+
property :data_classification, as: 'dataClassification'
|
1557
1558
|
property :description, as: 'description'
|
1558
1559
|
property :display_name, as: 'displayName'
|
1559
1560
|
property :etag, as: 'etag'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.89.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.89.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|