google-apis-apigee_v1 0.122.0 → 0.123.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: 974fdd6bcdb02580e9d91d2b764fad40ed3d01fd6629d7ae2974f96a5d45aa6b
4
- data.tar.gz: 1ef0cd4a0fb82b53958e3932436173a0771673d83878c5382ab78b4f1d1ca148
3
+ metadata.gz: 7d06271aac0dfebff95cb8f860860d329130bdec2c9d850008b45b432a34eeb4
4
+ data.tar.gz: 937b9aa2efbfff3ca0a849c463cc98c2d56a1a3b68e2169e14c8a11b782fc447
5
5
  SHA512:
6
- metadata.gz: 747c4eddefbc170728b36a726ea0fe14efa3192ba72c7439fa727e2043623c1d33b0c29f44925b4da73fdf92a2a9935e8287528134bd2254a2416de4078c4996
7
- data.tar.gz: 1a1849ec7e71bd7ee4e9f066270f6e0a018641af12e6aa06f697a4ba75fa2cdcabe171191348775cae117ff9e2c3858ffdb6c4cb8d467fc674d0c405ce6ff8f6
6
+ metadata.gz: 1cf4ea2afeb5f1f5877e51e20b703a6f996e8c64c907692b151c07f7ccb2d0f388cd6460ede519c03c1452e8be80440e3e9d2ecdee604f3c74a042aeb6e02732
7
+ data.tar.gz: 9dd97a449721644992adfd38cff6b3c2b07ec8eb22a12766f0841be78745b1da3ea6aca6275fff243d015bb2bae2d86928ae7e098b0e7eb204a034a4369d506b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.123.0 (2026-05-17)
4
+
5
+ * Regenerated from discovery document revision 20260511
6
+
3
7
  ### v0.122.0 (2026-04-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20260327
@@ -1306,6 +1306,14 @@ module Google
1306
1306
  # @return [Fixnum]
1307
1307
  attr_accessor :last_modified_at
1308
1308
 
1309
+ # Output only. Whether this proxy revision is detected as an MCP (Model Context
1310
+ # Protocol) proxy. A proxy revision is identified as MCP if it has a proxy
1311
+ # endpoint with the `/mcp` base path that routes to the MCP target URL.
1312
+ # Corresponds to the JSON property `mcp`
1313
+ # @return [Boolean]
1314
+ attr_accessor :mcp
1315
+ alias_method :mcp?, :mcp
1316
+
1309
1317
  # Name of the API proxy.
1310
1318
  # Corresponds to the JSON property `name`
1311
1319
  # @return [String]
@@ -1405,6 +1413,7 @@ module Google
1405
1413
  @has_extensible_policy = args[:has_extensible_policy] if args.key?(:has_extensible_policy)
1406
1414
  @integration_endpoints = args[:integration_endpoints] if args.key?(:integration_endpoints)
1407
1415
  @last_modified_at = args[:last_modified_at] if args.key?(:last_modified_at)
1416
+ @mcp = args[:mcp] if args.key?(:mcp)
1408
1417
  @name = args[:name] if args.key?(:name)
1409
1418
  @policies = args[:policies] if args.key?(:policies)
1410
1419
  @proxies = args[:proxies] if args.key?(:proxies)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ApigeeV1
18
18
  # Version of the google-apis-apigee_v1 gem
19
- GEM_VERSION = "0.122.0"
19
+ GEM_VERSION = "0.123.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 = "20260327"
25
+ REVISION = "20260511"
26
26
  end
27
27
  end
28
28
  end
@@ -2391,6 +2391,7 @@ module Google
2391
2391
  property :has_extensible_policy, as: 'hasExtensiblePolicy'
2392
2392
  collection :integration_endpoints, as: 'integrationEndpoints'
2393
2393
  property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
2394
+ property :mcp, as: 'mcp'
2394
2395
  property :name, as: 'name'
2395
2396
  collection :policies, as: 'policies'
2396
2397
  collection :proxies, as: 'proxies'
@@ -1299,7 +1299,10 @@ module Google
1299
1299
  # updating. The API product name required in the request URL is the internal
1300
1300
  # name of the product, not the display name. While they may be the same, it
1301
1301
  # depends on whether the API product was created via UI or API. View the list of
1302
- # API products to identify their internal names.
1302
+ # API products to identify their internal names. **Note:** We recommend that you
1303
+ # avoid making concurrent update requests for the same resource. Near-
1304
+ # simultaneous writes to the same entity can result in conflicts and unexpected
1305
+ # behavior. Ensure operations are sequential when modifying a single resource.
1303
1306
  # @param [String] name
