google-apis-dataplex_v1 0.84.0 → 0.86.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: 5e2fed232be1ee3bcc03161d23ecddb739d2e53663fd73a15264f61346173aff
|
4
|
+
data.tar.gz: 04fd1a8bc4c23074906c39aa4cf03afbca93c4acde00d893d089a9bd827b288e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4398320fa6485591f45fd9c58e3f88fcfb7c4ea5233efde05ade627cd40565b29ad2be3992e8727ae858cdf301a0b670d89bddbf578545d0b9c138170434516
|
7
|
+
data.tar.gz: 6d57602b8334d31ac0dee3fb43fde332018123518b8b10fdb895b89f2a978d41dd2fa003892d0a5148d12a16ef7e0abb2b81c0911a5c8a47abc060541e6e7b30
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-dataplex_v1
|
2
2
|
|
3
|
+
### v0.86.0 (2025-09-21)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250915
|
6
|
+
|
7
|
+
### v0.85.0 (2025-09-14)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250907
|
10
|
+
|
3
11
|
### v0.84.0 (2025-08-31)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250825
|
@@ -7158,11 +7158,11 @@ module Google
|
|
7158
7158
|
# @return [Array<String>]
|
7159
7159
|
attr_accessor :aspect_types
|
7160
7160
|
|
7161
|
-
# Required. The entry
|
7162
|
-
# relative resource
|
7163
|
-
#
|
7164
|
-
# belong to the specified entry
|
7165
|
-
#
|
7161
|
+
# Required. The entry groups that are in scope for the import job, specified as
|
7162
|
+
# relative resource names in the format projects/`project_number_or_id`/
|
7163
|
+
# locations/`location_id`/entryGroups/`entry_group_id`. Only entries and aspects
|
7164
|
+
# that belong to the specified entry groups are affected by the job.The entry
|
7165
|
+
# groups and the job must be in the same location.
|
7166
7166
|
# Corresponds to the JSON property `entryGroups`
|
7167
7167
|
# @return [Array<String>]
|
7168
7168
|
attr_accessor :entry_groups
|
@@ -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.86.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 = "20250915"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -546,8 +546,8 @@ module Google
|
|
546
546
|
# @param [String] name
|
547
547
|
# The resource that owns the locations collection, if applicable.
|
548
548
|
# @param [Array<String>, String] extra_location_types
|
549
|
-
# Optional.
|
550
|
-
#
|
549
|
+
# Optional. Unless explicitly documented otherwise, don't use this unsupported
|
550
|
+
# field which is primarily intended for internal usage.
|
551
551
|
# @param [String] filter
|
552
552
|
# A filter to narrow down results to a preferred subset. The filtering language
|
553
553
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
@@ -589,7 +589,11 @@ module Google
|
|
589
589
|
execute_or_queue_command(command, &block)
|
590
590
|
end
|
591
591
|
|
592
|
-
# Looks up an entry by name using the permission on the source system.
|
592
|
+
# Looks up an entry by name using the permission on the source system. Caution:
|
593
|
+
# The Vertex AI, Bigtable, Spanner, Pub/Sub, Dataform, and Dataproc Metastore
|
594
|
+
# metadata that is stored in Dataplex Universal Catalog is changing. For more
|
595
|
+
# information, see Changes to metadata stored in Dataplex Universal Catalog (
|
596
|
+
# https://cloud.google.com/dataplex/docs/metadata-changes).
|
593
597
|
# @param [String] name
|
594
598
|
# Required. The project to which the request should be attributed in the
|
595
599
|
# following form: projects/`project`/locations/`location`.
|
@@ -3066,7 +3070,10 @@ module Google
|
|
3066
3070
|
execute_or_queue_command(command, &block)
|
3067
3071
|
end
|
3068
3072
|
|
3069
|
-
# Gets an Entry.
|
3073
|
+
# Gets an Entry. Caution: The Vertex AI, Bigtable, Spanner, Pub/Sub, Dataform,
|
3074
|
+
# and Dataproc Metastore metadata that is stored in Dataplex Universal Catalog
|
3075
|
+
# is changing. For more information, see Changes to metadata stored in Dataplex
|
3076
|
+
# Universal Catalog (https://cloud.google.com/dataplex/docs/metadata-changes).
|
3070
3077
|
# @param [String] name
|
3071
3078
|
# Required. The resource name of the Entry: projects/`project`/locations/`
|
3072
3079
|
# location`/entryGroups/`entry_group`/entries/`entry`.
|
@@ -3108,7 +3115,11 @@ module Google
|
|
3108
3115
|
execute_or_queue_command(command, &block)
|
3109
3116
|
end
|
3110
3117
|
|
3111
|
-
# Lists Entries within an EntryGroup.
|
3118
|
+
# Lists Entries within an EntryGroup. Caution: The Vertex AI, Bigtable, Spanner,
|
3119
|
+
# Pub/Sub, Dataform, and Dataproc Metastore metadata that is stored in Dataplex
|
3120
|
+
# Universal Catalog is changing. For more information, see Changes to metadata
|
3121
|
+
# stored in Dataplex Universal Catalog (https://cloud.google.com/dataplex/docs/
|
3122
|
+
# metadata-changes).
|
3112
3123
|
# @param [String] parent
|
3113
3124
|
# Required. The resource name of the parent Entry Group: projects/`project`/
|
3114
3125
|
# locations/`location`/entryGroups/`entry_group`.
|
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.86.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.86.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:
|