Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of apigee v1 client #20420

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading