google-apis-datacatalog_v1 0.21.0 → 0.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ee0ad55befcfbade7beadb41ff7568049ce8609cdc0dadb7627925716b96f5ff
|
4
|
+
data.tar.gz: 0b566b2b6e3417aeac881945c63def21b8f54004ad0d58b0f1f95a439612a533
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15aa9be30d22aa1af6432a4ded3466a7661cb106edd9408d74fcb9b2ed71eccd598923aa72a95237b9fcef6b0aadce8d5f800e85dcc5873ff596b07a5014a1bc
|
7
|
+
data.tar.gz: ec377e47e413c1dc20660f680b6fac18728c599b04ba14f25398e344bd10618d0cf19ba5c7ab6adf9aa1c28ce1c6c1fb6fcb25ead494f4cb24e0b29cbf79c829
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# Release history for google-apis-datacatalog_v1
|
2
2
|
|
3
|
+
### v0.24.0 (2022-09-01)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220826
|
6
|
+
|
7
|
+
### v0.23.0 (2022-08-10)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220805
|
10
|
+
|
11
|
+
### v0.22.0 (2022-07-14)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220707
|
14
|
+
* Regenerated using generator version 0.9.0
|
15
|
+
|
3
16
|
### v0.21.0 (2022-06-30)
|
4
17
|
|
5
18
|
* Regenerated using generator version 0.8.0
|
@@ -49,28 +49,33 @@ module Google
|
|
49
49
|
# members` can have the following values: * `allUsers`: A special identifier
|
50
50
|
# that represents anyone who is on the internet; with or without a Google
|
51
51
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
52
|
-
# anyone who is authenticated with a Google account or a service account.
|
53
|
-
#
|
54
|
-
#
|
55
|
-
#
|
56
|
-
#
|
57
|
-
#
|
58
|
-
# `
|
59
|
-
#
|
60
|
-
#
|
61
|
-
#
|
62
|
-
#
|
63
|
-
#
|
64
|
-
# example, `
|
65
|
-
# If the
|
66
|
-
# emailid`` and the
|
67
|
-
# `deleted:
|
68
|
-
# identifier) representing a
|
69
|
-
# example, `
|
70
|
-
#
|
71
|
-
#
|
72
|
-
#
|
73
|
-
#
|
52
|
+
# anyone who is authenticated with a Google account or a service account. Does
|
53
|
+
# not include identities that come from external identity providers (IdPs)
|
54
|
+
# through identity federation. * `user:`emailid``: An email address that
|
55
|
+
# represents a specific Google account. For example, `alice@example.com` . * `
|
56
|
+
# serviceAccount:`emailid``: An email address that represents a Google service
|
57
|
+
# account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
|
58
|
+
# serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
|
59
|
+
# identifier for a [Kubernetes service account](https://cloud.google.com/
|
60
|
+
# kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
|
61
|
+
# project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
|
62
|
+
# email address that represents a Google group. For example, `admins@example.com`
|
63
|
+
# . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
|
64
|
+
# identifier) representing a user that has been recently deleted. For example, `
|
65
|
+
# alice@example.com?uid=123456789012345678901`. If the user is recovered, this
|
66
|
+
# value reverts to `user:`emailid`` and the recovered user retains the role in
|
67
|
+
# the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
|
68
|
+
# address (plus unique identifier) representing a service account that has been
|
69
|
+
# recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
|
70
|
+
# 123456789012345678901`. If the service account is undeleted, this value
|
71
|
+
# reverts to `serviceAccount:`emailid`` and the undeleted service account
|
72
|
+
# retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
|
73
|
+
# An email address (plus unique identifier) representing a Google group that has
|
74
|
+
# been recently deleted. For example, `admins@example.com?uid=
|
75
|
+
# 123456789012345678901`. If the group is recovered, this value reverts to `
|
76
|
+
# group:`emailid`` and the recovered group retains the role in the binding. * `
|
77
|
+
# domain:`domain``: The G Suite domain (primary) that represents all the users
|
78
|
+
# of that domain. For example, `google.com` or `example.com`.
|
74
79
|
# Corresponds to the JSON property `members`
|
75
80
|
# @return [Array<String>]
|
76
81
|
attr_accessor :members
|
@@ -409,6 +414,11 @@ module Google
|
|
409
414
|
# @return [String]
|
410
415
|
attr_accessor :description
|
411
416
|
|
417
|
+
# Column info specific to Looker System.
|
418
|
+
# Corresponds to the JSON property `lookerColumnSpec`
|
419
|
+
# @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec]
|
420
|
+
attr_accessor :looker_column_spec
|
421
|
+
|
412
422
|
# Optional. A column's mode indicates whether values in this column are required,
|
413
423
|
# nullable, or repeated. Only `NULLABLE`, `REQUIRED`, and `REPEATED` values are
|
414
424
|
# supported. Default mode is `NULLABLE`.
|
@@ -435,12 +445,32 @@ module Google
|
|
435
445
|
def update!(**args)
|
436
446
|
@column = args[:column] if args.key?(:column)
|
437
447
|
@description = args[:description] if args.key?(:description)
|
448
|
+
@looker_column_spec = args[:looker_column_spec] if args.key?(:looker_column_spec)
|
438
449
|
@mode = args[:mode] if args.key?(:mode)
|
439
450
|
@subcolumns = args[:subcolumns] if args.key?(:subcolumns)
|
440
451
|
@type = args[:type] if args.key?(:type)
|
441
452
|
end
|
442
453
|
end
|
443
454
|
|
455
|
+
# Column info specific to Looker System.
|
456
|
+
class GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec
|
457
|
+
include Google::Apis::Core::Hashable
|
458
|
+
|
459
|
+
# Looker specific column type of this column.
|
460
|
+
# Corresponds to the JSON property `type`
|
461
|
+
# @return [String]
|
462
|
+
attr_accessor :type
|
463
|
+
|
464
|
+
def initialize(**args)
|
465
|
+
update!(**args)
|
466
|
+
end
|
467
|
+
|
468
|
+
# Update properties of this object
|
469
|
+
def update!(**args)
|
470
|
+
@type = args[:type] if args.key?(:type)
|
471
|
+
end
|
472
|
+
end
|
473
|
+
|
444
474
|
# Contact people for the entry.
|
445
475
|
class GoogleCloudDatacatalogV1Contacts
|
446
476
|
include Google::Apis::Core::Hashable
|
@@ -545,7 +575,8 @@ module Google
|
|
545
575
|
end
|
546
576
|
|
547
577
|
# Specification that applies to a data source connection. Valid only for entries
|
548
|
-
# with the `DATA_SOURCE_CONNECTION` type.
|
578
|
+
# with the `DATA_SOURCE_CONNECTION` type. Only one of internal specs can be set
|
579
|
+
# at the time, and cannot be changed later.
|
549
580
|
class GoogleCloudDatacatalogV1DataSourceConnectionSpec
|
550
581
|
include Google::Apis::Core::Hashable
|
551
582
|
|
@@ -759,7 +790,8 @@ module Google
|
|
759
790
|
attr_accessor :data_source
|
760
791
|
|
761
792
|
# Specification that applies to a data source connection. Valid only for entries
|
762
|
-
# with the `DATA_SOURCE_CONNECTION` type.
|
793
|
+
# with the `DATA_SOURCE_CONNECTION` type. Only one of internal specs can be set
|
794
|
+
# at the time, and cannot be changed later.
|
763
795
|
# Corresponds to the JSON property `dataSourceConnectionSpec`
|
764
796
|
# @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataSourceConnectionSpec]
|
765
797
|
attr_accessor :data_source_connection_spec
|
@@ -2600,13 +2632,18 @@ module Google
|
|
2600
2632
|
class GoogleCloudDatacatalogV1UsageSignal
|
2601
2633
|
include Google::Apis::Core::Hashable
|
2602
2634
|
|
2635
|
+
# Favorite count in the source system.
|
2636
|
+
# Corresponds to the JSON property `favoriteCount`
|
2637
|
+
# @return [Fixnum]
|
2638
|
+
attr_accessor :favorite_count
|
2639
|
+
|
2603
2640
|
# The end timestamp of the duration of usage statistics.
|
2604
2641
|
# Corresponds to the JSON property `updateTime`
|
2605
2642
|
# @return [String]
|
2606
2643
|
attr_accessor :update_time
|
2607
2644
|
|
2608
|
-
#
|
2609
|
-
# ranges are ``"24H", "7D", "30D"``.
|
2645
|
+
# Output only. BigQuery usage statistics over each of the predefined time ranges.
|
2646
|
+
# Supported time ranges are ``"24H", "7D", "30D"``.
|
2610
2647
|
# Corresponds to the JSON property `usageWithinTimeRange`
|
2611
2648
|
# @return [Hash<String,Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1UsageStats>]
|
2612
2649
|
attr_accessor :usage_within_time_range
|
@@ -2617,6 +2654,7 @@ module Google
|
|
2617
2654
|
|
2618
2655
|
# Update properties of this object
|
2619
2656
|
def update!(**args)
|
2657
|
+
@favorite_count = args[:favorite_count] if args.key?(:favorite_count)
|
2620
2658
|
@update_time = args[:update_time] if args.key?(:update_time)
|
2621
2659
|
@usage_within_time_range = args[:usage_within_time_range] if args.key?(:usage_within_time_range)
|
2622
2660
|
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.24.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220826"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -94,6 +94,12 @@ module Google
|
|
94
94
|
include Google::Apis::Core::JsonObjectSupport
|
95
95
|
end
|
96
96
|
|
97
|
+
class GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
97
103
|
class GoogleCloudDatacatalogV1Contacts
|
98
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
105
|
|
@@ -623,6 +629,8 @@ module Google
|
|
623
629
|
class Representation < Google::Apis::Core::JsonRepresentation
|
624
630
|
property :column, as: 'column'
|
625
631
|
property :description, as: 'description'
|
632
|
+
property :looker_column_spec, as: 'lookerColumnSpec', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec::Representation
|
633
|
+
|
626
634
|
property :mode, as: 'mode'
|
627
635
|
collection :subcolumns, as: 'subcolumns', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchema, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchema::Representation
|
628
636
|
|
@@ -630,6 +638,13 @@ module Google
|
|
630
638
|
end
|
631
639
|
end
|
632
640
|
|
641
|
+
class GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec
|
642
|
+
# @private
|
643
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
644
|
+
property :type, as: 'type'
|
645
|
+
end
|
646
|
+
end
|
647
|
+
|
633
648
|
class GoogleCloudDatacatalogV1Contacts
|
634
649
|
# @private
|
635
650
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1250,6 +1265,7 @@ module Google
|
|
1250
1265
|
class GoogleCloudDatacatalogV1UsageSignal
|
1251
1266
|
# @private
|
1252
1267
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1268
|
+
property :favorite_count, :numeric_string => true, as: 'favoriteCount'
|
1253
1269
|
property :update_time, as: 'updateTime'
|
1254
1270
|
hash :usage_within_time_range, as: 'usageWithinTimeRange', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1UsageStats, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1UsageStats::Representation
|
1255
1271
|
|
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.24.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: 2022-
|
11
|
+
date: 2022-09-05 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_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.24.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|