google-apis-alloydb_v1 0.16.0 → 0.17.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: 7cb8a38f51606cea7504bf764240dca4bf2debee3bcede545358a6e9a297f13f
4
- data.tar.gz: fc00a4f8f52c3d7a6559d8492103f28f70733b91924f1ad840b43ec43e8e3ae2
3
+ metadata.gz: 83b211a4c0d0049baef6ddd15933e40095cb6b7a3b16fa93fe44f202a2de1aa3
4
+ data.tar.gz: e1f9cb9b9a11f508d4acc81a12925cb13539e9395c210cd58f5195e3c7df57d8
5
5
  SHA512:
6
- metadata.gz: 15cd156646c082a837150edfa47dfe367eb46c3eebe38da86a67bc75a3d7c18c5985534d78b09c81852dab8aa7d8d87e257fd349ec0dd43ef7f2505a7386623a
7
- data.tar.gz: eb259a3abc1a02258c27d18a4acc9df639b7f2640f60d06a0ec8b33f065a37a6ee26b072a76e16b8ef5fa36cf53ffa4454f4131af6fdf094fe31e1b41cc1737a
6
+ metadata.gz: 1b252c098910207d5853abb1e1f2d4c2c0899feca964f4757545e591e7835763eb11484bbceb05a59a1c0475f7ea1b3013aa5df8b8e10252566b9242255d8ad2
7
+ data.tar.gz: 7da4ae39d3efc278824ff1ce875b7cc3d200983abea0801d613d87f9ddca0caf078f1b2cdd935cede717e342c5b3a56d6de106c034f294a1b10a0bac5cec499a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-alloydb_v1
2
2
 
3
+ ### v0.17.0 (2024-06-23)
4
+
5
+ * Regenerated from discovery document revision 20240612
6
+
3
7
  ### v0.16.0 (2024-06-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20240529
@@ -3150,6 +3150,42 @@ module Google
3150
3150
  end
3151
3151
  end
3152
3152
 
3153
+ # Message for switching over to a cluster
3154
+ class SwitchoverClusterRequest
3155
+ include Google::Apis::Core::Hashable
3156
+
3157
+ # Optional. An optional request ID to identify requests. Specify a unique
3158
+ # request ID so that if you must retry your request, the server will know to
3159
+ # ignore the request if it has already been completed. The server will guarantee
3160
+ # that for at least 60 minutes after the first request. For example, consider a
3161
+ # situation where you make an initial request and the request times out. If you
3162
+ # make the request again with the same request ID, the server can check if
3163
+ # original operation with the same request ID was received, and if so, will
3164
+ # ignore the second request. This prevents clients from accidentally creating
3165
+ # duplicate commitments. The request ID must be a valid UUID with the exception
3166
+ # that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
3167
+ # Corresponds to the JSON property `requestId`
3168
+ # @return [String]
3169
+ attr_accessor :request_id
3170
+
3171
+ # Optional. If set, performs request validation (e.g. permission checks and any
3172
+ # other type of validation), but do not actually execute the delete.
3173
+ # Corresponds to the JSON property `validateOnly`
3174
+ # @return [Boolean]
3175
+ attr_accessor :validate_only
3176
+ alias_method :validate_only?, :validate_only
3177
+
3178
+ def initialize(**args)
3179
+ update!(**args)
3180
+ end
3181
+
3182
+ # Update properties of this object
3183
+ def update!(**args)
3184
+ @request_id = args[:request_id] if args.key?(:request_id)
3185
+ @validate_only = args[:validate_only] if args.key?(:validate_only)
3186
+ end
3187
+ end
3188
+
3153
3189
  # A time based retention policy specifies that all backups within a certain time
3154
3190
  # period should be retained.
3155
3191
  class TimeBasedRetention
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AlloydbV1
18
18
  # Version of the google-apis-alloydb_v1 gem
19
- GEM_VERSION = "0.16.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240529"
25
+ REVISION = "20240612"
26
26
  end
27
27
  end
28
28
  end
@@ -454,6 +454,12 @@ module Google
454
454
  include Google::Apis::Core::JsonObjectSupport
455
455
  end
456
456
 
457
+ class SwitchoverClusterRequest
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
457
463
  class TimeBasedRetention
458
464
  class Representation < Google::Apis::Core::JsonRepresentation; end
459
465
 
@@ -1285,6 +1291,14 @@ module Google
1285
1291
  end
1286
1292
  end
1287
1293
 
1294
+ class SwitchoverClusterRequest
1295
+ # @private
1296
+ class Representation < Google::Apis::Core::JsonRepresentation
1297
+ property :request_id, as: 'requestId'
1298
+ property :validate_only, as: 'validateOnly'
1299
+ end
1300
+ end
1301
+
1288
1302
  class TimeBasedRetention
1289
1303
  # @private
1290
1304
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -756,6 +756,42 @@ module Google
756
756
  execute_or_queue_command(command, &block)
757
757
  end
758
758
 
759
+ # Switches the role of PRIMARY and SECONDARY cluster without any data loss. This
760
+ # promotes the SECONDARY cluster to PRIMARY and sets up original PRIMARY cluster
761
+ # to replicate from this newly promoted cluster.
762
+ # @param [String] name
763
+ # Required. The name of the resource. For the required format, see the comment
764
+ # on the Cluster.name field
765
+ # @param [Google::Apis::AlloydbV1::SwitchoverClusterRequest] switchover_cluster_request_object
766
+ # @param [String] fields
767
+ # Selector specifying which fields to include in a partial response.
768
+ # @param [String] quota_user
769
+ # Available to use for quota purposes for server-side applications. Can be any
770
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
771
+ # @param [Google::Apis::RequestOptions] options
772
+ # Request-specific options
773
+ #
774
+ # @yield [result, err] Result & error if block supplied
775
+ # @yieldparam result [Google::Apis::AlloydbV1::Operation] parsed result object
776
+ # @yieldparam err [StandardError] error object if request failed
777
+ #
778
+ # @return [Google::Apis::AlloydbV1::Operation]
779
+ #
780
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
781
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
782
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
783
+ def switchover_cluster(name, switchover_cluster_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
784
+ command = make_simple_command(:post, 'v1/{+name}:switchover', options)
785
+ command.request_representation = Google::Apis::AlloydbV1::SwitchoverClusterRequest::Representation
786
+ command.request_object = switchover_cluster_request_object
787
+ command.response_representation = Google::Apis::AlloydbV1::Operation::Representation
788
+ command.response_class = Google::Apis::AlloydbV1::Operation
789
+ command.params['name'] = name unless name.nil?
790
+ command.query['fields'] = fields unless fields.nil?
791
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
792
+ execute_or_queue_command(command, &block)
793
+ end
794
+
759
795
  # Creates a new Instance in a given project and location.
760
796
  # @param [String] parent
761
797
  # Required. The name of the parent resource. For the required format, see the
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-alloydb_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.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-06-09 00:00:00.000000000 Z
11
+ date: 2024-06-23 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-alloydb_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.17.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1
63
63
  post_install_message:
64
64
  rdoc_options: []