google-apis-datacatalog_v1beta1 0.26.0 → 0.28.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: 70942eb20de9647a327708b598729c4a1c72eccf164efd1365ce57a8b85e2362
4
- data.tar.gz: e4e96b260b70597dedc5efa89c034ea58e6275a1f3da247d3f270bfa32322eac
3
+ metadata.gz: 626d1fd7ddf14f302a78c3140b028f58689499a128e4a322c33e2c575553ab13
4
+ data.tar.gz: '08bacd3b6185881ec5bdcc16535ce1f125656cf3913ad0194b76310992214ca5'
5
5
  SHA512:
6
- metadata.gz: d414c12e2e3247082e1b93656a15a68854710ba969bedb92d1ec5b2af4813670cb87de530cb29ab9a08857ec95d913059638cac100d6ea796d5e5848ea9d5770
7
- data.tar.gz: 7b1a61ac53f15c51290905758a0c656001c86c8b0fa3bd93a882bdef4495cf9f180fabe8b34e0845810ec0c0aa5668a266c02d6bbd2ced7e1119f24e2bfe9870
6
+ metadata.gz: dd4a36479c64a802160146b6336d59f69db48023bfc56807e366be8fbdfb371ba42a6c45a7c5eb28b5413a8ba86642987115d06b0453332f5adfafb0af1d2d05
7
+ data.tar.gz: 7187cfa0addbd2b774a743c44d7a677c64726ab6dfd9cc60c89d1c630d39826ebe26505829adb72999e31274e51d342519345ad2964990118827688397f2103d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-datacatalog_v1beta1
2
2
 
3
+ ### v0.28.0 (2023-02-15)
4
+
5
+ * Regenerated using generator version 0.12.0
6
+
7
+ ### v0.27.0 (2023-02-12)
8
+
9
+ * Regenerated from discovery document revision 20230207
10
+
3
11
  ### v0.26.0 (2023-02-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20230127
@@ -268,12 +268,12 @@ module Google
268
268
  end
269
269
  end
270
270
 
271
- # Metadata message for long-running operation returned by the ReconcileTags.
271
+ # Long-running operation metadata message returned by the ReconcileTags.
272
272
  class GoogleCloudDatacatalogV1ReconcileTagsMetadata
273
273
  include Google::Apis::Core::Hashable
274
274
 
275
- # Map that maps name of each tagged column (or empty string in case of sole
276
- # entry) to tagging operation status.
275
+ # Maps the name of each tagged column (or empty string for a sole entry) to
276
+ # tagging operation status.
277
277
  # Corresponds to the JSON property `errors`
278
278
  # @return [Hash<String,Google::Apis::DatacatalogV1beta1::Status>]
279
279
  attr_accessor :errors
@@ -294,7 +294,7 @@ module Google
294
294
  end
295
295
  end
296
296
 
297
- # Request message for long-running operation returned by the ReconcileTags.
297
+ # Long-running operation response message returned by ReconcileTags.
298
298
  class GoogleCloudDatacatalogV1ReconcileTagsResponse
299
299
  include Google::Apis::Core::Hashable
300
300
 
@@ -1127,9 +1127,9 @@ module Google
1127
1127
  class GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope
1128
1128
  include Google::Apis::Core::Hashable
1129
1129
 
1130
- # If `true`, include Google Cloud Platform (GCP) public datasets in the search
1131
- # results. Info on GCP public datasets is available at https://cloud.google.com/
1132
- # public-datasets/. By default, GCP public datasets are excluded.
1130
+ # If `true`, include Google Cloud public datasets in the search results. Info on
1131
+ # Google Cloud public datasets is available at https://cloud.google.com/public-
1132
+ # datasets/. By default, Google Cloud public datasets are excluded.
1133
1133
  # Corresponds to the JSON property `includeGcpPublicDatasets`
1134
1134
  # @return [Boolean]
1135
1135
  attr_accessor :include_gcp_public_datasets
@@ -1534,12 +1534,12 @@ module Google
1534
1534
  end
1535
1535
 
1536
1536
  # A tag template defines a tag, which can have one or more typed fields. The
1537
- # template is used to create and attach the tag to GCP resources. [Tag template
1538
- # roles](https://cloud.google.com/iam/docs/understanding-roles#data-catalog-
1539
- # roles) provide permissions to create, edit, and use the template. See, for
1540
- # example, the [TagTemplate User](https://cloud.google.com/data-catalog/docs/how-
1541
- # to/template-user) role, which includes permission to use the tag template to
1542
- # tag resources.
1537
+ # template is used to create and attach the tag to Google Cloud resources. [Tag
1538
+ # template roles](https://cloud.google.com/iam/docs/understanding-roles#data-
1539
+ # catalog-roles) provide permissions to create, edit, and use the template. See,
1540
+ # for example, the [TagTemplate User](https://cloud.google.com/data-catalog/docs/
1541
+ # how-to/template-user) role, which includes permission to use the tag template
1542
+ # to tag resources.
1543
1543
  class GoogleCloudDatacatalogV1beta1TagTemplate
1544
1544
  include Google::Apis::Core::Hashable
1545
1545
 
@@ -1711,7 +1711,7 @@ module Google
1711
1711
  # @return [String]
1712
1712
  attr_accessor :identity
1713
1713
 
1714
- # The GCP service name.
1714
+ # The Google Cloud service name.
1715
1715
  # Corresponds to the JSON property `name`
1716
1716
  # @return [String]
1717
1717
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatacatalogV1beta1
18
18
  # Version of the google-apis-datacatalog_v1beta1 gem
19
- GEM_VERSION = "0.26.0"
19
+ GEM_VERSION = "0.28.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
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datacatalog_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.28.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.28.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []