google-apis-apigee_v1 0.106.0 → 0.107.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: 23a894ba7e4bae7592c48e4084bda2580bda606d2651adb2e5be1b92a3dfe142
4
- data.tar.gz: 258c42cc10432924df25c3ebdd88e5ca25eae6d97e9b8992c1fa5c2a15277985
3
+ metadata.gz: fb5fd39b8570b125475c8584805af690bc94640529a4d0cfa1a8027987d32411
4
+ data.tar.gz: cb9d5fe93c0732573c1539ed98dd2ab5d0dc673b3ee51d40a6d46ce48ed219eb
5
5
  SHA512:
6
- metadata.gz: f50e3a6b73afe98a8de1ceb14e8a1ea1fc983954b1b3ca642338f08e4cde07f052d25eb28278c71df44eb906f1909197edd13dee16ec420eee11a0244342dfd5
7
- data.tar.gz: 1b3d4536470a5a24f5132ed5799a792c3e6e6f643e64e5902b039291f5ed6983f6ff20e405483c692ed15d77fb66bd67a24d458a9035bd26c5e7268263437442
6
+ metadata.gz: 78d471ce38fd9bc2b25af40066385acf6576abd8e7ca5ea1ff5d505f3a8dc82f6e518cc7201e6ddfffe5ad876c5cf82eb332b7bca280fb6e992c5ba078f53042
7
+ data.tar.gz: b818e830e476850bfc95d91eece9ae6d89a368aff3250563998d97f50c88fc3b543305a8c04a77819927b0b637fd7e0fce95b392376d8508e130539a32040b80
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.107.0 (2025-05-21)
4
+
5
+ * Regenerated from discovery document revision 20250519
6
+
3
7
  ### v0.106.0 (2025-05-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20250506
@@ -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.106.0"
19
+ GEM_VERSION = "0.107.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250506"
25
+ REVISION = "20250519"
26
26
  end
27
27
  end
28
28
  end
@@ -2790,10 +2790,10 @@ module Google
2790
2790
 
2791
2791
  # Adds an API product to an AppGroupAppKey, enabling the app that holds the key
2792
2792
  # to access the API resources bundled in the API product. In addition, you can
2793
- # add attributes to the AppGroupAppKey. This API replaces the existing
2794
- # attributes with those specified in the request. Include or exclude any
2795
- # existing attributes that you want to retain or delete, respectively. You can
2796
- # use the same key to access all API products associated with the app.
2793
+ # add attributes and scopes to the AppGroupAppKey. This API replaces the
2794
+ # existing attributes with those specified in the request. Include or exclude
2795
+ # any existing attributes that you want to retain or delete, respectively. You
2796
+ # can use the same key to access all API products associated with the app.
2797
2797
  # @param [String] name
2798
2798
  # Required. Name of the AppGroup app key. Use the following structure in your
2799
2799
  # request: `organizations/`org`/appgroups/`app_group_name`/apps/`app`/keys/`key``
@@ -4213,10 +4213,13 @@ module Google
4213
4213
 
4214
4214
  # Adds an API product to a developer app key, enabling the app that holds the
4215
4215
  # key to access the API resources bundled in the API product. In addition, you
4216
- # can add attributes to a developer app key. This API replaces the existing
4217
- # attributes with those specified in the request. Include or exclude any
4218
- # existing attributes that you want to retain or delete, respectively. You can
4219
- # use the same key to access all API products associated with the app.
4216
+ # can add attributes and scopes associated with the API product to the developer
4217
+ # app key. The status of the key can be updated via "action" Query Parameter.
4218
+ # None of the other fields can be updated via this API. This API replaces the
4219
+ # existing attributes with those specified in the request. Include or exclude
4220
+ # any existing attributes that you want to retain or delete, respectively. None
4221
+ # of the other fields can be updated. You can use the same key to access all API
4222
+ # products associated with the app.
4220
4223
  # @param [String] name
4221
4224
  # Name of the developer app key. Use the following structure in your request: `
4222
4225
  # organizations/`org`/developers/`developer_email`/apps/`app`/keys/`key``
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.106.0
4
+ version: 0.107.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.106.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.107.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:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Apigee API V1
79
79
  test_files: []