google-apis-ids_v1 0.13.0 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/ids_v1/classes.rb +27 -27
- data/lib/google/apis/ids_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ee7e4cd094f28e794bcdb152fd9349382e997b46b08985b060ea84e15f2267d5
|
4
|
+
data.tar.gz: '09aab2234fec53f7a42547e3a7cdb3f8dfaabe51746bf9526382bc0a5762f5cb'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be863aa006a49ebde7ac003261f19e23dd60246c7d3c69b80ef17361ecc115b160007d484fef0bbd4bd7045607dae3783a2cc46a361e21cf1d2899a71b75a297
|
7
|
+
data.tar.gz: cd1db495b7ff42cada15f05610cd8b9b6e8551e4320f5cc76244405de0d6d2a9352508fa4d2d851071554152ce8f24cb4a070d8bfe3a569aff0d179302b85b83
|
data/CHANGELOG.md
CHANGED
@@ -506,13 +506,13 @@ module Google
|
|
506
506
|
# @return [String]
|
507
507
|
attr_accessor :name
|
508
508
|
|
509
|
-
# The normal response of the operation
|
510
|
-
#
|
511
|
-
#
|
512
|
-
#
|
513
|
-
#
|
514
|
-
#
|
515
|
-
#
|
509
|
+
# The normal, successful response of the operation. If the original method
|
510
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
511
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
512
|
+
# response should be the resource. For other methods, the response should have
|
513
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
514
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
515
|
+
# `TakeSnapshotResponse`.
|
516
516
|
# Corresponds to the JSON property `response`
|
517
517
|
# @return [Hash<String,Object>]
|
518
518
|
attr_accessor :response
|
@@ -601,22 +601,22 @@ module Google
|
|
601
601
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
602
602
|
# the request, the resource, or both. To learn which resources support
|
603
603
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
604
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
604
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
605
605
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
606
606
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
607
607
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
608
608
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
609
609
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
610
610
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
611
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
612
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
613
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
614
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
615
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
616
|
-
# access description: Does not grant access after Sep 2020
|
617
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
618
|
-
# a description of IAM and its features, see the
|
619
|
-
# cloud.google.com/iam/docs/).
|
611
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
612
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
613
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
614
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
615
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
616
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
617
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
618
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
619
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
620
620
|
class Policy
|
621
621
|
include Google::Apis::Core::Hashable
|
622
622
|
|
@@ -700,22 +700,22 @@ module Google
|
|
700
700
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
701
701
|
# the request, the resource, or both. To learn which resources support
|
702
702
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
703
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
703
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
704
704
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
705
705
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
706
706
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
707
707
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
708
708
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
709
709
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
710
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
711
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
712
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
713
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
714
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
715
|
-
# access description: Does not grant access after Sep 2020
|
716
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
717
|
-
# a description of IAM and its features, see the
|
718
|
-
# cloud.google.com/iam/docs/).
|
710
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
711
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
712
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
713
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
714
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
715
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
716
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
717
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
718
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
719
719
|
# Corresponds to the JSON property `policy`
|
720
720
|
# @return [Google::Apis::IdsV1::Policy]
|
721
721
|
attr_accessor :policy
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module IdsV1
|
18
18
|
# Version of the google-apis-ids_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.14.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 = "20230807"
|
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-ids_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.14.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-13 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-ids_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-ids_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-ids_v1/v0.14.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-ids_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|