google-apis-apigee_v1 0.118.0 → 0.119.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: 231f4a339a0d7fac4bd833f4ab85c677314191733335f5a5f2c96700977ec243
4
- data.tar.gz: 0ae666cb6ddec787562e8ea46084231b25646e68d0a8f4edac527edbb9142463
3
+ metadata.gz: 175d8f6f23014684e5cf3d926a6413c762bc34b64d8f6107b8c6104e3c4bbdfa
4
+ data.tar.gz: 42d51b2e99d1086bafda94f003b7d8baa5c603619544fdfc0c89070b3037cfa7
5
5
  SHA512:
6
- metadata.gz: f48d424fa73768b026b5bacb0f2dd89bd77e34f88a8a0f6fe3d73671cd6204cd7b2bc2d24de904343b0d660d7d353059180be64b1b6cee10a958398b32f6b5fb
7
- data.tar.gz: 7584fc7f148a49460a019c4f4248d88074c19117a9b8d1c2742ede3a5131026418cca7e5ca265ace4ec27b82563358f7b1105130e121a06e3ba6f9af03ed2116
6
+ metadata.gz: 6b94311612706a7a9ed8b1b97bf3ceef6e26ab9e65d591d5a0a7d73f930a3f60d1d747f5e6da3796dd5455c1573edfd3ee87bcca6e1497c4ca17d05cccfec29c
7
+ data.tar.gz: fc96e29699c4459839060c0eaff540c567e52c52ad6bd9cc0fa111875d89eb446dc05873781af45b907cfe989d50e0f43dc7e8ab298bf3a3c54f35334999bb4a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.119.0 (2026-01-11)
4
+
5
+ * Regenerated from discovery document revision 20260106
6
+
3
7
  ### v0.118.0 (2025-12-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20251216
@@ -8349,13 +8349,21 @@ module Google
8349
8349
  # @return [String]
8350
8350
  attr_accessor :billing_type
8351
8351
 
8352
- # Output only. Base64-encoded public certificate for the root CA of the Apigee
8353
- # organization. Valid only when [RuntimeType](#RuntimeType) is `CLOUD`.
8352
+ # Output only. Deprecated: Use `ca_certificates` instead. Base64-encoded public
8353
+ # certificate for the root CA of the Apigee organization. Valid only when [
8354
+ # RuntimeType](#RuntimeType) is `CLOUD`.
8354
8355
  # Corresponds to the JSON property `caCertificate`
8355
8356
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
8356
8357
  # @return [String]
8357
8358
  attr_accessor :ca_certificate
8358
8359
 
8360
+ # Output only. Base64-encoded public certificates for the root CA of the Apigee
8361
+ # organization. Valid only when [RuntimeType](#RuntimeType) is `CLOUD`. Multiple
8362
+ # certificates are used to support certificate rotation.
8363
+ # Corresponds to the JSON property `caCertificates`
8364
+ # @return [Array<String>]
8365
+ attr_accessor :ca_certificates
8366
+
8359
8367
  # Optional. Cloud KMS key name used for encrypting control plane data that is
8360
8368
  # stored in a multi region. Only used for the data residency region "US" or "EU".
8361
8369
  # If not specified or [BillingType](#BillingType) is `EVALUATION`, a Google-
@@ -8504,6 +8512,7 @@ module Google
8504
8512
  @authorized_network = args[:authorized_network] if args.key?(:authorized_network)
8505
8513
  @billing_type = args[:billing_type] if args.key?(:billing_type)
8506
8514
  @ca_certificate = args[:ca_certificate] if args.key?(:ca_certificate)
8515
+ @ca_certificates = args[:ca_certificates] if args.key?(:ca_certificates)
8507
8516
  @control_plane_encryption_key_name = args[:control_plane_encryption_key_name] if args.key?(:control_plane_encryption_key_name)
8508
8517
  @created_at = args[:created_at] if args.key?(:created_at)
8509
8518
  @customer_name = args[:customer_name] if args.key?(:customer_name)
@@ -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.118.0"
19
+ GEM_VERSION = "0.119.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 = "20251216"
25
+ REVISION = "20260106"
26
26
  end
27
27
  end
28
28
  end
@@ -4341,6 +4341,7 @@ module Google
4341
4341
  property :authorized_network, as: 'authorizedNetwork'
4342
4342
  property :billing_type, as: 'billingType'
4343
4343
  property :ca_certificate, :base64 => true, as: 'caCertificate'
4344
+ collection :ca_certificates, as: 'caCertificates'
4344
4345
  property :control_plane_encryption_key_name, as: 'controlPlaneEncryptionKeyName'
4345
4346
  property :created_at, :numeric_string => true, as: 'createdAt'
4346
4347
  property :customer_name, as: 'customerName'
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.118.0
4
+ version: 0.119.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.118.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.119.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: