Skip to content

Commit c8a3a31

Browse files
feat: Automated regeneration of apigee v1 client (googleapis#20420)
Auto-created at 2024-10-20 09:36:57 +0000 using the toys pull request generator.
1 parent 5cebeb1 commit c8a3a31

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

generated/google-apis-apigee_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-apigee_v1
22

3+
### v0.96.0 (2024-10-20)
4+
5+
* Regenerated from discovery document revision 20241011
6+
37
### v0.95.0 (2024-10-06)
48

59
* Regenerated from discovery document revision 20241004

generated/google-apis-apigee_v1/lib/google/apis/apigee_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 ApigeeV1
1818
# Version of the google-apis-apigee_v1 gem
19-
GEM_VERSION = "0.95.0"
19+
GEM_VERSION = "0.96.0"
2020

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

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

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11310,7 +11310,7 @@ def delete_organization_security_profile_environment(name, fields: nil, quota_us
1131011310

1131111311
# Create a security profile v2.
1131211312
# @param [String] parent
11313-
# Required. The parent resource name.
11313+
# Required. The parent resource name. Format: `organizations/`org``
1131411314
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfileV2] google_cloud_apigee_v1_security_profile_v2_object
1131511315
# @param [String] security_profile_v2_id
1131611316
# Required. The security profile id.
@@ -11346,7 +11346,8 @@ def create_organization_security_profiles_v2(parent, google_cloud_apigee_v1_secu
1134611346

1134711347
# Delete a security profile v2.
1134811348
# @param [String] name
11349-
# Required. The name of the security profile v2 to delete.
11349+
# Required. The name of the security profile v2 to delete. Format: `
11350+
# organizations/`org`/securityProfilesV2/`profile``
1135011351
# @param [String] fields
1135111352
# Selector specifying which fields to include in a partial response.
1135211353
# @param [String] quota_user
@@ -11376,7 +11377,8 @@ def delete_organization_security_profiles_v2(name, fields: nil, quota_user: nil,
1137611377

1137711378
# Get a security profile v2.
1137811379
# @param [String] name
11379-
# Required. The security profile id.
11380+
# Required. The name of the security profile v2 to get. Format: `organizations/`
11381+
# org`/securityProfilesV2/`profile``
1138011382
# @param [String] fields
1138111383
# Selector specifying which fields to include in a partial response.
1138211384
# @param [String] quota_user
@@ -11448,7 +11450,8 @@ def list_organization_security_profiles_v2s(parent, page_size: nil, page_token:
1144811450
# org`/securityProfilesV2/`profile`
1144911451
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfileV2] google_cloud_apigee_v1_security_profile_v2_object
1145011452
# @param [String] update_mask
11451-
# Required. The list of fields to update.
11453+
# Optional. The list of fields to update. Valid fields to update are `
11454+
# description` and `profileAssessmentConfigs`.
1145211455
# @param [String] fields
1145311456
# Selector specifying which fields to include in a partial response.
1145411457
# @param [String] quota_user

0 commit comments

Comments
 (0)