google-apis-metastore_v1 0.22.0 → 0.23.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: 7adf495e14e87df3677e31d124ba44d3b02ed8674b0f7fd6b77cc9b9b494f65f
4
- data.tar.gz: cc0a6220a8c7fe9998fe90790a7c5b25261cf054387e98567b811b326c8e8206
3
+ metadata.gz: 026fe8d82365ee9e00d11bba67a885efb7a012eebf3893f334849dd626b9fd5e
4
+ data.tar.gz: bcc0d4883edf18dcc684fce25868e465530ee1682d0f6870da8f5d04d88167ac
5
5
  SHA512:
6
- metadata.gz: b40b244e970cd9384b10f188354292c2da290abcf22db4931de16e1b4317a3576653945636988531d629d0c513a0d9b97846904f3b1b9e2f80101520c398d07c
7
- data.tar.gz: '08a9adbe7fb671b5fb9d3432a9461fe8f951b767e09d2d36c490f135a11a3fad54fbe8b50e7ee5c4240daf5e2a46aec7f249d605d057e8d784628f5867b77c41'
6
+ metadata.gz: 725dcbf9e967df4d4dd6affdf0da30deb12ce17c7095f5c16ac802b7fba4397f5e4c2476120e1bc3c24c006b476c0363d19e6fca10c813d04a9200335f7e67e2
7
+ data.tar.gz: 11e42b7238c3993d911a7499375cea5a0b41ee3b2d25a4931788c7fa02f606ccb56cfdbea60ccd78e119d3a889a54bcca732e05342c7854f4517b938862b3272
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-metastore_v1
2
2
 
3
+ ### v0.23.0 (2024-03-17)
4
+
5
+ * Regenerated from discovery document revision 20240312
6
+
3
7
  ### v0.22.0 (2024-03-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20240228
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MetastoreV1
18
18
  # Version of the google-apis-metastore_v1 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240228"
25
+ REVISION = "20240312"
26
26
  end
27
27
  end
28
28
  end
@@ -1622,48 +1622,6 @@ module Google
1622
1622
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1623
1623
  execute_or_queue_command(command, &block)
1624
1624
  end
1625
-
1626
- # Deletes a single migration execution.
1627
- # @param [String] name
1628
- # Required. The relative resource name of the migrationExecution to delete, in
1629
- # the following form:projects/`project_number`/locations/`location_id`/services/`
1630
- # service_id`/migrationExecutions/`migration_execution_id`.
1631
- # @param [String] request_id
1632
- # Optional. A request ID. Specify a unique request ID to allow the server to
1633
- # ignore the request if it has completed. The server will ignore subsequent
1634
- # requests that provide a duplicate request ID for at least 60 minutes after the
1635
- # first request.For example, if an initial request times out, followed by
1636
- # another request with the same request ID, the server ignores the second
1637
- # request to prevent the creation of duplicate commitments.The request ID must
1638
- # be a valid UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier#
1639
- # Format) A zero UUID (00000000-0000-0000-0000-000000000000) is not supported.
1640
- # @param [String] fields
1641
- # Selector specifying which fields to include in a partial response.
1642
- # @param [String] quota_user
1643
- # Available to use for quota purposes for server-side applications. Can be any
1644
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1645
- # @param [Google::Apis::RequestOptions] options
1646
- # Request-specific options
1647
- #
1648
- # @yield [result, err] Result & error if block supplied
1649
- # @yieldparam result [Google::Apis::MetastoreV1::Operation] parsed result object
1650
- # @yieldparam err [StandardError] error object if request failed
1651
- #
1652
- # @return [Google::Apis::MetastoreV1::Operation]
1653
- #
1654
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1655
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1656
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1657
- def delete_project_location_service_migration_execution(name, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
1658
- command = make_simple_command(:delete, 'v1/{+name}', options)
1659
- command.response_representation = Google::Apis::MetastoreV1::Operation::Representation
1660
- command.response_class = Google::Apis::MetastoreV1::Operation
1661
- command.params['name'] = name unless name.nil?
1662
- command.query['requestId'] = request_id unless request_id.nil?
1663
- command.query['fields'] = fields unless fields.nil?
1664
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1665
- execute_or_queue_command(command, &block)
1666
- end
1667
1625
 
1668
1626
  protected
1669
1627
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-metastore_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.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-03-03 00:00:00.000000000 Z
11
+ date: 2024-03-17 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-metastore_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1
63
63
  post_install_message:
64
64
  rdoc_options: []