google-apis-developerconnect_v1 0.19.0 → 0.20.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: e0098ad990b6c37632437dff16e0ad448d899c0a27d6e17add274c7ea54f25a1
|
|
4
|
+
data.tar.gz: 431387e35995841117323a030c42a91ca3194b55dc14d81d73038f7236e5aeca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 47bc8b8279acca32283678e7a58812e148df708788da8189ef48d659dd29654d2e8e786f303bcdf8e1f2b4cfe65c2964877a9f833818ea78d1d9a0c029c96843
|
|
7
|
+
data.tar.gz: 744bb46b151ac6e23de8c9f1a3e3a5edcdab3693fb682ab2cb75c2b61e33dcd3fb1695aff4f85924d2236430f46057953576e97d678b861f08d00ca72a061df1
|
data/CHANGELOG.md
CHANGED
|
@@ -1132,6 +1132,14 @@ module Google
|
|
|
1132
1132
|
attr_accessor :enabled
|
|
1133
1133
|
alias_method :enabled?, :enabled
|
|
1134
1134
|
|
|
1135
|
+
# Output only. The base URI for the HTTP proxy endpoint. Has the format `https://
|
|
1136
|
+
# `generatedID`-c-h-`shortRegion`.developerconnect.dev` Populated only when
|
|
1137
|
+
# enabled is set to true. This endpoint is used by other Google services that
|
|
1138
|
+
# integrate with Developer Connect.
|
|
1139
|
+
# Corresponds to the JSON property `httpProxyBaseUri`
|
|
1140
|
+
# @return [String]
|
|
1141
|
+
attr_accessor :http_proxy_base_uri
|
|
1142
|
+
|
|
1135
1143
|
def initialize(**args)
|
|
1136
1144
|
update!(**args)
|
|
1137
1145
|
end
|
|
@@ -1139,6 +1147,7 @@ module Google
|
|
|
1139
1147
|
# Update properties of this object
|
|
1140
1148
|
def update!(**args)
|
|
1141
1149
|
@enabled = args[:enabled] if args.key?(:enabled)
|
|
1150
|
+
@http_proxy_base_uri = args[:http_proxy_base_uri] if args.key?(:http_proxy_base_uri)
|
|
1142
1151
|
end
|
|
1143
1152
|
end
|
|
1144
1153
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DeveloperconnectV1
|
|
18
18
|
# Version of the google-apis-developerconnect_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.20.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 = "
|
|
25
|
+
REVISION = "20251211"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-developerconnect_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.20.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-developerconnect_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-developerconnect_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-developerconnect_v1/v0.20.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-developerconnect_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|