google-apis-datacatalog_v1 0.46.0 → 0.48.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: 77763228d0e771711f05898e1489f1095822bcb61e99eadc968fd4aafcf3f23f
|
4
|
+
data.tar.gz: cccf02451adf99a69fa7330a5b30b72332015e2ca2ddf8af904be62b6736d483
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41718de535518183336391e3ac4714d0574196c5a47f1e1f623814897043ab1def87ff25a6097060e48b4b35747c3f653b45e23bdf9817b738c4ce00e5dbe6a8
|
7
|
+
data.tar.gz: 2d8b3cdf2879258712c1edbef896d30f5831ba84dbcbf3ae89107941b6c83e18a3458eddbac4ae3aa76d17704c8ec5a5378576bc47c2eeb04d7973ca9f5280a6
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-datacatalog_v1
|
2
2
|
|
3
|
+
### v0.48.0 (2024-02-18)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240206
|
6
|
+
|
7
|
+
### v0.47.0 (2024-01-28)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240118
|
10
|
+
* Regenerated using generator version 0.13.1
|
11
|
+
|
3
12
|
### v0.46.0 (2024-01-22)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.13.0
|
@@ -103,7 +103,10 @@ module Google
|
|
103
103
|
attr_accessor :members
|
104
104
|
|
105
105
|
# Role that is assigned to the list of `members`, or principals. For example, `
|
106
|
-
# roles/viewer`, `roles/editor`, or `roles/owner`.
|
106
|
+
# roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM
|
107
|
+
# roles and permissions, see the [IAM documentation](https://cloud.google.com/
|
108
|
+
# iam/docs/roles-overview). For a list of the available pre-defined roles, see [
|
109
|
+
# here](https://cloud.google.com/iam/docs/understanding-roles).
|
107
110
|
# Corresponds to the JSON property `role`
|
108
111
|
# @return [String]
|
109
112
|
attr_accessor :role
|
@@ -547,6 +550,11 @@ module Google
|
|
547
550
|
# @return [Fixnum]
|
548
551
|
attr_accessor :ordinal_position
|
549
552
|
|
553
|
+
# Represents the type of a field element.
|
554
|
+
# Corresponds to the JSON property `rangeElementType`
|
555
|
+
# @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchemaFieldElementType]
|
556
|
+
attr_accessor :range_element_type
|
557
|
+
|
550
558
|
# Optional. Schema of sub-columns. A column can have zero or more sub-columns.
|
551
559
|
# Corresponds to the JSON property `subcolumns`
|
552
560
|
# @return [Array<Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchema>]
|
@@ -572,11 +580,31 @@ module Google
|
|
572
580
|
@looker_column_spec = args[:looker_column_spec] if args.key?(:looker_column_spec)
|
573
581
|
@mode = args[:mode] if args.key?(:mode)
|
574
582
|
@ordinal_position = args[:ordinal_position] if args.key?(:ordinal_position)
|
583
|
+
@range_element_type = args[:range_element_type] if args.key?(:range_element_type)
|
575
584
|
@subcolumns = args[:subcolumns] if args.key?(:subcolumns)
|
576
585
|
@type = args[:type] if args.key?(:type)
|
577
586
|
end
|
578
587
|
end
|
579
588
|
|
589
|
+
# Represents the type of a field element.
|
590
|
+
class GoogleCloudDatacatalogV1ColumnSchemaFieldElementType
|
591
|
+
include Google::Apis::Core::Hashable
|
592
|
+
|
593
|
+
# Required. The type of a field element. See ColumnSchema.type.
|
594
|
+
# Corresponds to the JSON property `type`
|
595
|
+
# @return [String]
|
596
|
+
attr_accessor :type
|
597
|
+
|
598
|
+
def initialize(**args)
|
599
|
+
update!(**args)
|
600
|
+
end
|
601
|
+
|
602
|
+
# Update properties of this object
|
603
|
+
def update!(**args)
|
604
|
+
@type = args[:type] if args.key?(:type)
|
605
|
+
end
|
606
|
+
end
|
607
|
+
|
580
608
|
# Column info specific to Looker System.
|
581
609
|
class GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec
|
582
610
|
include Google::Apis::Core::Hashable
|
@@ -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.48.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.13.
|
22
|
+
GENERATOR_VERSION = "0.13.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240206"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -112,6 +112,12 @@ module Google
|
|
112
112
|
include Google::Apis::Core::JsonObjectSupport
|
113
113
|
end
|
114
114
|
|
115
|
+
class GoogleCloudDatacatalogV1ColumnSchemaFieldElementType
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
115
121
|
class GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec
|
116
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
123
|
|
@@ -811,12 +817,21 @@ module Google
|
|
811
817
|
|
812
818
|
property :mode, as: 'mode'
|
813
819
|
property :ordinal_position, as: 'ordinalPosition'
|
820
|
+
property :range_element_type, as: 'rangeElementType', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchemaFieldElementType, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchemaFieldElementType::Representation
|
821
|
+
|
814
822
|
collection :subcolumns, as: 'subcolumns', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchema, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchema::Representation
|
815
823
|
|
816
824
|
property :type, as: 'type'
|
817
825
|
end
|
818
826
|
end
|
819
827
|
|
828
|
+
class GoogleCloudDatacatalogV1ColumnSchemaFieldElementType
|
829
|
+
# @private
|
830
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
831
|
+
property :type, as: 'type'
|
832
|
+
end
|
833
|
+
end
|
834
|
+
|
820
835
|
class GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec
|
821
836
|
# @private
|
822
837
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.48.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: 2024-
|
11
|
+
date: 2024-02-18 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.48.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: []
|