google-apis-serviceconsumermanagement_v1 0.64.0 → 0.65.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: 9be46550a30839c18933b21815843071beffc7f35b91639cb08085a004dca230
|
|
4
|
+
data.tar.gz: 3c091fc339bd43615f4f7298ce7fd922419c48f6379ea40614cc24e916faf114
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b226acf00b602266937c2c76e400a16b7acbc2f7787f450a4d95c1edc284133952baf714dc86a7bdc162edd76fa1b19f55e2db62a4b2a2a9554ed451094ea6ed
|
|
7
|
+
data.tar.gz: dd2663dba36ac04e96c54d193fb9b5f30a61d408c4676b96a3f91b85542f0eac4f94a243d22aa9e832c4db75ecba18f1b67e57f1943d626f51739f02687745d6
|
data/CHANGELOG.md
CHANGED
|
@@ -3603,7 +3603,13 @@ module Google
|
|
|
3603
3603
|
|
|
3604
3604
|
# Configuration for network endpoints. If this is empty, then an endpoint with
|
|
3605
3605
|
# the same name as the service is automatically generated to service all defined
|
|
3606
|
-
# APIs.
|
|
3606
|
+
# APIs. WARNING: Defining any entries in the `endpoints` list disables the
|
|
3607
|
+
# automatic generation of default endpoint variations (e.g., ``service`.clients6.
|
|
3608
|
+
# google.com`, `content-`service`.googleapis.com`, and mTLS variants like ``
|
|
3609
|
+
# service`.mtls.googleapis.com`). To retain these default variations, you are
|
|
3610
|
+
# required to explicitly include your main service endpoint (e.g., `myservice.
|
|
3611
|
+
# googleapis.com`) in this list alongside any other custom endpoints (like REP,
|
|
3612
|
+
# GFE, etc.).
|
|
3607
3613
|
# Corresponds to the JSON property `endpoints`
|
|
3608
3614
|
# @return [Array<Google::Apis::ServiceconsumermanagementV1::Endpoint>]
|
|
3609
3615
|
attr_accessor :endpoints
|
|
@@ -3656,8 +3662,8 @@ module Google
|
|
|
3656
3662
|
# @return [Array<Google::Apis::ServiceconsumermanagementV1::MetricDescriptor>]
|
|
3657
3663
|
attr_accessor :metrics
|
|
3658
3664
|
|
|
3659
|
-
# Defines the monitored resources used by this service. This is required by the
|
|
3660
|
-
# Service.monitoring and Service.logging configurations.
|
|
3665
|
+
# Defines the monitored resources used by this service. This is required by the `
|
|
3666
|
+
# Service.monitoring` and `Service.logging` configurations.
|
|
3661
3667
|
# Corresponds to the JSON property `monitoredResources`
|
|
3662
3668
|
# @return [Array<Google::Apis::ServiceconsumermanagementV1::MonitoredResourceDescriptor>]
|
|
3663
3669
|
attr_accessor :monitored_resources
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ServiceconsumermanagementV1
|
|
18
18
|
# Version of the google-apis-serviceconsumermanagement_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.65.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-serviceconsumermanagement_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.65.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-serviceconsumermanagement_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.65.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|