google-apis-datacatalog_v1beta1 0.1.0 → 0.2.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: 3f9c002d0b6198a06fe3b29d4865110422f54a64d161a730daa0a317e7d0c283
|
4
|
+
data.tar.gz: 522bf6c9385bcd2c207169eafb4a3a2002c52d377edc8cc205bacab306bcae65
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1f643b3fd4ea8f7cc70d42543dd6e7f92e972947f79222a7d5150f8cfa6708b3d324a6d00e0402bd672c3be94f3e49fa7e492b5d50d4e411131a12dcfaf2a7e
|
7
|
+
data.tar.gz: 2334574e51643310a6d882d3998cee5944356d7303aaa38edad44b6632aa69beb8e3ec9a20927b82be7643963a9ce39754c817c9f8d062d338acd4cc8b911b08
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-datacatalog_v1beta1
|
2
2
|
|
3
|
+
### v0.2.0 (2021-02-11)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210205
|
6
|
+
* Regenerated using generator version 0.1.2
|
7
|
+
|
3
8
|
### v0.1.0 (2021-01-07)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.1.1
|
@@ -378,10 +378,10 @@ module Google
|
|
378
378
|
# @return [String]
|
379
379
|
attr_accessor :linked_resource
|
380
380
|
|
381
|
-
# The Data Catalog resource name of the entry in URL format.
|
382
|
-
#
|
383
|
-
# entry_id` Note that this Entry and its child
|
384
|
-
# stored in the location in this name.
|
381
|
+
# Output only. The Data Catalog resource name of the entry in URL format.
|
382
|
+
# Example: * projects/`project_id`/locations/`location`/entryGroups/`
|
383
|
+
# entry_group_id`/entries/`entry_id` Note that this Entry and its child
|
384
|
+
# resources may not actually be stored in the location in this name.
|
385
385
|
# Corresponds to the JSON property `name`
|
386
386
|
# @return [String]
|
387
387
|
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.
|
19
|
+
GEM_VERSION = "0.2.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.1.
|
22
|
+
GENERATOR_VERSION = "0.1.2"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210205"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -651,10 +651,10 @@ module Google
|
|
651
651
|
# Project] (https://cloud.google.com/data-catalog/docs/concepts/resource-project)
|
652
652
|
# for more information).
|
653
653
|
# @param [String] name
|
654
|
-
# The Data Catalog resource name of the entry in URL format.
|
655
|
-
#
|
656
|
-
# entry_id` Note that this Entry and its child
|
657
|
-
# stored in the location in this name.
|
654
|
+
# Output only. The Data Catalog resource name of the entry in URL format.
|
655
|
+
# Example: * projects/`project_id`/locations/`location`/entryGroups/`
|
656
|
+
# entry_group_id`/entries/`entry_id` Note that this Entry and its child
|
657
|
+
# resources may not actually be stored in the location in this name.
|
658
658
|
# @param [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1Entry] google_cloud_datacatalog_v1beta1_entry_object
|
659
659
|
# @param [String] update_mask
|
660
660
|
# The fields to update on the entry. If absent or empty, all modifiable fields
|
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.
|
4
|
+
version: 0.2.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
|
+
date: 2021-02-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-datacatalog_v1beta1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.2.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-datacatalog_v1beta1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
- !ruby/object:Gem::Version
|
70
70
|
version: '0'
|
71
71
|
requirements: []
|
72
|
-
rubygems_version: 3.
|
72
|
+
rubygems_version: 3.2.6
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Simple REST client for Google Cloud Data Catalog API V1beta1
|