google-apis-serviceusage_v1 0.72.0 → 0.73.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: 886e3c69f8cac29d13733298b11864fddf7dbb49fd0d65e067cb72cad4b34b0f
|
|
4
|
+
data.tar.gz: 30843c7d7d4096c48a0d38e67d3288d35c7d55ec25f0e7ec8651feb4fcac3517
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9927d533914c1a007a106a96103d36e168c6007160ed17ffeb1c80d1e703932b7245a1ca6ea133f443c2cc78ad871339e90108dbfc67c6ef84beefc11ea1f09f
|
|
7
|
+
data.tar.gz: 2c841800eafd4adb1ce15ded4500ba11a747b91585faf3ae6ad70a56efce13220e751f401fe3d5e7caec3e9016642dd7b38f20823bb9a822e41a2be49891498c
|
data/CHANGELOG.md
CHANGED
|
@@ -2351,7 +2351,13 @@ module Google
|
|
|
2351
2351
|
|
|
2352
2352
|
# Configuration for network endpoints. If this is empty, then an endpoint with
|
|
2353
2353
|
# the same name as the service is automatically generated to service all defined
|
|
2354
|
-
# APIs.
|
|
2354
|
+
# APIs. WARNING: Defining any entries in the `endpoints` list disables the
|
|
2355
|
+
# automatic generation of default endpoint variations (e.g., ``service`.clients6.
|
|
2356
|
+
# google.com`, `content-`service`.googleapis.com`, and mTLS variants like ``
|
|
2357
|
+
# service`.mtls.googleapis.com`). To retain these default variations, you are
|
|
2358
|
+
# required to explicitly include your main service endpoint (e.g., `myservice.
|
|
2359
|
+
# googleapis.com`) in this list alongside any other custom endpoints (like REP,
|
|
2360
|
+
# GFE, etc.).
|
|
2355
2361
|
# Corresponds to the JSON property `endpoints`
|
|
2356
2362
|
# @return [Array<Google::Apis::ServiceusageV1::Endpoint>]
|
|
2357
2363
|
attr_accessor :endpoints
|
|
@@ -2404,8 +2410,8 @@ module Google
|
|
|
2404
2410
|
# @return [Array<Google::Apis::ServiceusageV1::MetricDescriptor>]
|
|
2405
2411
|
attr_accessor :metrics
|
|
2406
2412
|
|
|
2407
|
-
# Defines the monitored resources used by this service. This is required by the
|
|
2408
|
-
# Service.monitoring and Service.logging configurations.
|
|
2413
|
+
# Defines the monitored resources used by this service. This is required by the `
|
|
2414
|
+
# Service.monitoring` and `Service.logging` configurations.
|
|
2409
2415
|
# Corresponds to the JSON property `monitoredResources`
|
|
2410
2416
|
# @return [Array<Google::Apis::ServiceusageV1::MonitoredResourceDescriptor>]
|
|
2411
2417
|
attr_accessor :monitored_resources
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ServiceusageV1
|
|
18
18
|
# Version of the google-apis-serviceusage_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.73.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 = "20260120"
|
|
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-serviceusage_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.73.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-serviceusage_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.73.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|