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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eb3e124ceb24448a5ace14528e37f885af5411cfc1ece2b6df9ed3d8db52797a
|
4
|
+
data.tar.gz: b10649cff55669a4000b2dee485ef163e368379a62f2238477e506702392e56a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '08addf75c701f3b8db21755bf3c123ca7a239abbf17945bd1f8e2c262ebbb90f34b4bb42c764e8de9697155b60c247ab8b2f666859da518e9a5ffb75e81fa3de'
|
7
|
+
data.tar.gz: afc03371ae7aa08890bfc8e4d65f809d7558483fab1e177ecc26b18242798722ab70f5f689d43c85eac0b5948b16c4accfe462163a9a2c86847d4f4d3c9229eb
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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.
|
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-
|
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.
|
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:
|