google-apis-datacatalog_v1 0.30.0 → 0.32.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: bba7d3134d8a8ff674e95eb1eac8fe86ba0591c51fb18c490d7a469eec8af84d
4
- data.tar.gz: b72f6624d5d9618e36c4964862d51665dcf5c310ffd4d66773d6b966dc64616b
3
+ metadata.gz: 70503ff452b67be93c604ac7c2e139fe3f9b104a91b726fb6b68323a4f3a5969
4
+ data.tar.gz: eb3fa897fe67d6b24d087a227332b0072138d5862e34b034f2bba577f9067144
5
5
  SHA512:
6
- metadata.gz: ba3bbd6f5c00a5084878585122b5f123ba8958c8367f43f5dfde5d87bf80220803c7767937f7c3e5d0ddb0c721331edb5ab7b5adbc0bd427434a57e6a48d9dc9
7
- data.tar.gz: 94401d924e2ba4dae73414f821b551343718415b159b07d21880fef178a46fc16679a1219e399f2ae92ccbc31c488b880511558e18a7cf0581ea8b3a0eea2702
6
+ metadata.gz: 54f258aabcbe204b60d40786004a9b78d7152126176432eaa4b7086b710d25bfd73d5a78b483df140e9f103064337d449e9e27d6bccf88ce8b23f8bd2c65aa76
7
+ data.tar.gz: 33d0d275fc3fc87f56ea4cf8d5c70ba377dcb4054b8bbf2db4c87d65dacd9d4d106202f4fdac3c376622f3d5463f753b34cfe375dc523512bbfd1bb96068f0c2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-datacatalog_v1
2
2
 
3
+ ### v0.32.0 (2023-02-15)
4
+
5
+ * Regenerated using generator version 0.12.0
6
+
7
+ ### v0.31.0 (2023-02-12)
8
+
9
+ * Regenerated from discovery document revision 20230207
10
+
3
11
  ### v0.30.0 (2023-02-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20230127
@@ -1885,12 +1885,12 @@ module Google
1885
1885
  end
1886
1886
  end
1887
1887
 
1888
- # Metadata message for long-running operation returned by the ReconcileTags.
1888
+ # Long-running operation metadata message returned by the ReconcileTags.
1889
1889
  class GoogleCloudDatacatalogV1ReconcileTagsMetadata
1890
1890
  include Google::Apis::Core::Hashable
1891
1891
 
1892
- # Map that maps name of each tagged column (or empty string in case of sole
1893
- # entry) to tagging operation status.
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 from the entry tags related to given tag template and
1919
- # not mentioned in the tags source. If set to false only creates and updates of
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, that will be used for reconciliation.
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 be applied on a given entry. Individual tags may specify tag
1933
- # template, but it must be the same as the one in the ReconcileTagsRequest. The
1934
- # sole entry and each of its columns must be mentioned at most once.
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
- # Request message for long-running operation returned by the ReconcileTags.
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 Platform (GCP) public datasets in search
2207
- # results. By default, they are excluded. See [Google Cloud Public Datasets](/
2208
- # public-datasets) for more information.
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 GCP resources. [Tag
2771
- # template roles] (https://cloud.google.com/iam/docs/understanding-roles#data-
2772
- # catalog-roles) provide permissions to create, edit, and use the template. For
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 GCP service name.
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.30.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230127"
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 some source (e.g. dump in a Cloud Storage bucket) to the
629
- # Data Catalog. Dump here is a snapshot of the third-party system state, that
630
- # needs to be ingested in the Data Catalog. Import of entries is a sync
631
- # operation that reconciles state of the third-party system and Data Catalog.
632
- # ImportEntries is a long-running operation done in the background, so this
633
- # method returns long-running operation resource. The resource can be queried
634
- # with Operations.GetOperation which contains metadata and response.
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
- # Reconciles tags created with a given tag template on a given Entry.
1093
- # Reconciliation is an operation that given a list of tags creates or updates
1094
- # them on the entry. Additionally, the operation is also able to delete tags not
1095
- # mentioned in the tag list. It can be achieved by setting force_delete_missing
1096
- # parameter. Reconciliation is a long-running operation done in the background,
1097
- # so this method returns long-running operation resource. The resource can be
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.30.0
4
+ version: 0.32.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-05 00:00:00.000000000 Z
11
+ date: 2023-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.32.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: []