google-apis-artifactregistry_v1beta1 0.39.0 → 0.41.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: e95d7101b81c12c6fbe60cb3020a2e81f471993f59d657c5acb9472b08874f49
4
- data.tar.gz: fa7d32f9b2770d4e3a41cab6bffe51a7176a96d8c414aadd4fb80b239e991747
3
+ metadata.gz: 47202fe57355b44e404395306e2c3dd30405e4f264c36ccca3b7e58a24a41767
4
+ data.tar.gz: 306018a5173f44105930be7104606b909ea9ca08fc8d982861c1b214f0059abf
5
5
  SHA512:
6
- metadata.gz: 34d6913f2e07e60f3d1fcef4c92830979bced77efd4784f8eaf8769dcbb889b709de929d81196bffe87b2c9a4f660f689d3467f666515fb5a562f02341d386c3
7
- data.tar.gz: 28e6258358e994edc021189e30052fa9969fe2ddca8fcaf18dbc84d72ffa10802b140bbb194032bb464580b9417aa096e0086789c85fbf77996122cbb823e04d
6
+ metadata.gz: b18429e61e8c4440e67fc46c830669f23a62b2689238f1b17ee81b2e26ce7c8510756612c91c65f052ca4e7e571a17af86e83ce327dc4f31bd54324ee4869952
7
+ data.tar.gz: abe405d1ef8b221fa78d4040c1a205f30c16dd0c4b1b29c1abd76b8b473062b953cd7f00ff83a091d76aa78370fff0368af5df96014a2052005d1b9ab7a915e7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-artifactregistry_v1beta1
2
2
 
3
+ ### v0.41.0 (2023-08-06)
4
+
5
+ * Regenerated from discovery document revision 20230803
6
+
7
+ ### v0.40.0 (2023-07-23)
8
+
9
+ * Regenerated from discovery document revision 20230719
10
+
3
11
  ### v0.39.0 (2023-05-28)
4
12
 
5
13
  * Regenerated from discovery document revision 20230522
@@ -484,13 +484,13 @@ module Google
484
484
  # @return [String]
485
485
  attr_accessor :name
486
486
 
487
- # The normal response of the operation in case of success. If the original
488
- # method returns no data on success, such as `Delete`, the response is `google.
489
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
490
- # the response should be the resource. For other methods, the response should
491
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
492
- # example, if the original method name is `TakeSnapshot()`, the inferred
493
- # response type is `TakeSnapshotResponse`.
487
+ # The normal, successful response of the operation. If the original method
488
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
489
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
490
+ # response should be the resource. For other methods, the response should have
491
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
492
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
493
+ # `TakeSnapshotResponse`.
494
494
  # Corresponds to the JSON property `response`
495
495
  # @return [Hash<String,Object>]
496
496
  attr_accessor :response
@@ -560,22 +560,22 @@ module Google
560
560
  # evaluates to `true`. A condition can add constraints based on attributes of
561
561
  # the request, the resource, or both. To learn which resources support
562
562
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
563
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
563
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
564
564
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
565
565
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
566
566
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
567
567
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
568
568
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
569
569
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
570
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
571
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
572
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
573
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
574
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
575
- # access description: Does not grant access after Sep 2020 expression: request.
576
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
577
- # a description of IAM and its features, see the [IAM documentation](https://
578
- # cloud.google.com/iam/docs/).
570
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
571
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
572
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
573
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
574
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
575
+ # title: expirable access description: Does not grant access after Sep 2020
576
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
577
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
578
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
579
579
  class Policy
580
580
  include Google::Apis::Core::Hashable
581
581
 
@@ -730,22 +730,22 @@ module Google
730
730
  # evaluates to `true`. A condition can add constraints based on attributes of
731
731
  # the request, the resource, or both. To learn which resources support
732
732
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
733
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
733
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
734
734
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
735
735
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
736
736
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
737
737
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
738
738
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
739
739
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
740
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
741
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
742
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
743
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
744
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
745
- # access description: Does not grant access after Sep 2020 expression: request.
746
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
747
- # a description of IAM and its features, see the [IAM documentation](https://
748
- # cloud.google.com/iam/docs/).
740
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
741
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
742
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
743
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
744
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
745
+ # title: expirable access description: Does not grant access after Sep 2020
746
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
747
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
748
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
749
749
  # Corresponds to the JSON property `policy`
750
750
  # @return [Google::Apis::ArtifactregistryV1beta1::Policy]
751
751
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ArtifactregistryV1beta1
18
18
  # Version of the google-apis-artifactregistry_v1beta1 gem
19
- GEM_VERSION = "0.39.0"
19
+ GEM_VERSION = "0.41.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230522"
25
+ REVISION = "20230803"
26
26
  end
27
27
  end
28
28
  end
@@ -712,8 +712,8 @@ module Google
712
712
 
713
713
  # Lists tags.
714
714
  # @param [String] parent
715
- # The name of the parent package whose tags will be listed. Example: "projects/
716
- # p1/locations/us-central1/repositories/repo1/packages/pkg1
715
+ # The name of the parent package whose tags will be listed. For example: `
716
+ # projects/p1/locations/us-central1/repositories/repo1/packages/pkg1`.
717
717
  # @param [String] filter
718
718
  # An expression for filtering the results of the request. Filter rules are case
719
719
  # insensitive. The fields eligible for filtering are: * `version` An example of
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-artifactregistry_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.39.0
4
+ version: 0.41.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: 2023-05-28 00:00:00.000000000 Z
11
+ date: 2023-08-06 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.41.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []