google-apis-oracledatabase_v1 0.7.0 → 0.8.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: 50172dc9e6b2e6af3ab9170fcaccdc3ed8ea05aa3d83adf4cc7baa53d0909fc6
4
- data.tar.gz: ca124f86d74dcc4a2da4db30a12c806da09a0c327a6dcc2f1e92a6524ac006f9
3
+ metadata.gz: eb3e124ceb24448a5ace14528e37f885af5411cfc1ece2b6df9ed3d8db52797a
4
+ data.tar.gz: b10649cff55669a4000b2dee485ef163e368379a62f2238477e506702392e56a
5
5
  SHA512:
6
- metadata.gz: 2fcfd93a8027958deea4f4a04f3e64f7b14432225651617d9eb9b46090edaec51f51258c9241b66c2839c4b20fadae8ad8f4d509adeff37dbf859673c786db65
7
- data.tar.gz: 0cd66aab2dbabe1f65f14fdfceb519fcdb566267756a467bf23e713969ec14988633e88ce9552611a4af313c636ab9c5f93c5185549a76d010195b249b78e89d
6
+ metadata.gz: '08addf75c701f3b8db21755bf3c123ca7a239abbf17945bd1f8e2c262ebbb90f34b4bb42c764e8de9697155b60c247ab8b2f666859da518e9a5ffb75e81fa3de'
7
+ data.tar.gz: afc03371ae7aa08890bfc8e4d65f809d7558483fab1e177ecc26b18242798722ab70f5f689d43c85eac0b5948b16c4accfe462163a9a2c86847d4f4d3c9229eb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-oracledatabase_v1
2
2
 
3
+ ### v0.8.0 (2025-04-20)
4
+
5
+ * Regenerated from discovery document revision 20250409
6
+
3
7
  ### v0.7.0 (2025-03-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20250324
@@ -551,6 +551,11 @@ module Google
551
551
  # @return [Float]
552
552
  attr_accessor :allocated_storage_size_tb
553
553
 
554
+ # Optional. The list of allowlisted IP addresses for the Autonomous Database.
555
+ # Corresponds to the JSON property `allowlistedIps`
556
+ # @return [Array<String>]
557
+ attr_accessor :allowlisted_ips
558
+
554
559
  # Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/
555
560
  # en/database/20160918/datatypes/AutonomousDatabaseApex
556
561
  # Corresponds to the JSON property `apexDetails`
@@ -885,6 +890,7 @@ module Google
885
890
  def update!(**args)
886
891
  @actual_used_data_storage_size_tb = args[:actual_used_data_storage_size_tb] if args.key?(:actual_used_data_storage_size_tb)
887
892
  @allocated_storage_size_tb = args[:allocated_storage_size_tb] if args.key?(:allocated_storage_size_tb)
893
+ @allowlisted_ips = args[:allowlisted_ips] if args.key?(:allowlisted_ips)
888
894
  @apex_details = args[:apex_details] if args.key?(:apex_details)
889
895
  @are_primary_allowlisted_ips_used = args[:are_primary_allowlisted_ips_used] if args.key?(:are_primary_allowlisted_ips_used)
890
896
  @autonomous_container_database_id = args[:autonomous_container_database_id] if args.key?(:autonomous_container_database_id)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module OracledatabaseV1
18
18
  # Version of the google-apis-oracledatabase_v1 gem
19
- GEM_VERSION = "0.7.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250324"
25
+ REVISION = "20250409"
26
26
  end
27
27
  end
28
28
  end
@@ -488,6 +488,7 @@ module Google
488
488
  class Representation < Google::Apis::Core::JsonRepresentation
489
489
  property :actual_used_data_storage_size_tb, as: 'actualUsedDataStorageSizeTb'
490
490
  property :allocated_storage_size_tb, as: 'allocatedStorageSizeTb'
491
+ collection :allowlisted_ips, as: 'allowlistedIps'
491
492
  property :apex_details, as: 'apexDetails', class: Google::Apis::OracledatabaseV1::AutonomousDatabaseApex, decorator: Google::Apis::OracledatabaseV1::AutonomousDatabaseApex::Representation
492
493
 
493
494
  property :are_primary_allowlisted_ips_used, as: 'arePrimaryAllowlistedIpsUsed'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-oracledatabase_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-30 00:00:00.000000000 Z
10
+ date: 2025-04-20 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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-oracledatabase_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-oracledatabase_v1/v0.7.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-oracledatabase_v1/v0.8.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-oracledatabase_v1
62
62
  rdoc_options: []
63
63
  require_paths: