google-apis-looker_v1 0.3.0 → 0.5.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/looker_v1/classes.rb +6 -0
- data/lib/google/apis/looker_v1/gem_version.rb +3 -3
- data/lib/google/apis/looker_v1/representations.rb +1 -0
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 31efe1b6d22e236bfbe4e18382bbdec8ecb3f093783e34711b17b565f497afb8
|
4
|
+
data.tar.gz: 1bd2755b32d2922fb46ff9509182726292fc74d912dfa826a416a6293932c7e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed0d877ff4fee35c33569ac53b7ebd641ed5f84fcda678bc6aee378aca7ca959b55ab69c29638ed4fd0927fa605ce6d3df9e04f0e92e9e7f0792b59c7ea3868a
|
7
|
+
data.tar.gz: 92679cc2d1afef08b54a78292394f234688309fb97164876a440c400bf9dfd52d3b70537dc020b3ecfcb1bc2a71fd8dbbeb3aa43d31dcb2916a78691dd053ecf
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-looker_v1
|
2
2
|
|
3
|
+
### v0.5.0 (2024-03-10)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240305
|
6
|
+
|
7
|
+
### v0.4.0 (2024-02-24)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240220
|
10
|
+
* Regenerated using generator version 0.14.0
|
11
|
+
|
3
12
|
### v0.3.0 (2024-01-28)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240118
|
data/OVERVIEW.md
CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/looker/docs/reference/rest/
|
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
86
|
-
This library is supported on Ruby 2.
|
86
|
+
This library is supported on Ruby 2.7+.
|
87
87
|
|
88
|
-
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life.
|
88
|
+
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
89
|
|
90
90
|
## License
|
91
91
|
|
@@ -650,6 +650,11 @@ module Google
|
|
650
650
|
# @return [Google::Apis::LookerV1::DenyMaintenancePeriod]
|
651
651
|
attr_accessor :last_deny_maintenance_period
|
652
652
|
|
653
|
+
# Optional. Linked Google Cloud Project Number for Looker Studio Pro.
|
654
|
+
# Corresponds to the JSON property `linkedLspProjectNumber`
|
655
|
+
# @return [Fixnum]
|
656
|
+
attr_accessor :linked_lsp_project_number
|
657
|
+
|
653
658
|
# Output only. Looker instance URI which can be used to access the Looker
|
654
659
|
# Instance UI.
|
655
660
|
# Corresponds to the JSON property `lookerUri`
|
@@ -737,6 +742,7 @@ module Google
|
|
737
742
|
@ingress_private_ip = args[:ingress_private_ip] if args.key?(:ingress_private_ip)
|
738
743
|
@ingress_public_ip = args[:ingress_public_ip] if args.key?(:ingress_public_ip)
|
739
744
|
@last_deny_maintenance_period = args[:last_deny_maintenance_period] if args.key?(:last_deny_maintenance_period)
|
745
|
+
@linked_lsp_project_number = args[:linked_lsp_project_number] if args.key?(:linked_lsp_project_number)
|
740
746
|
@looker_uri = args[:looker_uri] if args.key?(:looker_uri)
|
741
747
|
@looker_version = args[:looker_version] if args.key?(:looker_version)
|
742
748
|
@maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
|
@@ -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.5.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240305"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -383,6 +383,7 @@ module Google
|
|
383
383
|
property :ingress_public_ip, as: 'ingressPublicIp'
|
384
384
|
property :last_deny_maintenance_period, as: 'lastDenyMaintenancePeriod', class: Google::Apis::LookerV1::DenyMaintenancePeriod, decorator: Google::Apis::LookerV1::DenyMaintenancePeriod::Representation
|
385
385
|
|
386
|
+
property :linked_lsp_project_number, :numeric_string => true, as: 'linkedLspProjectNumber'
|
386
387
|
property :looker_uri, as: 'lookerUri'
|
387
388
|
property :looker_version, as: 'lookerVersion'
|
388
389
|
property :maintenance_schedule, as: 'maintenanceSchedule', class: Google::Apis::LookerV1::MaintenanceSchedule, decorator: Google::Apis::LookerV1::MaintenanceSchedule::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.5.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-03-10 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.
|
19
|
+
version: 0.14.0
|
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.
|
29
|
+
version: 0.14.0
|
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-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.5.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: []
|
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
68
68
|
requirements:
|
69
69
|
- - ">="
|
70
70
|
- !ruby/object:Gem::Version
|
71
|
-
version: '2.
|
71
|
+
version: '2.7'
|
72
72
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
73
73
|
requirements:
|
74
74
|
- - ">="
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.6
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Looker (Google Cloud core) API V1
|