google-apis-serviceconsumermanagement_v1 0.62.0 → 0.64.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: c888c563523f16b1884eaf0929eb1f68ef40af6a3b66429d47cff339e07a0de3
4
- data.tar.gz: 715678c416be1add6399dbadd02d3768118a45f3a6438a81a31f1075d700d7b0
3
+ metadata.gz: e999b8148037aeeed735537f0fa3233d9e70ad2aff50eeee894c4a9a2db008dc
4
+ data.tar.gz: b3d74590e198f776a4325180f0ee86c9aede2f2f4ac17b00048327f5b4711fdd
5
5
  SHA512:
6
- metadata.gz: 3551d2add75c57a17e83791941d91bcc44b92ed30a6991dc09306cafeefd352ebd2a6ac95accc3d01b4d99cba11f9ba8ff4427b5c9f8e7e7f96482550f13fd0e
7
- data.tar.gz: 882c53c6e67dd8dad1d27d698b75c9d29695ccc7c2d5c704e232259ec61fad153fdfadc96ea69ecb996ca9c0d7658e49f2c667f36945cba3213d166d38363774
6
+ metadata.gz: 17741aabb6e937593bfcc41e076baf58aca304eb969968188acbd7226e74ef7dbd1395c6bec3810e90b7bbff3f2e7d698e7ffabbd35e5f8badc3af0fb9b19c4b
7
+ data.tar.gz: 6e10ac29f94278c848a45cf859568935e199fcd5bae49c7676d1b55df6a01139cccee8333129ec1730655a945eb7eca0fed1a2cf911f2553ea0fc95911e176af
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1
2
2
 
3
+ ### v0.64.0 (2026-01-18)
4
+
5
+ * Regenerated from discovery document revision 20260109
6
+
7
+ ### v0.63.0 (2025-10-26)
8
+
9
+ * Regenerated from discovery document revision 20251023
10
+
3
11
  ### v0.62.0 (2025-09-28)
4
12
 
5
13
  * Regenerated from discovery document revision 20250919
@@ -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
@@ -2084,6 +2084,14 @@ module Google
2084
2084
  # @return [Array<Google::Apis::ServiceconsumermanagementV1::Operation>]
2085
2085
  attr_accessor :operations
2086
2086
 
2087
+ # Unordered list. Unreachable resources. Populated when the request sets `
2088
+ # ListOperationsRequest.return_partial_success` and reads across collections.
2089
+ # For example, when attempting to list all resources across all supported
2090
+ # locations.
2091
+ # Corresponds to the JSON property `unreachable`
2092
+ # @return [Array<String>]
2093
+ attr_accessor :unreachable
2094
+
2087
2095
  def initialize(**args)
2088
2096
  update!(**args)
2089
2097
  end
@@ -2092,6 +2100,7 @@ module Google
2092
2100
  def update!(**args)
2093
2101
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2094
2102
  @operations = args[:operations] if args.key?(:operations)
2103
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2095
2104
  end
2096
2105
  end
2097
2106
 
@@ -4132,6 +4141,14 @@ module Google
4132
4141
  class TenantResource
4133
4142
  include Google::Apis::Core::Hashable
4134
4143
 
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
+
4135
4152
  # Output only. @OutputOnly Identifier of the tenant resource. For cloud projects,
4136
4153
  # it is in the form 'projects/`number`'. For example 'projects/123456'.
4137
4154
  # Corresponds to the JSON property `resource`
@@ -4154,6 +4171,7 @@ module Google
4154
4171
 
4155
4172
  # Update properties of this object
4156
4173
  def update!(**args)
4174
+ @migrated_tenant_project = args[:migrated_tenant_project] if args.key?(:migrated_tenant_project)
4157
4175
  @resource = args[:resource] if args.key?(:resource)
4158
4176
  @status = args[:status] if args.key?(:status)
4159
4177
  @tag = args[:tag] if args.key?(:tag)
@@ -4625,6 +4643,15 @@ module Google
4625
4643
  # @return [String]
4626
4644
  attr_accessor :name
