google-apis-artifactregistry_v1 0.59.0 → 0.61.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: 5cfd01a7528ff6eafbb23f6eca29f696be60193743cf0d94b4c416f47ecdf8f4
4
+ data.tar.gz: ed5b17e5449d2d7ffd0599facdc2ee719318c74ecbb33376b60ad2363492877c
5
5
  SHA512:
6
- metadata.gz: e4d87677af8f20060f423338fe64797b52fa894cb714db47e602fdf3108948fed22c98ff498eb6ba13e6950a7375c82033883c7e6c87f18ac611fbc1fc59c0cf
7
- data.tar.gz: fcaacd9b6fd194413d1cd1a63ea946d6237ba282140571fd946c2ee462590714f933341b9a4099ca4abee8605374820b5c74424b133c5a9ae25a5635616c0182
6
+ metadata.gz: a6a472553d6e045b31e28c29f28cb2bf75fc48e8d9b39ba162905eb33a790aef76bf4582806f3590fc5d479ff22a73142723c6beef4f274a848c9f0be7ca4add
7
+ data.tar.gz: 53b40fd8cf90acaaa1b3154cc4807f66814112944fd9c39d3cfcc1b23ba0a90f19d81629422894586df922bd64bda6d633c91e2bd4337c65f15fdc5194e49961
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-artifactregistry_v1
2
2
 
3
+ ### v0.61.0 (2024-06-02)
4
+
5
+ * Regenerated from discovery document revision 20240528
6
+
7
+ ### v0.60.0 (2024-05-26)
8
+
9
+ * Regenerated from discovery document revision 20240520
10
+
3
11
  ### v0.59.0 (2024-05-19)
4
12
 
5
13
  * 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.61.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 = "20240528"
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.
@@ -1440,7 +1472,12 @@ module Google
1440
1472
  # insensitive. The fields eligible for filtering are: * `version` An example of
1441
1473
  # using a filter: * `version="projects/p1/locations/us-central1/repositories/
1442
1474
  # repo1/packages/pkg1/versions/1.0"` --> Tags that are applied to the version `1.
1443
- # 0` in package `pkg1`.
1475
+ # 0` in package `pkg1`. * `name="projects/p1/locations/us-central1/repositories/
1476
+ # repo1/packages/pkg1/tags/a%2Fb%2F*"` --> tags with an ID starting with "a/b/".
1477
+ # * `name="projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/
1478
+ # tags/*%2Fb%2Fc"` --> tags with an ID ending with "/b/c". * `name="projects/p1/
1479
+ # locations/us-central1/repositories/repo1/packages/pkg1/tags/*%2Fb%2F*"` -->
1480
+ # tags with an ID containing "/b/".
1444
1481
  # @param [Fixnum] page_size
1445
1482
  # The maximum number of tags to return. Maximum page size is 1,000.
1446
1483
  # @param [String] page_token
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.61.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-06-02 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.61.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: []