google-apis-datacatalog_v1 0.3.0 → 0.7.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: 76d5738291891f6ae6427161d89fa1bb18ee78ffc17b43dae14c80789397bc38
4
- data.tar.gz: 56fefc297b2bb5e4aee061b6159cdcce77d3484d6e7a1d9d0d495759c13f0560
3
+ metadata.gz: cf3ac9dba0ff4883a11c2a9cdf53dfa06a2af6bcdad322187428043c0d3039ca
4
+ data.tar.gz: efefb6370388e4af8aaa30ab7c64a142a2ef352366615c533df8695fbaa75c2b
5
5
  SHA512:
6
- metadata.gz: 10e1f68f1c3d51a7101c627bad68ecb7bbc75ff9b0a6ead765052da01e2bc3902b6a0620847226ef7ee0c2f208aa097c94d5f1a03a07df9c67111e8b1278c49e
7
- data.tar.gz: 8a320082c027bd2599487bbd6145d39c5379b0b0080b0c11537ebd3ac50ebf6a782ce7d132ee02e24a7dd8f6e179577238307979343e0c3ed2231dfacf9dfcae
6
+ metadata.gz: bf9738194d8f8c29aa45f586cbf4990c96b2a9cc85a4e28555abc4c0c36986e6a2aadc3ccd83a084d222d0c4b2d40b440860a0ddc034403d7480d88ea3b64971
7
+ data.tar.gz: c62b85272b12dafe2556c416175bdbfee6a555f5578bda4c77f37d588b41c0892a0e43dcf114680fe573d483a72bff60e3886be490039ce517a90c7f53e0c0bc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-datacatalog_v1
2
2
 
3
+ ### v0.7.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210827
6
+
7
+ ### v0.6.0 (2021-08-21)
8
+
9
+ * Regenerated from discovery document revision 20210811
10
+
11
+ ### v0.5.0 (2021-07-28)
12
+
13
+ * Regenerated from discovery document revision 20210721
14
+
15
+ ### v0.4.0 (2021-07-16)
16
+
17
+ * Regenerated from discovery document revision 20210712
18
+
3
19
  ### v0.3.0 (2021-07-09)
4
20
 
5
21
  * Regenerated from discovery document revision 20210702
@@ -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
@@ -1838,7 +1846,11 @@ module Google
1838
1846
  # Tags created with a public tag template are referred to as public tags. You
1839
1847
  # can search for a public tag by value with a simple search query instead of
1840
1848
  # using a ``tag:`` predicate. Public tag templates may not appear in search
1841
- # results depending on scope, see: include_public_tag_templates
1849
+ # results depending on scope, see: include_public_tag_templates Note: If an [IAM
1850
+ # domain restriction](https://cloud.google.com/resource-manager/docs/
1851
+ # organization-policy/restricting-domains) is configured in the tag template's
1852
+ # location, the public access will not be enabled but the simple search for tag
1853
+ # values will still work.
1842
1854
  # Corresponds to the JSON property `isPubliclyReadable`
1843
1855
  # @return [Boolean]
1844
1856
  attr_accessor :is_publicly_readable
@@ -2097,7 +2109,7 @@ module Google
2097
2109
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
2098
2110
  # roles/resourcemanager.organizationViewer condition: title: expirable access
2099
2111
  # description: Does not grant access after Sep 2020 expression: request.time <
2100
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
2112
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
2101
2113
  # description of IAM and its features, see the [IAM documentation](https://cloud.
2102
2114
  # google.com/iam/docs/).
2103
2115
  class Policy
@@ -2185,7 +2197,7 @@ module Google
2185
2197
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
2186
2198
  # roles/resourcemanager.organizationViewer condition: title: expirable access
2187
2199
  # description: Does not grant access after Sep 2020 expression: request.time <
2188
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
2200
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
2189
2201
  # description of IAM and its features, see the [IAM documentation](https://cloud.
2190
2202
  # google.com/iam/docs/).
2191
2203
  # Corresponds to the JSON property `policy`
@@ -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.3.0"
19
+ GEM_VERSION = "0.7.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 = "20210702"
25
+ REVISION = "20210827"
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
@@ -106,13 +106,13 @@ module Google
106
106
  # datasets/`DATASET_ID`/tables/`TABLE_ID`` * `//pubsub.googleapis.com/projects/`
107
107
  # PROJECT_ID`/topics/`TOPIC_ID``
108
108
  # @param [String] sql_resource
109
- # The SQL name of the entry. SQL names are case-sensitive. Examples: * `pubsub.`
110
- # PROJECT_ID`.`TOPIC_ID`` * `pubsub.`PROJECT_ID`.`TOPIC.ID.SEPARATED.WITH.DOTS``
111
- # * `bigquery.table.`PROJECT_ID`.`DATASET_ID`.`TABLE_ID`` * `bigquery.dataset.`
112
- # PROJECT_ID`.`DATASET_ID`` * `datacatalog.entry.`PROJECT_ID`.`LOCATION_ID`.`
113
- # ENTRY_GROUP_ID`.`ENTRY_ID`` Identifiers (`*_ID`) should comply with the [
114
- # Lexical structure in Standard SQL] (https://cloud.google.com/bigquery/docs/
115
- # reference/standard-sql/lexical).
109
+ # The SQL name of the entry. SQL names are case-sensitive. Examples: * `pubsub.
110
+ # topic.`PROJECT_ID`.`TOPIC_ID`` * `pubsub.topic.`PROJECT_ID`.`\```TOPIC.ID.
111
+ # SEPARATED.WITH.DOTS``\` * `bigquery.table.`PROJECT_ID`.`DATASET_ID`.`TABLE_ID``
112
+ # * `bigquery.dataset.`PROJECT_ID`.`DATASET_ID`` * `datacatalog.entry.`
113
+ # PROJECT_ID`.`LOCATION_ID`.`ENTRY_GROUP_ID`.`ENTRY_ID`` Identifiers (`*_ID`)
114
+ # should comply with the [Lexical structure in Standard SQL] (https://cloud.
115
+ # google.com/bigquery/docs/reference/standard-sql/lexical).
116
116
  # @param [String] fields
117
117
  # Selector specifying which fields to include in a partial response.
118
118
  # @param [String] quota_user
@@ -1713,7 +1713,6 @@ module Google
1713
1713
  # protocol buffer structures.
1714
1714
  # @param [String] parent
1715
1715
  # Required. Resource name of project that the imported taxonomies will belong to.
1716
- #
1717
1716
  # @param [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ImportTaxonomiesRequest] google_cloud_datacatalog_v1_import_taxonomies_request_object
1718
1717
  # @param [String] fields
1719
1718
  # Selector specifying which fields to include in a partial response.
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1'
32
32
 
33
- # See, edit, configure, and delete your Google Cloud Platform data
33
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
  end
36
36
  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.3.0
4
+ version: 0.7.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-12 00:00:00.000000000 Z
11
+ date: 2021-09-06 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.3.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.7.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: []