google-apis-artifactregistry_v1beta2 0.43.0 → 0.44.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: 6379b6b415ea34d0b1239abfc76e505be209bafdf419a39e05c3e68b886b48dc
|
4
|
+
data.tar.gz: 2c234a49e261d24c34cf0d55a10b39d5f81acfd2a37dd6fd1fd88421f7678413
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bca821b88c74252de315da1ca5d76bbf3a54e492273309f72e39b3fc4f31598ac84ba834add6c3071c51b97174392930e66f878e64a6f90aa66d5fb6d4b40663
|
7
|
+
data.tar.gz: '0281853bed517894cb8dd9e9795f84c83f16d5856b4fd9ba01fadb02833b68b67f9ca895747ca6cb29d7767f4e32b3e3dd1251426716d792ea9e2c2bbf1fb097'
|
data/CHANGELOG.md
CHANGED
@@ -789,13 +789,13 @@ module Google
|
|
789
789
|
# @return [String]
|
790
790
|
attr_accessor :name
|
791
791
|
|
792
|
-
# The normal response of the operation
|
793
|
-
#
|
794
|
-
#
|
795
|
-
#
|
796
|
-
#
|
797
|
-
#
|
798
|
-
#
|
792
|
+
# The normal, successful response of the operation. If the original method
|
793
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
794
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
795
|
+
# response should be the resource. For other methods, the response should have
|
796
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
797
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
798
|
+
# `TakeSnapshotResponse`.
|
799
799
|
# Corresponds to the JSON property `response`
|
800
800
|
# @return [Hash<String,Object>]
|
801
801
|
attr_accessor :response
|
@@ -878,22 +878,22 @@ module Google
|
|
878
878
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
879
879
|
# the request, the resource, or both. To learn which resources support
|
880
880
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
881
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
881
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
882
882
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
883
883
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
884
884
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
885
885
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
886
886
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
887
887
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
888
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
889
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
890
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
891
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
892
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
893
|
-
# access description: Does not grant access after Sep 2020
|
894
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
895
|
-
# a description of IAM and its features, see the
|
896
|
-
# cloud.google.com/iam/docs/).
|
888
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
889
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
890
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
891
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
892
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
893
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
894
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
895
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
896
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
897
897
|
class Policy
|
898
898
|
include Google::Apis::Core::Hashable
|
899
899
|
|
@@ -1081,22 +1081,22 @@ module Google
|
|
1081
1081
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
1082
1082
|
# the request, the resource, or both. To learn which resources support
|
1083
1083
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1084
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
1084
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
1085
1085
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
1086
1086
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
1087
1087
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
1088
1088
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
1089
1089
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
1090
1090
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1091
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
1092
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
1093
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
1094
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
1095
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
1096
|
-
# access description: Does not grant access after Sep 2020
|
1097
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1098
|
-
# a description of IAM and its features, see the
|
1099
|
-
# cloud.google.com/iam/docs/).
|
1091
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
1092
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
1093
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
1094
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
1095
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
1096
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
1097
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1098
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
1099
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
1100
1100
|
# Corresponds to the JSON property `policy`
|
1101
1101
|
# @return [Google::Apis::ArtifactregistryV1beta2::Policy]
|
1102
1102
|
attr_accessor :policy
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.44.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 = "20230803"
|
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_v1beta2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.44.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-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_v1beta2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta2/v0.44.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: []
|