4627
4645
 
4646
+ # The project-level IAM role defined in the service agent's grant configuration.
4647
+ # This is the standard role intended for this service agent. This field is
4648
+ # populated regardless of the `skip_role_attach` option in the request. If `
4649
+ # skip_role_attach` is true, the caller can use this value to know which role
4650
+ # they are responsible for granting.
4651
+ # Corresponds to the JSON property `projectRole`
4652
+ # @return [String]
4653
+ attr_accessor :project_role
4654
+
4628
4655
  # The P4 service identity configuration tag. This must be defined in
4629
4656
  # activation_grants. If not specified when creating the account, the tag is set
4630
4657
  # to "default".
@@ -4645,6 +4672,7 @@ module Google
4645
4672
  def update!(**args)
4646
4673
  @email = args[:email] if args.key?(:email)
4647
4674
  @name = args[:name] if args.key?(:name)
4675
+ @project_role = args[:project_role] if args.key?(:project_role)
4648
4676
  @tag = args[:tag] if args.key?(:tag)
4649
4677
  @unique_id = args[:unique_id] if args.key?(:unique_id)
4650
4678
  end
@@ -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.62.0"
19
+ GEM_VERSION = "0.64.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 = "20250919"
25
+ REVISION = "20260109"
26
26
  end
27
27
  end
28
28
  end
@@ -1169,6 +1169,7 @@ module Google
1169
1169
  property :next_page_token, as: 'nextPageToken'
1170
1170
  collection :operations, as: 'operations', class: Google::Apis::ServiceconsumermanagementV1::Operation, decorator: Google::Apis::ServiceconsumermanagementV1::Operation::Representation
1171
1171
 
1172
+ collection :unreachable, as: 'unreachable'
1172
1173
  end
1173
1174
  end
1174
1175
 
@@ -1635,6 +1636,7 @@ module Google
1635
1636
  class TenantResource
1636
1637
  # @private
1637
1638
  class Representation < Google::Apis::Core::JsonRepresentation
1639
+ property :migrated_tenant_project, as: 'migratedTenantProject'
1638
1640
  property :resource, as: 'resource'
1639
1641
  property :status, as: 'status'
1640
1642
  property :tag, as: 'tag'
@@ -1769,6 +1771,7 @@ module Google
1769
1771
  class Representation < Google::Apis::Core::JsonRepresentation
1770
1772
  property :email, as: 'email'
1771
1773
  property :name, as: 'name'
1774
+ property :project_role, as: 'projectRole'
1772
1775
  property :tag, as: 'tag'
1773
1776
  property :unique_id, as: 'uniqueId'
1774
1777
  end
@@ -165,6 +165,14 @@ module Google
165
165
  # The standard list page size.
166
166
  # @param [String] page_token
167
167
  # The standard list page token.
168
+ # @param [Boolean] return_partial_success
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.
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.
168
176
  # @param [String] fields
169
177
  # Selector specifying which fields to include in a partial response.
170
178
  # @param [String] quota_user
@@ -182,7 +190,7 @@ module Google
182
190
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
183
191
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
184
192
  # @raise [Google::Apis::AuthorizationError] Authorization is required
185
- def list_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
193
+ def list_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
186
194
  command = make_simple_command(:get, 'v1/{+name}', options)
187
195
  command.response_representation = Google::Apis::ServiceconsumermanagementV1::ListOperationsResponse::Representation
188
196
  command.response_class = Google::Apis::ServiceconsumermanagementV1::ListOperationsResponse
@@ -190,6 +198,7 @@ module Google
190
198
  command.query['filter'] = filter unless filter.nil?
191
199
  command.query['pageSize'] = page_size unless page_size.nil?
192
200
  command.query['pageToken'] = page_token unless page_token.nil?
201
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
193
202
  command.query['fields'] = fields unless fields.nil?
194
203
  command.query['quotaUser'] = quota_user unless quota_user.nil?
195
204
  execute_or_queue_command(command, &block)
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.62.0
4
+ version: 0.64.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.62.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.64.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: