google-apis-looker_v1 0.16.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: 5a9e89771bd6fa1be51f6f17bc5e84803e5ece73ad63164d50a21c978dfb2521
4
- data.tar.gz: b6834e5afb8dfa2f1767926a28c92780b096dbaa7c2209b2c03f18566fa6675e
3
+ metadata.gz: 968acb1b9405a604d6b7dc022530d4c38f173c9c1f4c6943f542d4bf53280f42
4
+ data.tar.gz: '0287e4f2ca8bbda44846ccd4822508c640fcc1929918434962d23ae7cbbdd26a'
5
5
  SHA512:
6
- metadata.gz: 8fbdc4fbafbe4595ead28142e46d4396faf9859735bc3215557739f54fd9ea4a71d2f4798bf5b1ffce6b297a362d1f3f63c989c84761311f1db12014fb4e0f60
7
- data.tar.gz: dea56e103898837f48df7b254917a2365b32b129dbddc16b69176a105328b7843f168596ffaf7665908bb886d4f9f909d28b2fd80ebc670f7e3c877ec1bd2e87
6
+ metadata.gz: 6890b6a9c89fb94e6dd99e6e1b022382684171245f6462316214c8d1ba9b65159566795420206b4e5191e21693e1b3ade9a1eaec23e9aa1d2fc66d2bc135b717
7
+ data.tar.gz: 19fbad44c9841ea737c6dfd0b435b43cc7d6a05d585f03c84b79a541979ffd02223f664b1a562e635c7da6ef146685ea43601b4127a6b722e4d5c7170072af88
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
7
+ ### v0.17.0 (2025-06-15)
8
+
9
+ * Regenerated from discovery document revision 20250604
10
+ * Regenerated using generator version 0.18.0
11
+
3
12
  ### v0.16.0 (2025-05-04)
4
13
 
5
14
  * Regenerated using generator version 0.17.0
@@ -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)
@@ -1057,12 +1063,18 @@ module Google
1057
1063
  # @return [String]
1058
1064
  attr_accessor :connection_status
1059
1065
 
1060
- # Required. Fully qualified domain name that will be used in the private DNS
1066
+ # Optional. Fully qualified domain name that will be used in the private DNS
1061
1067
  # record created for the service attachment.
1062
1068
  # Corresponds to the JSON property `localFqdn`
1063
1069
  # @return [String]
1064
1070
  attr_accessor :local_fqdn
1065
1071
 
1072
+ # Optional. List of fully qualified domain names that will be used in the
1073
+ # private DNS record created for the service attachment.
1074
+ # Corresponds to the JSON property `localFqdns`
1075
+ # @return [Array<String>]
1076
+ attr_accessor :local_fqdns
1077
+
1066
1078
  # Required. URI of the service attachment to connect to. Format: projects/`
1067
1079
  # project`/regions/`region`/serviceAttachments/`service_attachment`
1068
1080
  # Corresponds to the JSON property `targetServiceAttachmentUri`
@@ -1077,6 +1089,7 @@ module Google
1077
1089
  def update!(**args)
1078
1090
  @connection_status = args[:connection_status] if args.key?(:connection_status)
1079
1091
  @local_fqdn = args[:local_fqdn] if args.key?(:local_fqdn)
1092
+ @local_fqdns = args[:local_fqdns] if args.key?(:local_fqdns)
1080
1093
  @target_service_attachment_uri = args[:target_service_attachment_uri] if args.key?(:target_service_attachment_uri)
1081
1094
  end
1082
1095
  end
@@ -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.16.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250414"
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
@@ -495,6 +496,7 @@ module Google
495
496
  class Representation < Google::Apis::Core::JsonRepresentation
496
497
  property :connection_status, as: 'connectionStatus'
497
498
  property :local_fqdn, as: 'localFqdn'
499
+ collection :local_fqdns, as: 'localFqdns'
498
500
  property :target_service_attachment_uri, as: 'targetServiceAttachmentUri'
499
501
  end
500
502
  end
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.16.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.16.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:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Looker (Google Cloud core) API V1
79
79
  test_files: []