google-apis-looker_v1 0.17.0 → 0.18.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: 2c290e3659b5af156f252ff06d99a85d301084252506216d8a3a06576d654908
4
- data.tar.gz: 64c26966cbcafe0e8a25772c63b65757bde8d6c2dec5334edf6cd2ce92eb0314
3
+ metadata.gz: 968acb1b9405a604d6b7dc022530d4c38f173c9c1f4c6943f542d4bf53280f42
4
+ data.tar.gz: '0287e4f2ca8bbda44846ccd4822508c640fcc1929918434962d23ae7cbbdd26a'
5
5
  SHA512:
6
- metadata.gz: 133b4db3bc37a53bf2c5255c706df24c4dc221ab5a2fc7bf417572a8985956f0eff527405c200d53a11e52e7a77a639de62050971a4c0ed2c9d3877fad187538
7
- data.tar.gz: 536261a32b3ff109cdf63904698c86960d2011b8220df5dd49a8e84834c7e6d0ebeb5fcd60024b2eaf38d5e0109342044bf4acd2bce283f2ac0af342baf79487
6
+ metadata.gz: 6890b6a9c89fb94e6dd99e6e1b022382684171245f6462316214c8d1ba9b65159566795420206b4e5191e21693e1b3ade9a1eaec23e9aa1d2fc66d2bc135b717
7
+ data.tar.gz: 19fbad44c9841ea737c6dfd0b435b43cc7d6a05d585f03c84b79a541979ffd02223f664b1a562e635c7da6ef146685ea43601b4127a6b722e4d5c7170072af88
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-looker_v1
2
2
 
3
+ ### v0.18.0 (2025-07-27)
4
+
5
+ * Regenerated from discovery document revision 20250721
6
+
3
7
  ### v0.17.0 (2025-06-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20250604
@@ -376,6 +376,11 @@ module Google
376
376
  # @return [Google::Apis::LookerV1::AdminSettings]
377
377
  attr_accessor :admin_settings
378
378
 
379
+ # Optional. Storage class of the instance.
380
+ # Corresponds to the JSON property `classType`
381
+ # @return [String]
382
+ attr_accessor :class_type
383
+
379
384
  # Network name in the consumer project. Format: `projects/`project`/global/
380
385
  # networks/`network``. Note that the consumer network may be in a different GCP
381
386
  # project than the consumer project that is hosting the Looker Instance.
@@ -544,6 +549,7 @@ module Google
544
549
  # Update properties of this object
545
550
  def update!(**args)
546
551
  @admin_settings = args[:admin_settings] if args.key?(:admin_settings)
552
+ @class_type = args[:class_type] if args.key?(:class_type)
547
553
  @consumer_network = args[:consumer_network] if args.key?(:consumer_network)
548
554
  @create_time = args[:create_time] if args.key?(:create_time)
549
555
  @custom_domain = args[:custom_domain] if args.key?(:custom_domain)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module LookerV1
18
18
  # Version of the google-apis-looker_v1 gem
19
- GEM_VERSION = "0.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250604"
25
+ REVISION = "20250721"
26
26
  end
27
27
  end
28
28
  end
@@ -315,6 +315,7 @@ module Google
315
315
  class Representation < Google::Apis::Core::JsonRepresentation
316
316
  property :admin_settings, as: 'adminSettings', class: Google::Apis::LookerV1::AdminSettings, decorator: Google::Apis::LookerV1::AdminSettings::Representation
317
317
 
318
+ property :class_type, as: 'classType'
318
319
  property :consumer_network, as: 'consumerNetwork'
319
320
  property :create_time, as: 'createTime'
320
321
  property :custom_domain, as: 'customDomain', class: Google::Apis::LookerV1::CustomDomain, decorator: Google::Apis::LookerV1::CustomDomain::Representation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-looker_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-looker_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-looker_v1/v0.17.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-looker_v1/v0.18.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-looker_v1
62
62
  rdoc_options: []
63
63
  require_paths: