google-apis-artifactregistry_v1 0.59.0 → 0.60.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: 4f48d7c8149416358662f110f00a32dd3ebbea6eed3b623d57242cc2645b7d0c
4
- data.tar.gz: 58674cfe2823d24c84a0a37d8b825132fefe645b8770772ecb29cbfa9f4f2c9a
3
+ metadata.gz: 8e2c41e4923b8fa083dcc7a50b5c45c753dc14edb8448ad58a72de2e7d5dd740
4
+ data.tar.gz: 7f9401a507c447d7d0c4626772837448313eeeaba67d067931b0f9e2e217f4b9
5
5
  SHA512:
6
- metadata.gz: e4d87677af8f20060f423338fe64797b52fa894cb714db47e602fdf3108948fed22c98ff498eb6ba13e6950a7375c82033883c7e6c87f18ac611fbc1fc59c0cf
7
- data.tar.gz: fcaacd9b6fd194413d1cd1a63ea946d6237ba282140571fd946c2ee462590714f933341b9a4099ca4abee8605374820b5c74424b133c5a9ae25a5635616c0182
6
+ metadata.gz: 85a0f79a4cff12910b9d065333cbf720c539274549ae4755af15ab3aef4b0751fc14d9596cd9b3f40b3ec18a8ce6303f1681407a4a173b56dc5b6859233697bc
7
+ data.tar.gz: 4ed84f96c2ab415c456238a7a5d3c944feb20d6929efba3d90c268414a40d0671f53b750196d7db8a3456beb6f07306f7ffbf438c96255427d721ddf85995139
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-artifactregistry_v1
2
2
 
3
+ ### v0.60.0 (2024-05-26)
4
+
5
+ * Regenerated from discovery document revision 20240520
6
+
3
7
  ### v0.59.0 (2024-05-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20240513
@@ -2220,9 +2220,8 @@ module Google
2220
2220
  # @return [String]
2221
2221
  attr_accessor :description
2222
2222
 
2223
- # Optional. If this is true, aunspecified repo type will be treated as error. Is
2224
- # used for new repo types that don't have any specific fields. Right now is used
2225
- # by AOSS team when creating repos for customers.
2223
+ # Optional. If this is true, an unspecified repo type will be treated as error
2224
+ # rather than defaulting to standard.
2226
2225
  # Corresponds to the JSON property `disallowUnspecifiedMode`
2227
2226
  # @return [Boolean]
2228
2227
  attr_accessor :disallow_unspecified_mode
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ArtifactregistryV1
18
18
  # Version of the google-apis-artifactregistry_v1 gem
19
- GEM_VERSION = "0.59.0"
19
+ GEM_VERSION = "0.60.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 = "20240513"
25
+ REVISION = "20240520"
26
26
  end
27
27
  end
28
28
  end
@@ -731,6 +731,38 @@ module Google
731
731
  execute_or_queue_command(command, &block)
732
732
  end
733
733
 
734
+ # Deletes a file and all of its content. It is only allowed on generic
735
+ # repositories. The returned operation will complete once the file has been
736
+ # deleted.
737
+ # @param [String] name
738
+ # Required. The name of the file to delete.
739
+ # @param [String] fields
740
+ # Selector specifying which fields to include in a partial response.
741
+ # @param [String] quota_user
742
+ # Available to use for quota purposes for server-side applications. Can be any
743
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
744
+ # @param [Google::Apis::RequestOptions] options
745
+ # Request-specific options
746
+ #
747
+ # @yield [result, err] Result & error if block supplied
748
+ # @yieldparam result [Google::Apis::ArtifactregistryV1::Operation] parsed result object
749
+ # @yieldparam err [StandardError] error object if request failed
750
+ #
751
+ # @return [Google::Apis::ArtifactregistryV1::Operation]
752
+ #
753
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
754
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
755
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
756
+ def delete_project_location_repository_file(name, fields: nil, quota_user: nil, options: nil, &block)
757
+ command = make_simple_command(:delete, 'v1/{+name}', options)
758
+ command.response_representation = Google::Apis::ArtifactregistryV1::Operation::Representation
759
+ command.response_class = Google::Apis::ArtifactregistryV1::Operation
760
+ command.params['name'] = name unless name.nil?
761
+ command.query['fields'] = fields unless fields.nil?
762
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
763
+ execute_or_queue_command(command, &block)
764
+ end
765
+
734
766
  # Download a file.
735
767
  # @param [String] name
736
768
  # Required. The name of the file to download.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-artifactregistry_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.59.0
4
+ version: 0.60.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-05-19 00:00:00.000000000 Z
11
+ date: 2024-05-26 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-artifactregistry_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1/v0.59.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1/v0.60.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1
63
63
  post_install_message:
64
64
  rdoc_options: []