google-apis-serviceusage_v1beta1 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: b451b0a0dd0097be30ca133b492ee2f253d0ef183c4a4c743c16c324de1b836b
|
|
4
|
+
data.tar.gz: 0c07cc98d25d89219daf6ba6f2f352023ad57f1e647a49cae7b6d122d0ffbb6d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3448ce4a2c6916ba4ba3cd5df2f6a4cbac05f821ce3c95705546d7d1d02de94ee97d6cde56cf75c8fc8837af5c7eafecd494da3f80daad8a5a6c4459a234a41
|
|
7
|
+
data.tar.gz: 3584a8321b11bb171c849ef9b7d76dac14235297f1a6bac6b16705a9d7df55be01d8ee45f742cf87e6c101ad47c2f4d469a20ca34347e027b8726e717b70a66b
|
data/CHANGELOG.md
CHANGED
|
@@ -2429,7 +2429,13 @@ module Google
|
|
|
2429
2429
|
|
|
2430
2430
|
# Configuration for network endpoints. If this is empty, then an endpoint with
|
|
2431
2431
|
# the same name as the service is automatically generated to service all defined
|
|
2432
|
-
# APIs.
|
|
2432
|
+
# APIs. WARNING: Defining any entries in the `endpoints` list disables the
|
|
2433
|
+
# automatic generation of default endpoint variations (e.g., ``service`.clients6.
|
|
2434
|
+
# google.com`, `content-`service`.googleapis.com`, and mTLS variants like ``
|
|
2435
|
+
# service`.mtls.googleapis.com`). To retain these default variations, you are
|
|
2436
|
+
# required to explicitly include your main service endpoint (e.g., `myservice.
|
|
2437
|
+
# googleapis.com`) in this list alongside any other custom endpoints (like REP,
|
|
2438
|
+
# GFE, etc.).
|
|
2433
2439
|
# Corresponds to the JSON property `endpoints`
|
|
2434
2440
|
# @return [Array<Google::Apis::ServiceusageV1beta1::Endpoint>]
|
|
2435
2441
|
attr_accessor :endpoints
|
|
@@ -2482,8 +2488,8 @@ module Google
|
|
|
2482
2488
|
# @return [Array<Google::Apis::ServiceusageV1beta1::MetricDescriptor>]
|
|
2483
2489
|
attr_accessor :metrics
|
|
2484
2490
|
|
|
2485
|
-
# Defines the monitored resources used by this service. This is required by the
|
|
2486
|
-
# Service.monitoring and Service.logging configurations.
|
|
2491
|
+
# Defines the monitored resources used by this service. This is required by the `
|
|
2492
|
+
# Service.monitoring` and `Service.logging` configurations.
|
|
2487
2493
|
# Corresponds to the JSON property `monitoredResources`
|
|
2488
2494
|
# @return [Array<Google::Apis::ServiceusageV1beta1::MonitoredResourceDescriptor>]
|
|
2489
2495
|
attr_accessor :monitored_resources
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ServiceusageV1beta1
|
|
18
18
|
# Version of the google-apis-serviceusage_v1beta1 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_v1beta1
|
|
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_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.73.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|