google-apis-apigee_v1 0.111.0 → 0.112.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1733688f6fddba57460c410306f6318108d703c5a42425b20bafaef7c0af4476
|
4
|
+
data.tar.gz: b65c32438a5e26e57a158b934895fe1baac439789636708c45a8eab3657f5b4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78dced1d586b5cd29b6f41cab05e8b72999b80ce64d3987110a913adf26fa55466dbef580f3cd5fe1c9a49b338c8b6af1a6763f820055ea828c0e6363d779501
|
7
|
+
data.tar.gz: 32ba19ae477c5ccf036efddbfb09209d546958bc2486ecb32636076bd15e12b4d72e8e002a1c1242bfb6ec43b0f1768c0c2408830851e4bcdf71e1b98776ccb3
|
data/CHANGELOG.md
CHANGED
@@ -5885,13 +5885,6 @@ module Google
|
|
5885
5885
|
attr_accessor :encrypted
|
5886
5886
|
alias_method :encrypted?, :encrypted
|
5887
5887
|
|
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
|
-
|
5895
5888
|
# Required. ID of the key value map.
|
5896
5889
|
# Corresponds to the JSON property `name`
|
5897
5890
|
# @return [String]
|
@@ -5904,7 +5897,6 @@ module Google
|
|
5904
5897
|
# Update properties of this object
|
5905
5898
|
def update!(**args)
|
5906
5899
|
@encrypted = args[:encrypted] if args.key?(:encrypted)
|
5907
|
-
@masked_values = args[:masked_values] if args.key?(:masked_values)
|
5908
5900
|
@name = args[:name] if args.key?(:name)
|
5909
5901
|
end
|
5910
5902
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ApigeeV1
|
18
18
|
# Version of the google-apis-apigee_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.112.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250808"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-apigee_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.112.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigee_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.112.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigee_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|