google-apis-oracledatabase_v1 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 911cd4ea61de7c01392b4f1778db019415e549652dcd6111d4a3c13d2c352ec2
4
- data.tar.gz: 4fa48c227ed4896e3b880f9a73a54cd8b6f6f4ea5c7e8e0f1bb6447753515330
3
+ metadata.gz: bbfec8e1d6ff0af8c2f3f1eebf81fd0c89779594a7151351ffa93dd017014326
4
+ data.tar.gz: d9e47ed2318bc12872ffbf94bcaea7e3cd495b24631b8bb8689710927a76b128
5
5
  SHA512:
6
- metadata.gz: a5daa75cd01d7f81af21f8ebd702a6d704ebe55d80d71f87421890aa7767f5524d4414fefbc457290fbff6ad8b1641a17ce9ac6acb0400e92ff286f3d2017b02
7
- data.tar.gz: 96e6c293085bd4d78a3e3d30d2161fff1b9e5b4e04878212d4908f788db216e779c2c11e6d860b960af07cc0da53e2830050cdee53f2a5678caac78aeed0a67d
6
+ metadata.gz: 79ab5cd7af8d724217f35aa52c04ca4c2b54ff50bb1befb50d98e9790ed3da62577711c0221c2729f7b79ddde6133a88ce998b1d05387fe6a52a6d0d4c3e02b9
7
+ data.tar.gz: 27fcfafb3f40eaaab796d4588ddf7fae571ae14f314adb0aa615d038175ace590b96458422e9a445c373ed8597388ab33fd44a8ff66302f0d28e9cd9e32f71d4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-oracledatabase_v1
2
2
 
3
+ ### v0.2.0 (2024-09-29)
4
+
5
+ * Regenerated from discovery document revision 20240918
6
+
3
7
  ### v0.1.0 (2024-09-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20240913
@@ -108,8 +108,8 @@ module Google
108
108
  # @return [String]
109
109
  attr_accessor :name
110
110
 
111
- # Required. The name of the VPC network used by the Autonomous Database. Format:
112
- # projects/`project`/global/networks/`network`
111
+ # Required. The name of the VPC network used by the Autonomous Database in the
112
+ # following format: projects/`project`/global/networks/`network`
113
113
  # Corresponds to the JSON property `network`
114
114
  # @return [String]
115
115
  attr_accessor :network
@@ -1071,7 +1071,7 @@ module Google
1071
1071
  # @return [String]
1072
1072
  attr_accessor :entitlement_id
1073
1073
 
1074
- # Optional. GCP location where Oracle Exadata is hosted.
1074
+ # Optional. Google Cloud Platform location where Oracle Exadata is hosted.
1075
1075
  # Corresponds to the JSON property `gcpOracleZone`
1076
1076
  # @return [String]
1077
1077
  attr_accessor :gcp_oracle_zone
@@ -1328,8 +1328,8 @@ module Google
1328
1328
  # @return [String]
1329
1329
  attr_accessor :exadata_infrastructure
1330
1330
 
1331
- # Output only. GCP location where Oracle Exadata is hosted. It is same as GCP
1332
- # Oracle zone of Exadata infrastructure.
1331
+ # Output only. Google Cloud Platform location where Oracle Exadata is hosted. It
1332
+ # is same as Google Cloud Platform Oracle zone of Exadata infrastructure.
1333
1333
  # Corresponds to the JSON property `gcpOracleZone`
1334
1334
  # @return [String]
1335
1335
  attr_accessor :gcp_oracle_zone
@@ -2510,7 +2510,7 @@ module Google
2510
2510
  class LocationMetadata
2511
2511
  include Google::Apis::Core::Hashable
2512
2512
 
2513
- # Output only. GCP Oracle zones in a location.
2513
+ # Output only. Google Cloud Platform Oracle zones in a location.
2514
2514
  # Corresponds to the JSON property `gcpOracleZones`
2515
2515
  # @return [Array<String>]
2516
2516
  attr_accessor :gcp_oracle_zones
@@ -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.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240913"
25
+ REVISION = "20240918"
26
26
  end
27
27
  end
28
28
  end
@@ -22,8 +22,8 @@ module Google
22
22
  module OracledatabaseV1
23
23
  # Oracle Database@Google Cloud API
24
24
  #
25
- # The Oracle Database@Google Cloud API provides set of APIs to manage Oracle
26
- # databases such as Exadata and Autonomous Databases.
25
+ # The Oracle Database@Google Cloud API provides a set of APIs to manage Oracle
26
+ # database services, such as Exadata and Autonomous Databases.
27
27
  #
28
28
  # @example
29
29
  # require 'google/apis/oracledatabase_v1'
@@ -125,7 +125,7 @@ module Google
125
125
  execute_or_queue_command(command, &block)
126
126
  end
127
127
 
128
- # Lists the long term and automatic backups of an Autonomous Database.
128
+ # Lists the long-term and automatic backups of an Autonomous Database.
129
129
  # @param [String] parent
130
130
  # Required. The parent value for ListAutonomousDatabaseBackups in the following
131
131
  # format: projects/`project`/locations/`location`.
@@ -304,7 +304,7 @@ module Google
304
304
  execute_or_queue_command(command, &block)
305
305
  end
306
306
 
307
- # Generates a wallet for a single Autonomous Database.
307
+ # Generates a wallet for an Autonomous Database.
308
308
  # @param [String] name
309
309
  # Required. The name of the Autonomous Database in the following format:
310
310
  # projects/`project`/locations/`location`/autonomousDatabases/`
@@ -938,8 +938,8 @@ module Google
938
938
 
939
939
  # Lists the entitlements in a given project.
940
940
  # @param [String] parent
941
- # Required. The parent value for Entitlement in the following format: projects/`
942
- # project`/locations/`location`.
941
+ # Required. The parent value for the entitlement in the following format:
942
+ # projects/`project`/locations/`location`.
943
943
  # @param [Fixnum] page_size
944
944
  # Optional. The maximum number of items to return. If unspecified, a maximum of
945
945
  # 50 entitlements will be returned. The maximum value is 1000.
@@ -21,8 +21,8 @@ module Google
21
21
  module Apis
22
22
  # Oracle Database@Google Cloud API
23
23
  #
24
- # The Oracle Database@Google Cloud API provides set of APIs to manage Oracle
25
- # databases such as Exadata and Autonomous Databases.
24
+ # The Oracle Database@Google Cloud API provides a set of APIs to manage Oracle
25
+ # database services, such as Exadata and Autonomous Databases.
26
26
  #
27
27
  # @see https://cloud.google.com/oracle/database/docs
28
28
  module OracledatabaseV1
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-oracledatabase_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-22 00:00:00.000000000 Z
11
+ date: 2024-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-oracledatabase_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-oracledatabase_v1/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-oracledatabase_v1/v0.2.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-oracledatabase_v1
63
63
  post_install_message:
64
64
  rdoc_options: []