google-apis-runtimeconfig_v1beta1 0.22.0 → 0.24.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: 767280ab1e43e688b8ef0e7ff65a7df7e1eaae62459948169b2d193f53875b00
|
4
|
+
data.tar.gz: 6f4f6919dad98ae64d19bf2af2d0a32fdc1f2ddd89ff318082dd11614c30ffe6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e915616990d216e66641821852e5c02d02b2e951c7a847d8c61a01456d86e13f138a8cd58c8c44a9168d8dee25de1944cd6787f87dff158599845f26bcc37984
|
7
|
+
data.tar.gz: 15bf10be359f40e6faf465808c06263d0424f4729ecf149239240d3a588564ff1883f0efe2a16b92f8bcf256a787f3c2070c8d61adcc42b73f7eca4418b06667
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-runtimeconfig_v1beta1
|
2
2
|
|
3
|
+
### v0.24.0 (2023-08-06)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230803
|
6
|
+
|
7
|
+
### v0.23.0 (2023-02-15)
|
8
|
+
|
9
|
+
* Regenerated using generator version 0.12.0
|
10
|
+
|
3
11
|
### v0.22.0 (2023-01-29)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230123
|
@@ -359,13 +359,13 @@ module Google
|
|
359
359
|
# @return [String]
|
360
360
|
attr_accessor :name
|
361
361
|
|
362
|
-
# The normal response of the operation
|
363
|
-
#
|
364
|
-
#
|
365
|
-
#
|
366
|
-
#
|
367
|
-
#
|
368
|
-
#
|
362
|
+
# The normal, successful response of the operation. If the original method
|
363
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
364
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
365
|
+
# response should be the resource. For other methods, the response should have
|
366
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
367
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
368
|
+
# `TakeSnapshotResponse`.
|
369
369
|
# Corresponds to the JSON property `response`
|
370
370
|
# @return [Hash<String,Object>]
|
371
371
|
attr_accessor :response
|
@@ -395,22 +395,22 @@ module Google
|
|
395
395
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
396
396
|
# the request, the resource, or both. To learn which resources support
|
397
397
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
398
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
398
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
399
399
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
400
400
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
401
401
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
402
402
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
403
403
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
404
404
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
405
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
406
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
407
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
408
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
409
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
410
|
-
# access description: Does not grant access after Sep 2020
|
411
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
412
|
-
# a description of IAM and its features, see the
|
413
|
-
# cloud.google.com/iam/docs/).
|
405
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
406
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
407
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
408
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
409
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
410
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
411
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
412
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
413
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
414
414
|
class Policy
|
415
415
|
include Google::Apis::Core::Hashable
|
416
416
|
|
@@ -521,22 +521,22 @@ module Google
|
|
521
521
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
522
522
|
# the request, the resource, or both. To learn which resources support
|
523
523
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
524
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
524
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
525
525
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
526
526
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
527
527
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
528
528
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
529
529
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
530
530
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
531
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
532
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
533
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
534
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
535
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
536
|
-
# access description: Does not grant access after Sep 2020
|
537
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
538
|
-
# a description of IAM and its features, see the
|
539
|
-
# cloud.google.com/iam/docs/).
|
531
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
532
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
533
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
534
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
535
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
536
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
537
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
538
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
539
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
540
540
|
# Corresponds to the JSON property `policy`
|
541
541
|
# @return [Google::Apis::RuntimeconfigV1beta1::Policy]
|
542
542
|
attr_accessor :policy
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RuntimeconfigV1beta1
|
18
18
|
# Version of the google-apis-runtimeconfig_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.24.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
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-runtimeconfig_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.24.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
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.11.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.11.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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-runtimeconfig_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-runtimeconfig_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-runtimeconfig_v1beta1/v0.24.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-runtimeconfig_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|