google-apis-artifactregistry_v1beta1 0.40.0 → 0.42.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 338373147a2b197e767675315d954f12a1910826f8fa77fc6530656b082fe877
|
4
|
+
data.tar.gz: c74bbc32e95b18f98cc3e8550a030cf6cc8933b25d5c6813d3da6336d7a0f130
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 617c5103ab1aa9e339bae409351499c2717ccb8c0c3622641a1485298a6b99555000905122f0c31a74de91448ac7a70b699dda4e663e06b68c5829e336c34063
|
7
|
+
data.tar.gz: 2e056bbc287b428bd63f2f92fd40652d5769b296726a2c50e6d63b80021bcb90b72e56fec18fa1e9691fad7fad22de202e5a63ef8b6b81721bf5930fb09802eb
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-artifactregistry_v1beta1
|
2
2
|
|
3
|
+
### v0.42.0 (2023-09-17)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230913
|
6
|
+
|
7
|
+
### v0.41.0 (2023-08-06)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230803
|
10
|
+
|
3
11
|
### v0.40.0 (2023-07-23)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230719
|
@@ -484,13 +484,13 @@ module Google
|
|
484
484
|
# @return [String]
|
485
485
|
attr_accessor :name
|
486
486
|
|
487
|
-
# The normal response of the operation
|
488
|
-
#
|
489
|
-
#
|
490
|
-
#
|
491
|
-
#
|
492
|
-
#
|
493
|
-
#
|
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
|
571
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
572
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
573
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
574
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
575
|
-
# access description: Does not grant access after Sep 2020
|
576
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
577
|
-
# a description of IAM and its features, see the
|
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
|
|
@@ -652,7 +652,7 @@ module Google
|
|
652
652
|
# @return [String]
|
653
653
|
attr_accessor :description
|
654
654
|
|
655
|
-
# The format of packages that are stored in the repository.
|
655
|
+
# Optional. The format of packages that are stored in the repository.
|
656
656
|
# Corresponds to the JSON property `format`
|
657
657
|
# @return [String]
|
658
658
|
attr_accessor :format
|
@@ -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
|
741
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
742
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
743
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
744
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
745
|
-
# access description: Does not grant access after Sep 2020
|
746
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
747
|
-
# a description of IAM and its features, see the
|
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.
|
19
|
+
GEM_VERSION = "0.42.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 = "
|
25
|
+
REVISION = "20230913"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.
|
4
|
+
version: 0.42.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-
|
11
|
+
date: 2023-09-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-artifactregistry_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.42.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.4.
|
78
|
+
rubygems_version: 3.4.19
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Artifact Registry API V1beta1
|