google-apis-serviceconsumermanagement_v1beta1 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: 5e63376f07f9b9a5885060dbbcd9755099aa411163778f615b6c919b77b7dc48
|
|
4
|
+
data.tar.gz: 2b3a790c09112d8bb86824cedffc46aa6ae8c426465b4ef77ce3de6fb436b062
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: efcbb26914a14cf8b252c3ca28cb4f094376031a6be09367d7b698fd572754afe2e45a2a0d8815b56d8b6b9baecbaf5584f00803fba85fb4f1b03877ab1bec1b
|
|
7
|
+
data.tar.gz: 0b2d604d93eae14380d9d4c0c250708bc301eb7f6f0802518ee1aa7c3e4b7458a22aebf7630b0d1d01aeee9564128c3901fa49e5f07dbe37c3819876f9664ed2
|
data/CHANGELOG.md
CHANGED
|
@@ -3303,7 +3303,13 @@ module Google
|
|
|
3303
3303
|
|
|
3304
3304
|
# Configuration for network endpoints. If this is empty, then an endpoint with
|
|
3305
3305
|
# the same name as the service is automatically generated to service all defined
|
|
3306
|
-
# APIs.
|
|
3306
|
+
# APIs. WARNING: Defining any entries in the `endpoints` list disables the
|
|
3307
|
+
# automatic generation of default endpoint variations (e.g., ``service`.clients6.
|
|
3308
|
+
# google.com`, `content-`service`.googleapis.com`, and mTLS variants like ``
|
|
3309
|
+
# service`.mtls.googleapis.com`). To retain these default variations, you are
|
|
3310
|
+
# required to explicitly include your main service endpoint (e.g., `myservice.
|
|
3311
|
+
# googleapis.com`) in this list alongside any other custom endpoints (like REP,
|
|
3312
|
+
# GFE, etc.).
|
|
3307
3313
|
# Corresponds to the JSON property `endpoints`
|
|
3308
3314
|
# @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::Endpoint>]
|
|
3309
3315
|
attr_accessor :endpoints
|
|
@@ -3356,8 +3362,8 @@ module Google
|
|
|
3356
3362
|
# @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::MetricDescriptor>]
|
|
3357
3363
|
attr_accessor :metrics
|
|
3358
3364
|
|
|
3359
|
-
# Defines the monitored resources used by this service. This is required by the
|
|
3360
|
-
# Service.monitoring and Service.logging configurations.
|
|
3365
|
+
# Defines the monitored resources used by this service. This is required by the `
|
|
3366
|
+
# Service.monitoring` and `Service.logging` configurations.
|
|
3361
3367
|
# Corresponds to the JSON property `monitoredResources`
|
|
3362
3368
|
# @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::MonitoredResourceDescriptor>]
|
|
3363
3369
|
attr_accessor :monitored_resources
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ServiceconsumermanagementV1beta1
|
|
18
18
|
# Version of the google-apis-serviceconsumermanagement_v1beta1 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_v1beta1
|
|
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_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.65.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|