google-apis-datacatalog_v1 0.30.0 → 0.31.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d6df4262f5ba1fe6a8ade14a5fb9c8d19ee81e30db4362ab11f758b486c94b2
|
4
|
+
data.tar.gz: e5a6bf6240c58ef7c1a08d3b53639090669da86e16b37ab8c80b55dc59c1b2b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 589b3914509f04172360abac8a942f4985977fdd6d0e76803fe87ec0533fa3f74a8344eefd9434fc4275a07eb034819c325ab00ba05f77ba02934a1a6365dede
|
7
|
+
data.tar.gz: 047c43353576d146461918c039c527e760d151674cf7842820f3e1605e61d88a23092663256db16c79f6ffdf75c3f881cf6ba82a9f7c986d49847d0eee069b13
|
data/CHANGELOG.md
CHANGED
@@ -1885,12 +1885,12 @@ module Google
|
|
1885
1885
|
end
|
1886
1886
|
end
|
1887
1887
|
|
1888
|
-
#
|
1888
|
+
# Long-running operation metadata message returned by the ReconcileTags.
|
1889
1889
|
class GoogleCloudDatacatalogV1ReconcileTagsMetadata
|
1890
1890
|
include Google::Apis::Core::Hashable
|
1891
1891
|
|
1892
|
-
#
|
1893
|
-
#
|
1892
|
+
# Maps the name of each tagged column (or empty string for a sole entry) to
|
1893
|
+
# tagging operation status.
|
1894
1894
|
# Corresponds to the JSON property `errors`
|
1895
1895
|
# @return [Hash<String,Google::Apis::DatacatalogV1::Status>]
|
1896
1896
|
attr_accessor :errors
|
@@ -1915,23 +1915,21 @@ module Google
|
|
1915
1915
|
class GoogleCloudDatacatalogV1ReconcileTagsRequest
|
1916
1916
|
include Google::Apis::Core::Hashable
|
1917
1917
|
|
1918
|
-
# If set to true deletes
|
1919
|
-
#
|
1920
|
-
# the tags mentioned in the source will take place. Other tags in that entry
|
1921
|
-
# using the same tag template will be retained instead of being deleted.
|
1918
|
+
# If set to `true`, deletes entry tags related to a tag template not listed in
|
1919
|
+
# the tags source from an entry. If set to `false`, unlisted tags are retained.
|
1922
1920
|
# Corresponds to the JSON property `forceDeleteMissing`
|
1923
1921
|
# @return [Boolean]
|
1924
1922
|
attr_accessor :force_delete_missing
|
1925
1923
|
alias_method :force_delete_missing?, :force_delete_missing
|
1926
1924
|
|
1927
|
-
# Required. The name of the tag template,
|
1925
|
+
# Required. The name of the tag template, which is used for reconciliation.
|
1928
1926
|
# Corresponds to the JSON property `tagTemplate`
|
1929
1927
|
# @return [String]
|
1930
1928
|
attr_accessor :tag_template
|
1931
1929
|
|
1932
|
-
# A list of tags to
|
1933
|
-
#
|
1934
|
-
#
|
1930
|
+
# A list of tags to apply to an entry. A tag can specify a tag template, which
|
1931
|
+
# must be the template specified in the `ReconcileTagsRequest`. The sole entry
|
1932
|
+
# and each of its columns must be mentioned at most once.
|
1935
1933
|
# Corresponds to the JSON property `tags`
|
1936
1934
|
# @return [Array<Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Tag>]
|
1937
1935
|
attr_accessor :tags
|
@@ -1948,7 +1946,7 @@ module Google
|
|
1948
1946
|
end
|
1949
1947
|
end
|
1950
1948
|
|
1951
|
-
#
|
1949
|
+
# Long-running operation response message returned by ReconcileTags.
|
1952
1950
|
class GoogleCloudDatacatalogV1ReconcileTagsResponse
|
1953
1951
|
include Google::Apis::Core::Hashable
|
1954
1952
|
|
@@ -2203,9 +2201,9 @@ module Google
|
|
2203
2201
|
class GoogleCloudDatacatalogV1SearchCatalogRequestScope
|
2204
2202
|
include Google::Apis::Core::Hashable
|
2205
2203
|
|
2206
|
-
# If `true`, include Google Cloud
|
2207
|
-
#
|
2208
|
-
#
|
2204
|
+
# If `true`, include Google Cloud public datasets in search results. By default,
|
2205
|
+
# they are excluded. See [Google Cloud Public Datasets](/public-datasets) for
|
2206
|
+
# more information.
|
2209
2207
|
# Corresponds to the JSON property `includeGcpPublicDatasets`
|
2210
2208
|
# @return [Boolean]
|
2211
2209
|
attr_accessor :include_gcp_public_datasets
|
@@ -2767,10 +2765,10 @@ module Google
|
|
2767
2765
|
end
|
2768
2766
|
|
2769
2767
|
# A tag template defines a tag that can have one or more typed fields. The
|
2770
|
-
# template is used to create tags that are attached to
|
2771
|
-
# template roles] (https://cloud.google.com/iam/docs/understanding-roles#
|
2772
|
-
# catalog-roles) provide permissions to create, edit, and use the template.
|
2773
|
-
# example, see the [TagTemplate User] (https://cloud.google.com/data-catalog/
|
2768
|
+
# template is used to create tags that are attached to Google Cloud resources. [
|
2769
|
+
# Tag template roles] (https://cloud.google.com/iam/docs/understanding-roles#
|
2770
|
+
# data-catalog-roles) provide permissions to create, edit, and use the template.
|
2771
|
+
# For example, see the [TagTemplate User] (https://cloud.google.com/data-catalog/
|
2774
2772
|
# docs/how-to/template-user) role that includes a permission to use the tag
|
2775
2773
|
# template to tag resources.
|
2776
2774
|
class GoogleCloudDatacatalogV1TagTemplate
|
@@ -2960,7 +2958,7 @@ module Google
|
|
2960
2958
|
# @return [String]
|
2961
2959
|
attr_accessor :identity
|
2962
2960
|
|
2963
|
-
# The
|
2961
|
+
# The Google Cloud service name.
|
2964
2962
|
# Corresponds to the JSON property `name`
|
2965
2963
|
# @return [String]
|
2966
2964
|
attr_accessor :name
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DatacatalogV1
|
18
18
|
# Version of the google-apis-datacatalog_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.31.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230207"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -625,13 +625,13 @@ module Google
|
|
625
625
|
execute_or_queue_command(command, &block)
|
626
626
|
end
|
627
627
|
|
628
|
-
# Imports entries from
|
629
|
-
# Data Catalog.
|
630
|
-
#
|
631
|
-
#
|
632
|
-
# ImportEntries
|
633
|
-
#
|
634
|
-
#
|
628
|
+
# Imports entries from a source, such as data previously dumped into a Cloud
|
629
|
+
# Storage bucket, into Data Catalog. `ImportEntries` accepts source data
|
630
|
+
# snapshots of third-party system state. Import of entries is a sync operation
|
631
|
+
# that reconciles the state of the third-party system with Data Catalog. `
|
632
|
+
# ImportEntries` returns a long-running operation resource that can be queried
|
633
|
+
# with Operations.GetOperation to return ImportEntriesMetadata and an
|
634
|
+
# ImportEntriesResponse message.
|
635
635
|
# @param [String] parent
|
636
636
|
# Required. Target entry group for ingested entries.
|
637
637
|
# @param [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ImportEntriesRequest] google_cloud_datacatalog_v1_import_entries_request_object
|
@@ -1089,13 +1089,12 @@ module Google
|
|
1089
1089
|
execute_or_queue_command(command, &block)
|
1090
1090
|
end
|
1091
1091
|
|
1092
|
-
#
|
1093
|
-
#
|
1094
|
-
#
|
1095
|
-
#
|
1096
|
-
#
|
1097
|
-
#
|
1098
|
-
# queried with Operations.GetOperation which contains metadata and response.
|
1092
|
+
# `ReconcileTags` creates or updates a list of tags on the entry. If the
|
1093
|
+
# ReconcileTagsRequest.force_delete_missing parameter is set, the operation
|
1094
|
+
# deletes tags not included in the input tag list. `ReconcileTags` returns a
|
1095
|
+
# long-running operation resource that can be queried with Operations.
|
1096
|
+
# GetOperation to return ReconcileTagsMetadata and a ReconcileTagsResponse
|
1097
|
+
# message.
|
1099
1098
|
# @param [String] parent
|
1100
1099
|
# Required. Name of Entry to be tagged.
|
1101
1100
|
# @param [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ReconcileTagsRequest] google_cloud_datacatalog_v1_reconcile_tags_request_object
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-datacatalog_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.31.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-
|
11
|
+
date: 2023-02-12 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-datacatalog_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.31.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|