Skip to content

Commit e920c5d

Browse files
feat: Automated regeneration of apigee v1 client (googleapis#23979)
Auto-created at 2025-08-17 10:40:48 +0000 using the toys pull request generator.
1 parent b898e4b commit e920c5d

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
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.112.0 (2025-08-17)
4+
5+
* Regenerated from discovery document revision 20250808
6+
37
### v0.111.0 (2025-08-10)
48

59
* Regenerated from discovery document revision 20250731

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5885,13 +5885,6 @@ class GoogleCloudApigeeV1KeyValueMap
58855885
attr_accessor :encrypted
58865886
alias_method :encrypted?, :encrypted
58875887

5888-
# Required. Flag that specifies whether entry values will be masked when
5889-
# returned.
5890-
# Corresponds to the JSON property `maskedValues`
5891-
# @return [Boolean]
5892-
attr_accessor :masked_values
5893-
alias_method :masked_values?, :masked_values
5894-
58955888
# Required. ID of the key value map.
58965889
# Corresponds to the JSON property `name`
58975890
# @return [String]
@@ -5904,7 +5897,6 @@ def initialize(**args)
59045897
# Update properties of this object
59055898
def update!(**args)
59065899
@encrypted = args[:encrypted] if args.key?(:encrypted)
5907-
@masked_values = args[:masked_values] if args.key?(:masked_values)
59085900
@name = args[:name] if args.key?(:name)
59095901
end
59105902
end

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.111.0"
19+
GEM_VERSION = "0.112.0"
2020

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

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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3396,7 +3396,6 @@ class GoogleCloudApigeeV1KeyValueMap
33963396
# @private
33973397
class Representation < Google::Apis::Core::JsonRepresentation
33983398
property :encrypted, as: 'encrypted'
3399-
property :masked_values, as: 'maskedValues'
34003399
property :name, as: 'name'
34013400
end
34023401
end

0 commit comments

Comments
 (0)