google-apis-artifactregistry_v1beta2 0.54.0 → 0.56.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: 230b706e352b5cfb98205ebf2b996493255e206a9bd4618dc39ae99300874ef3
4
- data.tar.gz: ea56575a33efecc8f3f6e2978f1efd9cf694e11c9d8820da08faf16e8a9978d0
3
+ metadata.gz: 43042efc6bdd1a37036b8a6d355f99132221d8aed27dadfcdd086067bfb120c3
4
+ data.tar.gz: 69026669a8b03c878d888259c0f0c2057b5d9f09a8ccadeac5e45190ca9636de
5
5
  SHA512:
6
- metadata.gz: 46cbd12ba22d281ea38a48a98ea7777d5c58154c0ec7d7d4d0eaf8e02beae12c4bd20fa03bc073445739749d58c91d635e7e67573aec43fcf3d5137ec797ee08
7
- data.tar.gz: 585b5176749585c94c39234cf35a73ac71b0695078f452367dbd87cfea539332bc5804a45ce2ea259dfc8d1f454a40404f918154a38bc18ac69cb9e8134ef7ee
6
+ metadata.gz: f97039d60eb3035c2c8839c4004baab02d9f521c7eec5ca6400b9155b034e4bc70b6311330cd930101ebb4b04e5694b4e8008713eb405884ce5e55cb07f4c728
7
+ data.tar.gz: 77630f84c282d422da4b3cd56d3bdc108a01128e10572772f85bd5322ec7bb51888b0e7ad264c2c5f230a4bf1688b8874b05064cdae699d3e5565eb6e0398418
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-artifactregistry_v1beta2
2
2
 
3
+ ### v0.56.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240717
6
+
7
+ ### v0.55.0 (2024-06-02)
8
+
9
+ * Regenerated from discovery document revision 20240528
10
+
3
11
  ### v0.54.0 (2024-05-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20240513
@@ -1015,6 +1015,12 @@ module Google
1015
1015
  # @return [String]
1016
1016
  attr_accessor :name
1017
1017
 
1018
+ # The percentage of pull traffic to redirect from GCR to AR when using partial
1019
+ # redirection.
1020
+ # Corresponds to the JSON property `pullPercent`
1021
+ # @return [Fixnum]
1022
+ attr_accessor :pull_percent
1023
+
1018
1024
  def initialize(**args)
1019
1025
  update!(**args)
1020
1026
  end
@@ -1023,6 +1029,7 @@ module Google
1023
1029
  def update!(**args)
1024
1030
  @legacy_redirection_state = args[:legacy_redirection_state] if args.key?(:legacy_redirection_state)
1025
1031
  @name = args[:name] if args.key?(:name)
1032
+ @pull_percent = args[:pull_percent] if args.key?(:pull_percent)
1026
1033
  end
1027
1034
  end
1028
1035
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ArtifactregistryV1beta2
18
18
  # Version of the google-apis-artifactregistry_v1beta2 gem
19
- GEM_VERSION = "0.54.0"
19
+ GEM_VERSION = "0.56.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 = "20240717"
26
26
  end
27
27
  end
28
28
  end
@@ -564,6 +564,7 @@ module Google
564
564
  class Representation < Google::Apis::Core::JsonRepresentation
565
565
  property :legacy_redirection_state, as: 'legacyRedirectionState'
566
566
  property :name, as: 'name'
567
+ property :pull_percent, as: 'pullPercent'
567
568
  end
568
569
  end
569
570
 
@@ -948,7 +948,12 @@ module Google
948
948
  # insensitive. The fields eligible for filtering are: * `version` An example of
949
949
  # using a filter: * `version="projects/p1/locations/us-central1/repositories/
950
950
  # repo1/packages/pkg1/versions/1.0"` --> Tags that are applied to the version `1.
951
- # 0` in package `pkg1`.
951
+ # 0` in package `pkg1`. * `name="projects/p1/locations/us-central1/repositories/
952
+ # repo1/packages/pkg1/tags/a%2Fb%2F*"` --> tags with an ID starting with "a/b/".
953
+ # * `name="projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/
954
+ # tags/*%2Fb%2Fc"` --> tags with an ID ending with "/b/c". * `name="projects/p1/
955
+ # locations/us-central1/repositories/repo1/packages/pkg1/tags/*%2Fb%2F*"` -->
956
+ # tags with an ID containing "/b/".
952
957
  # @param [Fixnum] page_size
953
958
  # The maximum number of tags to return. Maximum page size is 1,000.
954
959
  # @param [String] page_token
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-artifactregistry_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.54.0
4
+ version: 0.56.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-07-25 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_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta2/v0.54.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta2/v0.56.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1beta2
63
63
  post_install_message:
64
64
  rdoc_options: []