google-apis-oracledatabase_v1 0.26.0 → 0.27.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: d92bb0890bebb882f7fd157ad0e5c708275b689a36fe9ce3c9bfcccc72d59446
|
|
4
|
+
data.tar.gz: 0de304da5927ab734c59dd835a0bcbf88625241b006a36949884e4092a2e24d5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c834cec37bf7f6af91cb4f56bce6df3fe140172933cca5931aee4a03dbbf3890e972c49a2e77613ed35986131bfd7a0d9e7f5b32b8ed26e74b6658e633239f80
|
|
7
|
+
data.tar.gz: c9c4ceb5dba36ab9e62554198b79a679b219c920d68e8a14fe7965713feaff08efa3cfb4c09ada4fe884f02cb13a66a76c59a844f3d99c52447943274946b1eb
|
data/CHANGELOG.md
CHANGED
|
@@ -3718,6 +3718,12 @@ module Google
|
|
|
3718
3718
|
# @return [String]
|
|
3719
3719
|
attr_accessor :next_page_token
|
|
3720
3720
|
|
|
3721
|
+
# Unreachable locations when listing resources across all locations using
|
|
3722
|
+
# wildcard location '-'.
|
|
3723
|
+
# Corresponds to the JSON property `unreachable`
|
|
3724
|
+
# @return [Array<String>]
|
|
3725
|
+
attr_accessor :unreachable
|
|
3726
|
+
|
|
3721
3727
|
def initialize(**args)
|
|
3722
3728
|
update!(**args)
|
|
3723
3729
|
end
|
|
@@ -3726,6 +3732,7 @@ module Google
|
|
|
3726
3732
|
def update!(**args)
|
|
3727
3733
|
@autonomous_databases = args[:autonomous_databases] if args.key?(:autonomous_databases)
|
|
3728
3734
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
3735
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
|
3729
3736
|
end
|
|
3730
3737
|
end
|
|
3731
3738
|
|
|
@@ -3768,6 +3775,12 @@ module Google
|
|
|
3768
3775
|
# @return [String]
|
|
3769
3776
|
attr_accessor :next_page_token
|
|
3770
3777
|
|
|
3778
|
+
# Unreachable locations when listing resources across all locations using
|
|
3779
|
+
# wildcard location '-'.
|
|
3780
|
+
# Corresponds to the JSON property `unreachable`
|
|
3781
|
+
# @return [Array<String>]
|
|
3782
|
+
attr_accessor :unreachable
|
|
3783
|
+
|
|
3771
3784
|
def initialize(**args)
|
|
3772
3785
|
update!(**args)
|
|
3773
3786
|
end
|
|
@@ -3776,6 +3789,7 @@ module Google
|
|
|
3776
3789
|
def update!(**args)
|
|
3777
3790
|
@cloud_exadata_infrastructures = args[:cloud_exadata_infrastructures] if args.key?(:cloud_exadata_infrastructures)
|
|
3778
3791
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
3792
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
|
3779
3793
|
end
|
|
3780
3794
|
end
|
|
3781
3795
|
|
|
@@ -3793,6 +3807,12 @@ module Google
|
|
|
3793
3807
|
# @return [String]
|
|
3794
3808
|
attr_accessor :next_page_token
|
|
3795
3809
|
|
|
3810
|
+
# Unreachable locations when listing resources across all locations using
|
|
3811
|
+
# wildcard location '-'.
|
|
3812
|
+
# Corresponds to the JSON property `unreachable`
|
|
3813
|
+
# @return [Array<String>]
|
|
3814
|
+
attr_accessor :unreachable
|
|
3815
|
+
|
|
3796
3816
|
def initialize(**args)
|
|
3797
3817
|
update!(**args)
|
|
3798
3818
|
end
|
|
@@ -3801,6 +3821,7 @@ module Google
|
|
|
3801
3821
|
def update!(**args)
|
|
3802
3822
|
@cloud_vm_clusters = args[:cloud_vm_clusters] if args.key?(:cloud_vm_clusters)
|
|
3803
3823
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
3824
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
|
3804
3825
|
end
|
|
3805
3826
|
end
|
|
3806
3827
|
|
|
@@ -3968,6 +3989,12 @@ module Google
|
|
|
3968
3989
|
# @return [String]
|
|
3969
3990
|
attr_accessor :next_page_token
|
|
3970
3991
|
|
|
3992
|
+
# Unreachable locations when listing resources across all locations using
|
|
3993
|
+
# wildcard location '-'.
|
|
3994
|
+
# Corresponds to the JSON property `unreachable`
|
|
3995
|
+
# @return [Array<String>]
|
|
3996
|
+
attr_accessor :unreachable
|
|
3997
|
+
|
|
3971
3998
|
def initialize(**args)
|
|
3972
3999
|
update!(**args)
|
|
3973
4000
|
end
|
|
@@ -3976,6 +4003,7 @@ module Google
|
|
|
3976
4003
|
def update!(**args)
|
|
3977
4004
|
@db_systems = args[:db_systems] if args.key?(:db_systems)
|
|
3978
4005
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
4006
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
|
3979
4007
|
end
|
|
3980
4008
|
end
|
|
3981
4009
|
|
|
@@ -4043,6 +4071,12 @@ module Google
|
|
|
4043
4071
|
# @return [String]
|
|
4044
4072
|
attr_accessor :next_page_token
|
|
4045
4073
|
|
|
4074
|
+
# Unreachable locations when listing resources across all locations using
|
|
4075
|
+
# wildcard location '-'.
|
|
4076
|
+
# Corresponds to the JSON property `unreachable`
|
|
4077
|
+
# @return [Array<String>]
|
|
4078
|
+
attr_accessor :unreachable
|
|
4079
|
+
|
|
4046
4080
|
def initialize(**args)
|
|
4047
4081
|
update!(**args)
|
|
4048
4082
|
end
|
|
@@ -4051,6 +4085,7 @@ module Google
|
|
|
4051
4085
|
def update!(**args)
|
|
4052
4086
|
@exadb_vm_clusters = args[:exadb_vm_clusters] if args.key?(:exadb_vm_clusters)
|
|
4053
4087
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
4088
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
|
4054
4089
|
end
|
|
4055
4090
|
end
|
|
4056
4091
|
|
|
@@ -4071,6 +4106,12 @@ module Google
|
|
|
4071
4106
|
# @return [String]
|
|
4072
4107
|
attr_accessor :next_page_token
|
|
4073
4108
|
|
|
4109
|
+
# Unreachable locations when listing resources across all locations using
|
|
4110
|
+
# wildcard location '-'.
|
|
4111
|
+
# Corresponds to the JSON property `unreachable`
|
|
4112
|
+
# @return [Array<String>]
|
|
4113
|
+
attr_accessor :unreachable
|
|
4114
|
+
|
|
4074
4115
|
def initialize(**args)
|
|
4075
4116
|
update!(**args)
|
|
4076
4117
|
end
|
|
@@ -4079,6 +4120,7 @@ module Google
|
|
|
4079
4120
|
def update!(**args)
|
|
4080
4121
|
@exascale_db_storage_vaults = args[:exascale_db_storage_vaults] if args.key?(:exascale_db_storage_vaults)
|
|
4081
4122
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
4123
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
|
4082
4124
|
end
|
|
4083
4125
|
end
|
|
4084
4126
|
|
|
@@ -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.27.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 = "20260427"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1494,6 +1494,7 @@ module Google
|
|
|
1494
1494
|
collection :autonomous_databases, as: 'autonomousDatabases', class: Google::Apis::OracledatabaseV1::AutonomousDatabase, decorator: Google::Apis::OracledatabaseV1::AutonomousDatabase::Representation
|
|
1495
1495
|
|
|
1496
1496
|
property :next_page_token, as: 'nextPageToken'
|
|
1497
|
+
collection :unreachable, as: 'unreachable'
|
|
1497
1498
|
end
|
|
1498
1499
|
end
|
|
1499
1500
|
|
|
@@ -1512,6 +1513,7 @@ module Google
|
|
|
1512
1513
|
collection :cloud_exadata_infrastructures, as: 'cloudExadataInfrastructures', class: Google::Apis::OracledatabaseV1::CloudExadataInfrastructure, decorator: Google::Apis::OracledatabaseV1::CloudExadataInfrastructure::Representation
|
|
1513
1514
|
|
|
1514
1515
|
property :next_page_token, as: 'nextPageToken'
|
|
1516
|
+
collection :unreachable, as: 'unreachable'
|
|
1515
1517
|
end
|
|
1516
1518
|
end
|
|
1517
1519
|
|
|
@@ -1521,6 +1523,7 @@ module Google
|
|
|
1521
1523
|
collection :cloud_vm_clusters, as: 'cloudVmClusters', class: Google::Apis::OracledatabaseV1::CloudVmCluster, decorator: Google::Apis::OracledatabaseV1::CloudVmCluster::Representation
|
|
1522
1524
|
|
|
1523
1525
|
property :next_page_token, as: 'nextPageToken'
|
|
1526
|
+
collection :unreachable, as: 'unreachable'
|
|
1524
1527
|
end
|
|
1525
1528
|
end
|
|
1526
1529
|
|
|
@@ -1584,6 +1587,7 @@ module Google
|
|
|
1584
1587
|
collection :db_systems, as: 'dbSystems', class: Google::Apis::OracledatabaseV1::DbSystem, decorator: Google::Apis::OracledatabaseV1::DbSystem::Representation
|
|
1585
1588
|
|
|
1586
1589
|
property :next_page_token, as: 'nextPageToken'
|
|
1590
|
+
collection :unreachable, as: 'unreachable'
|
|
1587
1591
|
end
|
|
1588
1592
|
end
|
|
1589
1593
|
|
|
@@ -1611,6 +1615,7 @@ module Google
|
|
|
1611
1615
|
collection :exadb_vm_clusters, as: 'exadbVmClusters', class: Google::Apis::OracledatabaseV1::ExadbVmCluster, decorator: Google::Apis::OracledatabaseV1::ExadbVmCluster::Representation
|
|
1612
1616
|
|
|
1613
1617
|
property :next_page_token, as: 'nextPageToken'
|
|
1618
|
+
collection :unreachable, as: 'unreachable'
|
|
1614
1619
|
end
|
|
1615
1620
|
end
|
|
1616
1621
|
|
|
@@ -1620,6 +1625,7 @@ module Google
|
|
|
1620
1625
|
collection :exascale_db_storage_vaults, as: 'exascaleDbStorageVaults', class: Google::Apis::OracledatabaseV1::ExascaleDbStorageVault, decorator: Google::Apis::OracledatabaseV1::ExascaleDbStorageVault::Representation
|
|
1621
1626
|
|
|
1622
1627
|
property :next_page_token, as: 'nextPageToken'
|
|
1628
|
+
collection :unreachable, as: 'unreachable'
|
|
1623
1629
|
end
|
|
1624
1630
|
end
|
|
1625
1631
|
|
|
@@ -95,8 +95,8 @@ module Google
|
|
|
95
95
|
# @param [String] name
|
|
96
96
|
# The resource that owns the locations collection, if applicable.
|
|
97
97
|
# @param [Array<String>, String] extra_location_types
|
|
98
|
-
# Optional. Do not use this field
|
|
99
|
-
#
|
|
98
|
+
# Optional. Do not use this field unless explicitly documented otherwise. This
|
|
99
|
+
# is primarily for internal usage.
|
|
100
100
|
# @param [String] filter
|
|
101
101
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
102
102
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.27.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-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.27.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:
|