google-apis-datacatalog_v1 0.47.0 → 0.48.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: 422c22195ad45314a3cf62bbeddb39c13e5b5bc373a7125c1f2805288ffe5819
4
- data.tar.gz: 0a5454ebb21ef909b48b13d18ee5e61261373a38d08b518e20c622ab72852007
3
+ metadata.gz: 77763228d0e771711f05898e1489f1095822bcb61e99eadc968fd4aafcf3f23f
4
+ data.tar.gz: cccf02451adf99a69fa7330a5b30b72332015e2ca2ddf8af904be62b6736d483
5
5
  SHA512:
6
- metadata.gz: bcdeeb058bb6ef91bc0e3df21f2fcc40402be4b0a83d09e66229192478f01ced69b87fb3bcf78ab9964c26743fd41d0d7eee99684ed5c22dd2d1c526faf5a253
7
- data.tar.gz: 621785bec5057392e9e3feb8c997cca6b1d85170dab470dfc65bf80354a88a1f6f1a877de9d65b66b7618fca08caaaa846cdbe36f2da599f7830cf16887e7ada
6
+ metadata.gz: 41718de535518183336391e3ac4714d0574196c5a47f1e1f623814897043ab1def87ff25a6097060e48b4b35747c3f653b45e23bdf9817b738c4ce00e5dbe6a8
7
+ data.tar.gz: 2d8b3cdf2879258712c1edbef896d30f5831ba84dbcbf3ae89107941b6c83e18a3458eddbac4ae3aa76d17704c8ec5a5378576bc47c2eeb04d7973ca9f5280a6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.47.0 (2024-01-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20240118
@@ -550,6 +550,11 @@ module Google
550
550
  # @return [Fixnum]
551
551
  attr_accessor :ordinal_position
552
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
+
553
558
  # Optional. Schema of sub-columns. A column can have zero or more sub-columns.
554
559
  # Corresponds to the JSON property `subcolumns`
555
560
  # @return [Array<Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchema>]
@@ -575,11 +580,31 @@ module Google
575
580
  @looker_column_spec = args[:looker_column_spec] if args.key?(:looker_column_spec)
576
581
  @mode = args[:mode] if args.key?(:mode)
577
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)
578
584
  @subcolumns = args[:subcolumns] if args.key?(:subcolumns)
579
585
  @type = args[:type] if args.key?(:type)
580
586
  end
581
587
  end
582
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
+
583
608
  # Column info specific to Looker System.
584
609
  class GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec
585
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.47.0"
19
+ GEM_VERSION = "0.48.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240118"
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.47.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-01-28 00:00:00.000000000 Z
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.47.0
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: []