google-apis-looker_v1 0.9.0 → 0.10.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1abd1e328d2d361b4d70168399452e3bd94be3ec2a4e51a1a5ff1836b3de84a2
|
4
|
+
data.tar.gz: 6bf076816ee48bb530c68877dd5d4a42eb269f6191925820efd61d9091dc44ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad203ecc0a3fcc05e4b6e383fed8ac6efe632e849d5a3f31c04473c777227a0668aef6af650ccad6088b323fc4f49ecf78a63f2737ac47f92910724b40d55f5d
|
7
|
+
data.tar.gz: 6c47f6ee339b2578387e2f3c660decff27a4cee61dfe89a583cee9f0a3b1a7a9e621e6ab0286d8b324843770259da22c3fc3a645e843cc7b4d7d765d76a39370
|
data/CHANGELOG.md
CHANGED
@@ -635,6 +635,18 @@ module Google
|
|
635
635
|
# @return [Google::Apis::LookerV1::EncryptionConfig]
|
636
636
|
attr_accessor :encryption_config
|
637
637
|
|
638
|
+
# Optional. Whether FIPS is enabled on the Looker instance.
|
639
|
+
# Corresponds to the JSON property `fipsEnabled`
|
640
|
+
# @return [Boolean]
|
641
|
+
attr_accessor :fips_enabled
|
642
|
+
alias_method :fips_enabled?, :fips_enabled
|
643
|
+
|
644
|
+
# Optional. Whether Gemini feature is enabled on the Looker instance or not.
|
645
|
+
# Corresponds to the JSON property `geminiEnabled`
|
646
|
+
# @return [Boolean]
|
647
|
+
attr_accessor :gemini_enabled
|
648
|
+
alias_method :gemini_enabled?, :gemini_enabled
|
649
|
+
|
638
650
|
# Output only. Private Ingress IP (IPv4).
|
639
651
|
# Corresponds to the JSON property `ingressPrivateIp`
|
640
652
|
# @return [String]
|
@@ -752,6 +764,8 @@ module Google
|
|
752
764
|
@deny_maintenance_period = args[:deny_maintenance_period] if args.key?(:deny_maintenance_period)
|
753
765
|
@egress_public_ip = args[:egress_public_ip] if args.key?(:egress_public_ip)
|
754
766
|
@encryption_config = args[:encryption_config] if args.key?(:encryption_config)
|
767
|
+
@fips_enabled = args[:fips_enabled] if args.key?(:fips_enabled)
|
768
|
+
@gemini_enabled = args[:gemini_enabled] if args.key?(:gemini_enabled)
|
755
769
|
@ingress_private_ip = args[:ingress_private_ip] if args.key?(:ingress_private_ip)
|
756
770
|
@ingress_public_ip = args[:ingress_public_ip] if args.key?(:ingress_public_ip)
|
757
771
|
@last_deny_maintenance_period = args[:last_deny_maintenance_period] if args.key?(:last_deny_maintenance_period)
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.10.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240910"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -391,6 +391,8 @@ module Google
|
|
391
391
|
property :egress_public_ip, as: 'egressPublicIp'
|
392
392
|
property :encryption_config, as: 'encryptionConfig', class: Google::Apis::LookerV1::EncryptionConfig, decorator: Google::Apis::LookerV1::EncryptionConfig::Representation
|
393
393
|
|
394
|
+
property :fips_enabled, as: 'fipsEnabled'
|
395
|
+
property :gemini_enabled, as: 'geminiEnabled'
|
394
396
|
property :ingress_private_ip, as: 'ingressPrivateIp'
|
395
397
|
property :ingress_public_ip, as: 'ingressPublicIp'
|
396
398
|
property :last_deny_maintenance_period, as: 'lastDenyMaintenancePeriod', class: Google::Apis::LookerV1::DenyMaintenancePeriod, decorator: Google::Apis::LookerV1::DenyMaintenancePeriod::Representation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-looker_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.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-09-15 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-looker_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-looker_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-looker_v1/v0.10.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-looker_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|