google-apis-serviceconsumermanagement_v1 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: 25f4d5c46210a76504ab8f908c5d708e4e098f076aba6e13953eb9cc74462d0f
4
- data.tar.gz: fc7e2ffeb632be34d46cf376091a9e785ac91415bd76221811e9fbb2105e7c43
3
+ metadata.gz: 9be46550a30839c18933b21815843071beffc7f35b91639cb08085a004dca230
4
+ data.tar.gz: 3c091fc339bd43615f4f7298ce7fd922419c48f6379ea40614cc24e916faf114
5
5
  SHA512:
6
- metadata.gz: 649900dae91bbb1c2710377b5dfa5e90efaa86797f6fe61565f89b8d535ae8c206ea9edc9c02040b5d8f5ad77f1cd85791031d7aadee605f4ad2ef02fc67225e
7
- data.tar.gz: adbcb34f1cf34d909f6a01fbbeab7532394cea37820f7d3b15f568358f19fb1cacfab8b1fbb9691352294456d4080a48106b41f452752648556652f728483600
6
+ metadata.gz: b226acf00b602266937c2c76e400a16b7acbc2f7787f450a4d95c1edc284133952baf714dc86a7bdc162edd76fa1b19f55e2db62a4b2a2a9554ed451094ea6ed
7
+ data.tar.gz: dd2663dba36ac04e96c54d193fb9b5f30a61d408c4676b96a3f91b85542f0eac4f94a243d22aa9e832c4db75ecba18f1b67e57f1943d626f51739f02687745d6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1
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
@@ -984,9 +984,9 @@ module Google
984
984
  class Control
985
985
  include Google::Apis::Core::Hashable
986
986
 
987
- # The service controller environment to use. If empty, no control plane feature (
988
- # like quota and billing) will be enabled. The recommended value for most
989
- # services is servicecontrol.googleapis.com
987
+ # The service controller environment to use. If empty, no control plane features
988
+ # (like quota and billing) will be enabled. The recommended value for most
989
+ # services is servicecontrol.googleapis.com.
990
990
  # Corresponds to the JSON property `environment`
991
991
  # @return [String]
992
992
  attr_accessor :environment
@@ -2085,8 +2085,9 @@ module Google
2085
2085
  attr_accessor :operations
2086
2086
 
2087
2087
  # Unordered list. Unreachable resources. Populated when the request sets `
2088
- # ListOperationsRequest.return_partial_success` and reads across collections e.g.
2089
- # when attempting to list all resources across all supported locations.
2088
+ # ListOperationsRequest.return_partial_success` and reads across collections.
2089
+ # For example, when attempting to list all resources across all supported
2090
+ # locations.
2090
2091
  # Corresponds to the JSON property `unreachable`
2091
2092
  # @return [Array<String>]
2092
2093
  attr_accessor :unreachable
@@ -3602,7 +3603,13 @@ module Google
3602
3603
 
3603
3604
  # Configuration for network endpoints. If this is empty, then an endpoint with
3604
3605
  # the same name as the service is automatically generated to service all defined
3605
- # 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.).
3606
3613
  # Corresponds to the JSON property `endpoints`
3607
3614
  # @return [Array<Google::Apis::ServiceconsumermanagementV1::Endpoint>]
3608
3615
  attr_accessor :endpoints
@@ -3655,8 +3662,8 @@ module Google
3655
3662
  # @return [Array<Google::Apis::ServiceconsumermanagementV1::MetricDescriptor>]
3656
3663
  attr_accessor :metrics
3657
3664
 
3658
- # Defines the monitored resources used by this service. This is required by the
3659
- # 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.
3660
3667
  # Corresponds to the JSON property `monitoredResources`
3661
3668
  # @return [Array<Google::Apis::ServiceconsumermanagementV1::MonitoredResourceDescriptor>]
3662
3669
  attr_accessor :monitored_resources
@@ -4140,6 +4147,14 @@ module Google
4140
4147
  class TenantResource
4141
4148
  include Google::Apis::Core::Hashable
4142
4149
 
4150
+ # Output only. The newly created regional resource name of the tenant project
4151
+ # that has been migrated from a global service. This field is only set for
4152
+ # migrated tenant projects. Format: `services//`collection_id`/`RESOURCE_ID`/
4153
+ # locations/`LOCATION`/tenantProjects/`TENANT_ID``.
4154
+ # Corresponds to the JSON property `migratedTenantProject`
4155
+ # @return [String]
4156
+ attr_accessor :migrated_tenant_project
4157
+
4143
4158
  # Output only. @OutputOnly Identifier of the tenant resource. For cloud projects,
4144
4159
  # it is in the form 'projects/`number`'. For example 'projects/123456'.
4145
4160
  # Corresponds to the JSON property `resource`
@@ -4162,6 +4177,7 @@ module Google
4162
4177
 
4163
4178
  # Update properties of this object
4164
4179
  def update!(**args)
4180
+ @migrated_tenant_project = args[:migrated_tenant_project] if args.key?(:migrated_tenant_project)
4165
4181
  @resource = args[:resource] if args.key?(:resource)
4166
4182
  @status = args[:status] if args.key?(:status)
4167
4183
  @tag = args[:tag] if args.key?(:tag)
@@ -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.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
@@ -1636,6 +1636,7 @@ module Google
1636
1636
  class TenantResource
1637
1637
  # @private
1638
1638
  class Representation < Google::Apis::Core::JsonRepresentation
1639
+ property :migrated_tenant_project, as: 'migratedTenantProject'
1639
1640
  property :resource, as: 'resource'
1640
1641
  property :status, as: 'status'
1641
1642
  property :tag, as: 'tag'
@@ -167,11 +167,12 @@ module Google
167
167
  # The standard list page token.
168
168
  # @param [Boolean] return_partial_success
169
169
  # When set to `true`, operations that are reachable are returned as normal, and
170
- # those that are unreachable are returned in the [ListOperationsResponse.
171
- # unreachable] field. This can only be `true` when reading across collections e.
172
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
173
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
174
- # explicitly documented otherwise in service or product specific documentation.
170
+ # those that are unreachable are returned in the ListOperationsResponse.
171
+ # unreachable field. This can only be `true` when reading across collections.
172
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
173
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
174
+ # if set unless explicitly documented otherwise in service or product specific
175
+ # documentation.
175
176
  # @param [String] fields
176
177
  # Selector specifying which fields to include in a partial response.
177
178
  # @param [String] quota_user
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.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.63.0
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: