google-cloud-data_catalog-v1 0.12.0 → 0.12.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/AUTHENTICATION.md +1 -1
- data/lib/google/cloud/data_catalog/v1/version.rb +1 -1
- data/lib/google/cloud/datacatalog/v1/usage_pb.rb +1 -0
- data/proto_docs/google/cloud/datacatalog/v1/datacatalog.rb +18 -16
- data/proto_docs/google/cloud/datacatalog/v1/usage.rb +2 -2
- data/proto_docs/google/protobuf/empty.rb +0 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 89240cd697a7715bde7bf7d1214be5eb1fbd7e28c55107fc338230d9f651b69a
|
4
|
+
data.tar.gz: bf02c3a93d1239a05cc0e5b0d4999cfc223206e13a5e8c131ede95a2e2b317e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df02197c60bf8904ba6141059d8a9a40d44146e63d8cb4cdc4f99d1e14c2d068adb1b5eaae7799bbad4403a65cffd6c95e2a2d75719d45c205b2159c0a282741
|
7
|
+
data.tar.gz: c68d3b14fb5a90a6a54792a87add27c8d00c9e4603c7f59c9c7ffd451ffbbd8f2e436501dad6318c1b7b439c2d829316158cb21789778ae1da3c358e90e57c37
|
data/AUTHENTICATION.md
CHANGED
@@ -114,7 +114,7 @@ credentials are discovered.
|
|
114
114
|
To configure your system for this, simply:
|
115
115
|
|
116
116
|
1. [Download and install the Cloud SDK](https://cloud.google.com/sdk)
|
117
|
-
2. Authenticate using OAuth 2.0 `$ gcloud auth login`
|
117
|
+
2. Authenticate using OAuth 2.0 `$ gcloud auth application-default login`
|
118
118
|
3. Write code as if already authenticated.
|
119
119
|
|
120
120
|
**NOTE:** This is _not_ recommended for running in production. The Cloud SDK
|
@@ -479,14 +479,14 @@ module Google
|
|
479
479
|
# @return [::Google::Cloud::DataCatalog::V1::GcsFilesetSpec]
|
480
480
|
# Specification that applies to a Cloud Storage fileset. Valid only
|
481
481
|
# for entries with the `FILESET` type.
|
482
|
-
# @!attribute [
|
482
|
+
# @!attribute [r] bigquery_table_spec
|
483
483
|
# @return [::Google::Cloud::DataCatalog::V1::BigQueryTableSpec]
|
484
|
-
# Specification that applies to a BigQuery table. Valid only
|
485
|
-
# entries with the `TABLE` type.
|
486
|
-
# @!attribute [
|
484
|
+
# Output only. Specification that applies to a BigQuery table. Valid only
|
485
|
+
# for entries with the `TABLE` type.
|
486
|
+
# @!attribute [r] bigquery_date_sharded_spec
|
487
487
|
# @return [::Google::Cloud::DataCatalog::V1::BigQueryDateShardedSpec]
|
488
|
-
# Specification for a group of BigQuery tables with
|
489
|
-
# name pattern.
|
488
|
+
# Output only. Specification for a group of BigQuery tables with
|
489
|
+
# the `[prefix]YYYYMMDD` name pattern.
|
490
490
|
#
|
491
491
|
# For more information, see [Introduction to partitioned tables]
|
492
492
|
# (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).
|
@@ -535,12 +535,12 @@ module Google
|
|
535
535
|
# Timestamps from the underlying resource, not from the Data Catalog
|
536
536
|
# entry.
|
537
537
|
#
|
538
|
-
# Output only when the entry has a
|
539
|
-
# For entries with `
|
540
|
-
# to an empty timestamp.
|
541
|
-
# @!attribute [
|
538
|
+
# Output only when the entry has a system listed in the `IntegratedSystem`
|
539
|
+
# enum. For entries with `user_specified_system`, this field is optional
|
540
|
+
# and defaults to an empty timestamp.
|
541
|
+
# @!attribute [rw] usage_signal
|
542
542
|
# @return [::Google::Cloud::DataCatalog::V1::UsageSignal]
|
543
|
-
#
|
543
|
+
# Resource usage statistics.
|
544
544
|
# @!attribute [rw] labels
|
545
545
|
# @return [::Google::Protobuf::Map{::String => ::String}]
|
546
546
|
# Cloud labels attached to the entry.
|
@@ -573,10 +573,10 @@ module Google
|
|
573
573
|
# @!attribute [rw] type
|
574
574
|
# @return [::Google::Cloud::DataCatalog::V1::DatabaseTableSpec::TableType]
|
575
575
|
# Type of this table.
|
576
|
-
# @!attribute [
|
576
|
+
# @!attribute [r] dataplex_table
|
577
577
|
# @return [::Google::Cloud::DataCatalog::V1::DataplexTableSpec]
|
578
|
-
# Fields specific to a Dataplex table and present only in the
|
579
|
-
# entries.
|
578
|
+
# Output only. Fields specific to a Dataplex table and present only in the
|
579
|
+
# Dataplex table entries.
|
580
580
|
class DatabaseTableSpec
|
581
581
|
include ::Google::Protobuf::MessageExts
|
582
582
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -607,9 +607,11 @@ module Google
|
|
607
607
|
|
608
608
|
# Specification that applies to a data source connection. Valid only for
|
609
609
|
# entries with the `DATA_SOURCE_CONNECTION` type.
|
610
|
+
# Only one of internal specs can be set at the time, and cannot
|
611
|
+
# be changed later.
|
610
612
|
# @!attribute [rw] bigquery_connection_spec
|
611
613
|
# @return [::Google::Cloud::DataCatalog::V1::BigQueryConnectionSpec]
|
612
|
-
# Fields specific to BigQuery connections.
|
614
|
+
# Output only. Fields specific to BigQuery connections.
|
613
615
|
class DataSourceConnectionSpec
|
614
616
|
include ::Google::Protobuf::MessageExts
|
615
617
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -1119,7 +1121,7 @@ module Google
|
|
1119
1121
|
# Default unknown type.
|
1120
1122
|
ENTRY_TYPE_UNSPECIFIED = 0
|
1121
1123
|
|
1122
|
-
#
|
1124
|
+
# The entry type that has a GoogleSQL schema, including
|
1123
1125
|
# logical views.
|
1124
1126
|
TABLE = 2
|
1125
1127
|
|
@@ -55,9 +55,9 @@ module Google
|
|
55
55
|
# @!attribute [rw] update_time
|
56
56
|
# @return [::Google::Protobuf::Timestamp]
|
57
57
|
# The end timestamp of the duration of usage statistics.
|
58
|
-
# @!attribute [
|
58
|
+
# @!attribute [r] usage_within_time_range
|
59
59
|
# @return [::Google::Protobuf::Map{::String => ::Google::Cloud::DataCatalog::V1::UsageStats}]
|
60
|
-
#
|
60
|
+
# Output only. BigQuery usage statistics over each of the predefined time ranges.
|
61
61
|
#
|
62
62
|
# Supported time ranges are `{"24H", "7D", "30D"}`.
|
63
63
|
class UsageSignal
|
@@ -26,8 +26,6 @@ module Google
|
|
26
26
|
# service Foo {
|
27
27
|
# rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
|
28
28
|
# }
|
29
|
-
#
|
30
|
-
# The JSON representation for `Empty` is empty JSON object `{}`.
|
31
29
|
class Empty
|
32
30
|
include ::Google::Protobuf::MessageExts
|
33
31
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-data_catalog-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.12.
|
4
|
+
version: 0.12.1
|
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-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.12'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.12'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|