google-apis-datacatalog_v1 0.26.0 → 0.27.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: ea443e95e1105812f7d3f00419261af4e3e8227b84a76f81c58bc07f415280cc
|
4
|
+
data.tar.gz: c71e0d06ed8b0234e972e65dd1b7d03d22d12a73c60f954bdf048d3523d63e12
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a632e3a24f3d546c5d8761b92c6ec9ad9f4a0c02eb76af91d7b52afeff6ddfd85ad1da6908c7fc128cebb131713b8c26fc383a6dfc40d28d573bdc4674d8317
|
7
|
+
data.tar.gz: d590fe2a9bfdd473a0e7e81ba478d3c6c4725a3ab774a73ee9dce945027feb6e02d53748ba96abe484211f24348b421bca7b48d6732938c5c0600b7b83a82604
|
data/CHANGELOG.md
CHANGED
@@ -414,6 +414,12 @@ module Google
|
|
414
414
|
# @return [String]
|
415
415
|
attr_accessor :description
|
416
416
|
|
417
|
+
# Optional. Garbage collection policy for the column or column family. Applies
|
418
|
+
# to systems like Cloud Bigtable.
|
419
|
+
# Corresponds to the JSON property `gcRule`
|
420
|
+
# @return [String]
|
421
|
+
attr_accessor :gc_rule
|
422
|
+
|
417
423
|
# Optional. A column's mode indicates whether values in this column are required,
|
418
424
|
# nullable, or repeated. Only `NULLABLE`, `REQUIRED`, and `REPEATED` values are
|
419
425
|
# supported. Default mode is `NULLABLE`.
|
@@ -440,6 +446,7 @@ module Google
|
|
440
446
|
def update!(**args)
|
441
447
|
@column = args[:column] if args.key?(:column)
|
442
448
|
@description = args[:description] if args.key?(:description)
|
449
|
+
@gc_rule = args[:gc_rule] if args.key?(:gc_rule)
|
443
450
|
@mode = args[:mode] if args.key?(:mode)
|
444
451
|
@subcolumns = args[:subcolumns] if args.key?(:subcolumns)
|
445
452
|
@type = args[:type] if args.key?(:type)
|
@@ -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.27.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221025"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -623,6 +623,7 @@ module Google
|
|
623
623
|
class Representation < Google::Apis::Core::JsonRepresentation
|
624
624
|
property :column, as: 'column'
|
625
625
|
property :description, as: 'description'
|
626
|
+
property :gc_rule, as: 'gcRule'
|
626
627
|
property :mode, as: 'mode'
|
627
628
|
collection :subcolumns, as: 'subcolumns', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchema, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchema::Representation
|
628
629
|
|
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.27.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: 2022-
|
11
|
+
date: 2022-11-07 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.27.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: []
|