google-apis-datacatalog_v1 0.3.0 → 0.4.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: 9c0189fe0d1706b1be62d932dce58ca0dedaec0e8bd5577b584e4df85fe1a36c
|
4
|
+
data.tar.gz: 7ad0545e842f216aa8b0fd25e1c9f8db0c8f8808d375217b9c003e4106bd234f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fcb89a45ddd0b434b221646650aa4ad0759e70ed8f2075b36c0cb6476b434de22057f0c4765647f5c9d2b1c9b46196256dc65c9cbaf3c4c1357a22e253c0d700
|
7
|
+
data.tar.gz: bb65a0d5f8395c85a1a643373269e132ee9026dfa41d7d8362b2a1b51c9dd9b1f44e8d647df80e8ef9e1fe2d7d863931eafa681fb33c049429bbb3c4f217eb7c
|
data/CHANGELOG.md
CHANGED
@@ -1752,6 +1752,13 @@ module Google
|
|
1752
1752
|
# @return [Fixnum]
|
1753
1753
|
attr_accessor :order
|
1754
1754
|
|
1755
|
+
# The value of a tag field with a rich text type. The maximum length is 10 MiB
|
1756
|
+
# as this value holds HTML descriptions including encoded images. The maximum
|
1757
|
+
# length of the text without images is 100 KiB.
|
1758
|
+
# Corresponds to the JSON property `richtextValue`
|
1759
|
+
# @return [String]
|
1760
|
+
attr_accessor :richtext_value
|
1761
|
+
|
1755
1762
|
# The value of a tag field with a string type. The maximum length is 2000 UTF-8
|
1756
1763
|
# characters.
|
1757
1764
|
# Corresponds to the JSON property `stringValue`
|
@@ -1774,6 +1781,7 @@ module Google
|
|
1774
1781
|
@double_value = args[:double_value] if args.key?(:double_value)
|
1775
1782
|
@enum_value = args[:enum_value] if args.key?(:enum_value)
|
1776
1783
|
@order = args[:order] if args.key?(:order)
|
1784
|
+
@richtext_value = args[:richtext_value] if args.key?(:richtext_value)
|
1777
1785
|
@string_value = args[:string_value] if args.key?(:string_value)
|
1778
1786
|
@timestamp_value = args[:timestamp_value] if args.key?(:timestamp_value)
|
1779
1787
|
end
|
@@ -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.4.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210712"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -844,6 +844,7 @@ module Google
|
|
844
844
|
property :enum_value, as: 'enumValue', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1TagFieldEnumValue, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1TagFieldEnumValue::Representation
|
845
845
|
|
846
846
|
property :order, as: 'order'
|
847
|
+
property :richtext_value, as: 'richtextValue'
|
847
848
|
property :string_value, as: 'stringValue'
|
848
849
|
property :timestamp_value, as: 'timestampValue'
|
849
850
|
end
|
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.4.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: 2021-07-
|
11
|
+
date: 2021-07-19 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/master/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.4.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-datacatalog_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|