Skip to content

Commit 615c38f

Browse files
feat: Automated regeneration of serviceconsumermanagement v1 client (#25380)
Auto-created at 2026-01-18 09:47:32 +0000 using the toys pull request generator.
1 parent 2743c13 commit 615c38f

File tree

6 files changed

+29
-12
lines changed

6 files changed

+29
-12
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360891,6 +360891,7 @@
360891360891
"/serviceconsumermanagement:v1/TenantProjectPolicy/policyBindings": policy_bindings
360892360892
"/serviceconsumermanagement:v1/TenantProjectPolicy/policyBindings/policy_binding": policy_binding
360893360893
"/serviceconsumermanagement:v1/TenantResource": tenant_resource
360894+
"/serviceconsumermanagement:v1/TenantResource/migratedTenantProject": migrated_tenant_project
360894360895
"/serviceconsumermanagement:v1/TenantResource/resource": resource
360895360896
"/serviceconsumermanagement:v1/TenantResource/status": status
360896360897
"/serviceconsumermanagement:v1/TenantResource/tag": tag

generated/google-apis-serviceconsumermanagement_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-serviceconsumermanagement_v1
22

3+
### v0.64.0 (2026-01-18)
4+
5+
* Regenerated from discovery document revision 20260109
6+
37
### v0.63.0 (2025-10-26)
48

59
* Regenerated from discovery document revision 20251023

generated/google-apis-serviceconsumermanagement_v1/lib/google/apis/serviceconsumermanagement_v1/classes.rb

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -984,9 +984,9 @@ def update!(**args)
984984
class Control
985985
include Google::Apis::Core::Hashable
986986

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.
990990
# Corresponds to the JSON property `environment`
991991
# @return [String]
992992
attr_accessor :environment
@@ -2085,8 +2085,9 @@ class ListOperationsResponse
20852085
attr_accessor :operations
20862086

20872087
# 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.
20902091
# Corresponds to the JSON property `unreachable`
20912092
# @return [Array<String>]
20922093
attr_accessor :unreachable
@@ -4140,6 +4141,14 @@ def update!(**args)
41404141
class TenantResource
41414142
include Google::Apis::Core::Hashable
41424143

4144+
# Output only. The newly created regional resource name of the tenant project
4145+
# that has been migrated from a global service. This field is only set for
4146+
# migrated tenant projects. Format: `services//`collection_id`/`RESOURCE_ID`/
4147+
# locations/`LOCATION`/tenantProjects/`TENANT_ID``.
4148+
# Corresponds to the JSON property `migratedTenantProject`
4149+
# @return [String]
4150+
attr_accessor :migrated_tenant_project
4151+
41434152
# Output only. @OutputOnly Identifier of the tenant resource. For cloud projects,
41444153
# it is in the form 'projects/`number`'. For example 'projects/123456'.
41454154
# Corresponds to the JSON property `resource`
@@ -4162,6 +4171,7 @@ def initialize(**args)
41624171

41634172
# Update properties of this object
41644173
def update!(**args)
4174+
@migrated_tenant_project = args[:migrated_tenant_project] if args.key?(:migrated_tenant_project)
41654175
@resource = args[:resource] if args.key?(:resource)
41664176
@status = args[:status] if args.key?(:status)
41674177
@tag = args[:tag] if args.key?(:tag)

generated/google-apis-serviceconsumermanagement_v1/lib/google/apis/serviceconsumermanagement_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ServiceconsumermanagementV1
1818
# Version of the google-apis-serviceconsumermanagement_v1 gem
19-
GEM_VERSION = "0.63.0"
19+
GEM_VERSION = "0.64.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20251023"
25+
REVISION = "20260109"
2626
end
2727
end
2828
end

generated/google-apis-serviceconsumermanagement_v1/lib/google/apis/serviceconsumermanagement_v1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1636,6 +1636,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
16361636
class TenantResource
16371637
# @private
16381638
class Representation < Google::Apis::Core::JsonRepresentation
1639+
property :migrated_tenant_project, as: 'migratedTenantProject'
16391640
property :resource, as: 'resource'
16401641
property :status, as: 'status'
16411642
property :tag, as: 'tag'

generated/google-apis-serviceconsumermanagement_v1/lib/google/apis/serviceconsumermanagement_v1/service.rb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,12 @@ def get_operation(name, fields: nil, quota_user: nil, options: nil, &block)
167167
# The standard list page token.
168168
# @param [Boolean] return_partial_success
169169
# 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.
175176
# @param [String] fields
176177
# Selector specifying which fields to include in a partial response.
177178
# @param [String] quota_user

0 commit comments

Comments
 (0)