google-apis-serviceconsumermanagement_v1beta1 0.63.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: e58c9dc5ef108083316dec276bffc73580c59129c0a4754cdd36da0a3d187efa
4
- data.tar.gz: 5d7c9d5c8796a8bb294a89b5d81be9d2a8a9d2b2796b11b46d04ec936f045f93
3
+ metadata.gz: 5e63376f07f9b9a5885060dbbcd9755099aa411163778f615b6c919b77b7dc48
4
+ data.tar.gz: 2b3a790c09112d8bb86824cedffc46aa6ae8c426465b4ef77ce3de6fb436b062
5
5
  SHA512:
6
- metadata.gz: e0e6cfac55fc2d6dc4249b8b4e1f88b3ffd53cda8587fa2bc5c2babdf124a072b801699416f7051e93ced6e2c06475595ddaa644b555370865c05a7449baf55a
7
- data.tar.gz: 2808d1e560b9af83a0ee78660c4d1f3647007e52439b95154796d53fb5aa749a367a187aa74c2389d97322b97346725ef790f5b378c58f5f889c06d91caa3894
6
+ metadata.gz: efcbb26914a14cf8b252c3ca28cb4f094376031a6be09367d7b698fd572754afe2e45a2a0d8815b56d8b6b9baecbaf5584f00803fba85fb4f1b03877ab1bec1b
7
+ data.tar.gz: 0b2d604d93eae14380d9d4c0c250708bc301eb7f6f0802518ee1aa7c3e4b7458a22aebf7630b0d1d01aeee9564128c3901fa49e5f07dbe37c3819876f9664ed2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1beta1
2
2
 
3
+ ### v0.65.0 (2026-01-25)
4
+
5
+ * Regenerated from discovery document revision 20260120
6
+
7
+ ### v0.64.0 (2026-01-18)
8
+
9
+ * Regenerated from discovery document revision 20260109
10
+
3
11
  ### v0.63.0 (2025-10-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20251023
@@ -859,9 +859,9 @@ module Google
859
859
  class Control
860
860
  include Google::Apis::Core::Hashable
861
861
 
862
- # The service controller environment to use. If empty, no control plane feature (
863
- # like quota and billing) will be enabled. The recommended value for most
864
- # services is servicecontrol.googleapis.com
862
+ # The service controller environment to use. If empty, no control plane features
863
+ # (like quota and billing) will be enabled. The recommended value for most
864
+ # services is servicecontrol.googleapis.com.
865
865
  # Corresponds to the JSON property `environment`
866
866
  # @return [String]
867
867
  attr_accessor :environment
@@ -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.63.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 = "20251023"
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.63.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.63.0
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: