google-apis-servicenetworking_v1beta 0.68.0 → 0.69.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: 46a72a12ca82990b03161b7663c5dbb88c0f78f88e47ac1e93598a8fdbb18b9b
|
|
4
|
+
data.tar.gz: 846d64df4ca687a332b2d213ab5c8bdee612cd425733f212405d6dad2f36ab3a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6f6014ec8d2af085c3abc0a2f822502b01e3d19745881f82bc93985b813bb8ee6f81e9e85b4ce055d48303f81ff47f246f939069f8626f592555bbaf6cd7ada
|
|
7
|
+
data.tar.gz: cc3171dcfff4fadf64025875d70baf9922275dac3f458ae4f6f020febe1787134c505e019661b56261995860901546fb97628cc51c30f03b46068cf294222366
|
data/CHANGELOG.md
CHANGED
|
@@ -4183,7 +4183,13 @@ module Google
|
|
|
4183
4183
|
|
|
4184
4184
|
# Configuration for network endpoints. If this is empty, then an endpoint with
|
|
4185
4185
|
# the same name as the service is automatically generated to service all defined
|
|
4186
|
-
# APIs.
|
|
4186
|
+
# APIs. WARNING: Defining any entries in the `endpoints` list disables the
|
|
4187
|
+
# automatic generation of default endpoint variations (e.g., ``service`.clients6.
|
|
4188
|
+
# google.com`, `content-`service`.googleapis.com`, and mTLS variants like ``
|
|
4189
|
+
# service`.mtls.googleapis.com`). To retain these default variations, you are
|
|
4190
|
+
# required to explicitly include your main service endpoint (e.g., `myservice.
|
|
4191
|
+
# googleapis.com`) in this list alongside any other custom endpoints (like REP,
|
|
4192
|
+
# GFE, etc.).
|
|
4187
4193
|
# Corresponds to the JSON property `endpoints`
|
|
4188
4194
|
# @return [Array<Google::Apis::ServicenetworkingV1beta::Endpoint>]
|
|
4189
4195
|
attr_accessor :endpoints
|
|
@@ -4236,8 +4242,8 @@ module Google
|
|
|
4236
4242
|
# @return [Array<Google::Apis::ServicenetworkingV1beta::MetricDescriptor>]
|
|
4237
4243
|
attr_accessor :metrics
|
|
4238
4244
|
|
|
4239
|
-
# Defines the monitored resources used by this service. This is required by the
|
|
4240
|
-
# Service.monitoring and Service.logging configurations.
|
|
4245
|
+
# Defines the monitored resources used by this service. This is required by the `
|
|
4246
|
+
# Service.monitoring` and `Service.logging` configurations.
|
|
4241
4247
|
# Corresponds to the JSON property `monitoredResources`
|
|
4242
4248
|
# @return [Array<Google::Apis::ServicenetworkingV1beta::MonitoredResourceDescriptor>]
|
|
4243
4249
|
attr_accessor :monitored_resources
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ServicenetworkingV1beta
|
|
18
18
|
# Version of the google-apis-servicenetworking_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.69.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 = "20260119"
|
|
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-servicenetworking_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.69.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-servicenetworking_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.69.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|