1304
1307
  # Required. Name of the API product. Use the following structure in your request:
1305
1308
  # `organizations/`org`/apiproducts/`apiproduct`` If the resource has the `space`
@@ -2777,7 +2780,11 @@ module Google
2777
2780
  # Updates an AppGroup. This API replaces the existing AppGroup details with
2778
2781
  # those specified in the request. Include or exclude any existing details that
2779
2782
  # you want to retain or delete, respectively. Note that the state of the
2780
- # AppGroup should be updated using `action`, and not via AppGroup.
2783
+ # AppGroup should be updated using `action`, and not via AppGroup. **Note:** We
2784
+ # recommend that you avoid making concurrent update requests for the same
2785
+ # resource. Near-simultaneous writes to the same entity can result in conflicts
2786
+ # and unexpected behavior. Ensure operations are sequential when modifying a
2787
+ # single resource.
2781
2788
  # @param [String] name
2782
2789
  # Required. Name of the AppGroup. Use the following structure in your request: `
2783
2790
  # organizations/`org`/appgroups/`app_group_name``
@@ -2816,7 +2823,11 @@ module Google
2816
2823
  execute_or_queue_command(command, &block)
2817
2824
  end
2818
2825
 
2819
- # Updates the monetization configuration for the AppGroup.
2826
+ # Updates the monetization configuration for the AppGroup. **Note:** We
2827
+ # recommend that you avoid making concurrent update requests for the same
2828
+ # resource. Near-simultaneous writes to the same entity can result in conflicts
2829
+ # and unexpected behavior. Ensure operations are sequential when modifying a
2830
+ # single resource.
2820
2831
  # @param [String] name
2821
2832
  # Required. Monetization configuration for the AppGroup. Use the following
2822
2833
  # structure in your request: `organizations/`org`/appgroups/`app_group`/
@@ -3003,7 +3014,10 @@ module Google
3003
3014
  # it is the primary key used to identify the app and cannot be changed. This API
3004
3015
  # replaces the existing attributes with those specified in the request. Include
3005
3016
  # or exclude any existing attributes that you want to retain or delete,
3006
- # respectively.
3017
+ # respectively. **Note:** We recommend that you avoid making concurrent update
3018
+ # requests for the same resource. Near-simultaneous writes to the same entity
3019
+ # can result in conflicts and unexpected behavior. Ensure operations are
3020
+ # sequential when modifying a single resource.
3007
3021
  # @param [String] name
3008
3022
  # Required. Name of the AppGroup app. Use the following structure in your
3009
3023
  # request: `organizations/`org`/appgroups/`app_group_name`/apps/`app``
@@ -4128,7 +4142,10 @@ module Google
4128
4142
  # Any custom attributes associated with these entities are cached for at least
4129
4143
  # 180 seconds after the entity is accessed at runtime. Therefore, an `ExpiresIn`
4130
4144
  # element on the OAuthV2 policy won't be able to expire an access token in less
4131
- # than 180 seconds.
4145
+ # than 180 seconds. **Note:** We recommend that you avoid making concurrent
4146
+ # update requests for the same resource. Near-simultaneous writes to the same
4147
+ # entity can result in conflicts and unexpected behavior. Ensure operations are
4148
+ # sequential when modifying a single resource.
4132
4149
  # @param [String] name
4133
4150
  # Required. Email address of the developer. Use the following structure in your
4134
4151
  # request: `organizations/`org`/developers/`developer_email``
@@ -4469,7 +4486,10 @@ module Google
4469
4486
  # changed. * Scopes associated with the app. Instead, use the
4470
4487
  # ReplaceDeveloperAppKey API. This API replaces the existing attributes with
4471
4488
  # those specified in the request. Include or exclude any existing attributes
4472
- # that you want to retain or delete, respectively.
4489
+ # that you want to retain or delete, respectively. **Note:** We recommend that
4490
+ # you avoid making concurrent update requests for the same resource. Near-
4491
+ # simultaneous writes to the same entity can result in conflicts and unexpected
4492
+ # behavior. Ensure operations are sequential when modifying a single resource.
4473
4493
  # @param [String] name
4474
4494
  # Required. Name of the developer app. Use the following structure in your
4475
4495
  # request: `organizations/`org`/developers/`developer_email`/apps/`app``
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-apigee_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.122.0
4
+ version: 0.123.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-apigee_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.122.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.123.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigee_v1
62
62
  rdoc_options: []
63
63
  require_paths: