google-apis-datacatalog_v1beta1 0.11.0 → 0.14.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: a038b4d1e71e6bcf85a0e08da1f17e96d9db55a48c8a83eb73e690d84c90c004
4
- data.tar.gz: 45e9d7e770b45ca3692499e74d8e6ac4d0fe92751b1cd1433295330b56728f4a
3
+ metadata.gz: 752b993bea9b266375a66e806bca7ff78a94d7943976b83336199ff4d0ce37a1
4
+ data.tar.gz: 177ccb692bb42e8c2b93f5be918377cbb005889c65e65e8e31b547840de166bb
5
5
  SHA512:
6
- metadata.gz: cc0d9cc444bfd48b75210109fe676727be9a8638f0d7e1673ecae2af1dafc15da5138480b86ea787ef52c9bd2b105d8cc4368d3330ff7363c628e9e646bc509d
7
- data.tar.gz: 95a60201f2f204261f798b9a9ef8f92f2f13fcc743e857392131e72ac621dbcfd8ebb2d58c0b4816ff362730d7d3f42ccc3c1c77521d6d5e1b7e807a2c7d842b
6
+ metadata.gz: 580a832cc7b90fc2d9f4e49285ca96eadc667d52d5d62720a33682c200e6a04d21d6eaf7d6f498d92a781181eef05c68d8a5a3f315e2b73c660327d11dcfcd9d
7
+ data.tar.gz: 2f660b9bba214c1479d5f5a685c0aec7974e3527c392b0eebb0c193e6bb8d3f9cc066220d246d9f28b865efd66daf84654b14f16df6c0a990e6a5dcd22b0513b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-datacatalog_v1beta1
2
2
 
3
+ ### v0.14.0 (2022-03-25)
4
+
5
+ * Regenerated from discovery document revision 20220321
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.13.0 (2022-01-05)
9
+
10
+ * Regenerated from discovery document revision 20211230
11
+ * Unspecified changes
12
+
13
+ ### v0.12.0 (2021-12-08)
14
+
15
+ * Regenerated from discovery document revision 20211201
16
+
3
17
  ### v0.11.0 (2021-11-12)
4
18
 
5
19
  * Regenerated from discovery document revision 20211110
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/datacatalog_v1beta1"
51
51
  client = Google::Apis::DatacatalogV1beta1::DataCatalogService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -96,8 +96,7 @@ module Google
96
96
  # A generic empty message that you can re-use to avoid defining duplicated empty
97
97
  # messages in your APIs. A typical example is to use it as the request or the
98
98
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
99
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
100
- # `Empty` is empty JSON object ````.
99
+ # protobuf.Empty) returns (google.protobuf.Empty); `
101
100
  class Empty
102
101
  include Google::Apis::Core::Hashable
103
102
 
@@ -959,8 +958,8 @@ module Google
959
958
 
960
959
  # Specifies the ordering of results, currently supported case-sensitive choices
961
960
  # are: * `relevance`, only supports descending * `last_modified_timestamp [asc|
962
- # desc]`, defaults to descending if not specified If not specified, defaults to `
963
- # relevance` descending.
961
+ # desc]`, defaults to descending if not specified * `default` that can only be
962
+ # descending If not specified, defaults to `relevance` descending.
964
963
  # Corresponds to the JSON property `orderBy`
965
964
  # @return [String]
966
965
  attr_accessor :order_by
@@ -1608,7 +1607,7 @@ module Google
1608
1607
  end
1609
1608
 
1610
1609
  # Detailed counts on the entry's usage. Caveats: - Only BigQuery tables have
1611
- # usage stats - The usage stats only inlude BigQuery query jobs - The usage
1610
+ # usage stats - The usage stats only include BigQuery query jobs - The usage
1612
1611
  # stats might be underestimated, e.g. wildcard table references are not yet
1613
1612
  # counted in usage computation https://cloud.google.com/bigquery/docs/querying-
1614
1613
  # wildcard-tables
@@ -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.11.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211110"
25
+ REVISION = "20220321"
26
26
  end
27
27
  end
28
28
  end
@@ -102,8 +102,8 @@ module Google
102
102
  # project_id.topic_id` * ``pubsub.project_id.`topic.id.with.dots` `` * `bigquery.
103
103
  # table.project_id.dataset_id.table_id` * `bigquery.dataset.project_id.
104
104
  # dataset_id` * `datacatalog.entry.project_id.location_id.entry_group_id.
105
- # entry_id` `*_id`s shoud satisfy the standard SQL rules for identifiers. https:/
106
- # /cloud.google.com/bigquery/docs/reference/standard-sql/lexical.
105
+ # entry_id` `*_id`s should satisfy the standard SQL rules for identifiers. https:
106
+ # //cloud.google.com/bigquery/docs/reference/standard-sql/lexical.
107
107
  # @param [String] fields
108
108
  # Selector specifying which fields to include in a partial response.
109
109
  # @param [String] quota_user
@@ -809,7 +809,7 @@ module Google
809
809
  execute_or_queue_command(command, &block)
810
810
  end
811
811
 
812
- # Lists the tags on an Entry.
812
+ # Lists tags assigned to an Entry. The columns in the response are lowercased.
813
813
  # @param [String] parent
814
814
  # Required. The name of the Data Catalog resource to list the tags of. The
815
815
  # resource could be an Entry or an EntryGroup. Examples: * projects/`project_id`/
@@ -965,7 +965,7 @@ module Google
965
965
  execute_or_queue_command(command, &block)
966
966
  end
967
967
 
968
- # Lists the tags on an Entry.
968
+ # Lists tags assigned to an Entry. The columns in the response are lowercased.
969
969
  # @param [String] parent
970
970
  # Required. The name of the Data Catalog resource to list the tags of. The
971
971
  # resource could be an Entry or an EntryGroup. Examples: * projects/`project_id`/
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.11.0
4
+ version: 0.14.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-11-15 00:00:00.000000000 Z
11
+ date: 2022-03-28 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.14.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Cloud Data Catalog API V1beta1