File tree Expand file tree Collapse file tree 4 files changed +6
-11
lines changed
generated/google-apis-apigee_v1
lib/google/apis/apigee_v1 Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828end
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments