google-apis-looker_v1 0.16.0 → 0.17.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c290e3659b5af156f252ff06d99a85d301084252506216d8a3a06576d654908
|
4
|
+
data.tar.gz: 64c26966cbcafe0e8a25772c63b65757bde8d6c2dec5334edf6cd2ce92eb0314
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 133b4db3bc37a53bf2c5255c706df24c4dc221ab5a2fc7bf417572a8985956f0eff527405c200d53a11e52e7a77a639de62050971a4c0ed2c9d3877fad187538
|
7
|
+
data.tar.gz: 536261a32b3ff109cdf63904698c86960d2011b8220df5dd49a8e84834c7e6d0ebeb5fcd60024b2eaf38d5e0109342044bf4acd2bce283f2ac0af342baf79487
|
data/CHANGELOG.md
CHANGED
@@ -1057,12 +1057,18 @@ module Google
|
|
1057
1057
|
# @return [String]
|
1058
1058
|
attr_accessor :connection_status
|
1059
1059
|
|
1060
|
-
#
|
1060
|
+
# Optional. Fully qualified domain name that will be used in the private DNS
|
1061
1061
|
# record created for the service attachment.
|
1062
1062
|
# Corresponds to the JSON property `localFqdn`
|
1063
1063
|
# @return [String]
|
1064
1064
|
attr_accessor :local_fqdn
|
1065
1065
|
|
1066
|
+
# Optional. List of fully qualified domain names that will be used in the
|
1067
|
+
# private DNS record created for the service attachment.
|
1068
|
+
# Corresponds to the JSON property `localFqdns`
|
1069
|
+
# @return [Array<String>]
|
1070
|
+
attr_accessor :local_fqdns
|
1071
|
+
|
1066
1072
|
# Required. URI of the service attachment to connect to. Format: projects/`
|
1067
1073
|
# project`/regions/`region`/serviceAttachments/`service_attachment`
|
1068
1074
|
# Corresponds to the JSON property `targetServiceAttachmentUri`
|
@@ -1077,6 +1083,7 @@ module Google
|
|
1077
1083
|
def update!(**args)
|
1078
1084
|
@connection_status = args[:connection_status] if args.key?(:connection_status)
|
1079
1085
|
@local_fqdn = args[:local_fqdn] if args.key?(:local_fqdn)
|
1086
|
+
@local_fqdns = args[:local_fqdns] if args.key?(:local_fqdns)
|
1080
1087
|
@target_service_attachment_uri = args[:target_service_attachment_uri] if args.key?(:target_service_attachment_uri)
|
1081
1088
|
end
|
1082
1089
|
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.
|
19
|
+
GEM_VERSION = "0.17.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250604"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -495,6 +495,7 @@ module Google
|
|
495
495
|
class Representation < Google::Apis::Core::JsonRepresentation
|
496
496
|
property :connection_status, as: 'connectionStatus'
|
497
497
|
property :local_fqdn, as: 'localFqdn'
|
498
|
+
collection :local_fqdns, as: 'localFqdns'
|
498
499
|
property :target_service_attachment_uri, as: 'targetServiceAttachmentUri'
|
499
500
|
end
|
500
501
|
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.
|
4
|
+
version: 0.17.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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-looker_v1/v0.17.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.
|
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: []
|