google-apis-datacatalog_v1 0.24.0 → 0.26.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: ee0ad55befcfbade7beadb41ff7568049ce8609cdc0dadb7627925716b96f5ff
4
- data.tar.gz: 0b566b2b6e3417aeac881945c63def21b8f54004ad0d58b0f1f95a439612a533
3
+ metadata.gz: 9ad7e681a1b7483e0b3a975a505642ea4467c621bb292b2b1db364e514062bc6
4
+ data.tar.gz: 361289a4da3da364d6dd88ceb234d1a0680fa274d293b490ea07249260b17f82
5
5
  SHA512:
6
- metadata.gz: 15aa9be30d22aa1af6432a4ded3466a7661cb106edd9408d74fcb9b2ed71eccd598923aa72a95237b9fcef6b0aadce8d5f800e85dcc5873ff596b07a5014a1bc
7
- data.tar.gz: ec377e47e413c1dc20660f680b6fac18728c599b04ba14f25398e344bd10618d0cf19ba5c7ab6adf9aa1c28ce1c6c1fb6fcb25ead494f4cb24e0b29cbf79c829
6
+ metadata.gz: 749be7b58e8873e9b6f96b7ee5a98bb849e8423cf0a60a877c0d400aa45afed55e55ebfcf74a0a72b9be899efa7ffd8747906bbebb56595e9738ae8b1d680bfd
7
+ data.tar.gz: bb20579debd7416a4c7b95909e6b140537f30695e1394501ee002b07f33438651a20d1b0335a927372df41b874a7c679b2d244db2e5c462dacbf2e88f126031b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-datacatalog_v1
2
2
 
3
+ ### v0.26.0 (2022-10-30)
4
+
5
+ * Regenerated from discovery document revision 20221017
6
+ * Regenerated using generator version 0.11.0
7
+
8
+ ### v0.25.0 (2022-09-22)
9
+
10
+ * Regenerated using generator version 0.10.0
11
+
3
12
  ### v0.24.0 (2022-09-01)
4
13
 
5
14
  * Regenerated from discovery document revision 20220826
@@ -414,11 +414,6 @@ module Google
414
414
  # @return [String]
415
415
  attr_accessor :description
416
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
-
422
417
  # Optional. A column's mode indicates whether values in this column are required,
423
418
  # nullable, or repeated. Only `NULLABLE`, `REQUIRED`, and `REPEATED` values are
424
419
  # supported. Default mode is `NULLABLE`.
@@ -445,32 +440,12 @@ module Google
445
440
  def update!(**args)
446
441
  @column = args[:column] if args.key?(:column)
447
442
  @description = args[:description] if args.key?(:description)
448
- @looker_column_spec = args[:looker_column_spec] if args.key?(:looker_column_spec)
449
443
  @mode = args[:mode] if args.key?(:mode)
450
444
  @subcolumns = args[:subcolumns] if args.key?(:subcolumns)
451
445
  @type = args[:type] if args.key?(:type)
452
446
  end
453
447
  end
454
448
 
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
-
474
449
  # Contact people for the entry.
475
450
  class GoogleCloudDatacatalogV1Contacts
476
451
  include Google::Apis::Core::Hashable
@@ -2632,11 +2607,6 @@ module Google
2632
2607
  class GoogleCloudDatacatalogV1UsageSignal
2633
2608
  include Google::Apis::Core::Hashable
2634
2609
 
2635
- # Favorite count in the source system.
2636
- # Corresponds to the JSON property `favoriteCount`
2637
- # @return [Fixnum]
2638
- attr_accessor :favorite_count
2639
-
2640
2610
  # The end timestamp of the duration of usage statistics.
2641
2611
  # Corresponds to the JSON property `updateTime`
2642
2612
  # @return [String]
@@ -2654,7 +2624,6 @@ module Google
2654
2624
 
2655
2625
  # Update properties of this object
2656
2626
  def update!(**args)
2657
- @favorite_count = args[:favorite_count] if args.key?(:favorite_count)
2658
2627
  @update_time = args[:update_time] if args.key?(:update_time)
2659
2628
  @usage_within_time_range = args[:usage_within_time_range] if args.key?(:usage_within_time_range)
2660
2629
  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.24.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220826"
25
+ REVISION = "20221017"
26
26
  end
27
27
  end
28
28
  end
@@ -94,12 +94,6 @@ 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
-
103
97
  class GoogleCloudDatacatalogV1Contacts
104
98
  class Representation < Google::Apis::Core::JsonRepresentation; end
105
99
 
@@ -629,8 +623,6 @@ module Google
629
623
  class Representation < Google::Apis::Core::JsonRepresentation
630
624
  property :column, as: 'column'
631
625
  property :description, as: 'description'
632
- property :looker_column_spec, as: 'lookerColumnSpec', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec::Representation
633
-
634
626
  property :mode, as: 'mode'
635
627
  collection :subcolumns, as: 'subcolumns', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchema, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchema::Representation
636
628
 
@@ -638,13 +630,6 @@ module Google
638
630
  end
639
631
  end
640
632
 
641
- class GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec
642
- # @private
643
- class Representation < Google::Apis::Core::JsonRepresentation
644
- property :type, as: 'type'
645
- end
646
- end
647
-
648
633
  class GoogleCloudDatacatalogV1Contacts
649
634
  # @private
650
635
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1265,7 +1250,6 @@ module Google
1265
1250
  class GoogleCloudDatacatalogV1UsageSignal
1266
1251
  # @private
1267
1252
  class Representation < Google::Apis::Core::JsonRepresentation
1268
- property :favorite_count, :numeric_string => true, as: 'favoriteCount'
1269
1253
  property :update_time, as: 'updateTime'
1270
1254
  hash :usage_within_time_range, as: 'usageWithinTimeRange', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1UsageStats, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1UsageStats::Representation
1271
1255
 
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.24.0
4
+ version: 0.26.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-09-05 00:00:00.000000000 Z
11
+ date: 2022-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: 0.9.1
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.7'
29
+ version: 0.9.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.26.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: []