Skip to content

Commit

Permalink
feat: Automated regeneration of apigee v1 client (#20420)
Browse files Browse the repository at this point in the history
Auto-created at 2024-10-20 09:36:57 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Oct 20, 2024
1 parent 5cebeb1 commit c8a3a31
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-apigee_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-apigee_v1

### v0.96.0 (2024-10-20)

* Regenerated from discovery document revision 20241011

### v0.95.0 (2024-10-06)

* Regenerated from discovery document revision 20241004
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module ApigeeV1
# Version of the google-apis-apigee_v1 gem
GEM_VERSION = "0.95.0"
GEM_VERSION = "0.96.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20241004"
REVISION = "20241011"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -11310,7 +11310,7 @@ def delete_organization_security_profile_environment(name, fields: nil, quota_us

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

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

# Get a security profile v2.
# @param [String] name
# Required. The security profile id.
# Required. The name of the security profile v2 to get. Format: `organizations/`
# org`/securityProfilesV2/`profile``
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand Down Expand Up @@ -11448,7 +11450,8 @@ def list_organization_security_profiles_v2s(parent, page_size: nil, page_token:
# org`/securityProfilesV2/`profile`
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfileV2] google_cloud_apigee_v1_security_profile_v2_object
# @param [String] update_mask
# Required. The list of fields to update.
# Optional. The list of fields to update. Valid fields to update are `
# description` and `profileAssessmentConfigs`.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand Down

0 comments on commit c8a3a31

Please sign in to comment.