google-apis-networksecurity_v1beta1 0.24.0 → 0.25.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b1e8c8433c901bc88693eae1979a3a2b5a5da3204f21245cc04d179e73ceb89
|
|
4
|
+
data.tar.gz: f43470b9f77cc12b32a20f8062961f595915e384b7d59b8bd3b37fa6a121ebe6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 683901c6c9e6a9cd3205132a751c2c70ac26eafd6f7240140552c319175364b0d55c561cb8736300bc2db630d8e6f7f4ce0b755843ea8430c9c82a8b5a70b8e9
|
|
7
|
+
data.tar.gz: 4691a2126b2468ab2dcecca96ba4657e6bfce5fe4f5f1fa0b56c4f0a2cca42f4dfc2564f988928a0590bbe23fd42dad8bd56d1f73611e1d923d8ab983c9b4990
|
data/CHANGELOG.md
CHANGED
|
@@ -903,22 +903,22 @@ module Google
|
|
|
903
903
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
|
904
904
|
# the request, the resource, or both. To learn which resources support
|
|
905
905
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
|
906
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
|
906
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
|
907
907
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
|
908
908
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
|
909
909
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
|
910
910
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
|
911
911
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
|
912
912
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
|
913
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
|
914
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
|
915
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
|
916
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
|
917
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
|
918
|
-
# access description: Does not grant access after Sep 2020
|
|
919
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
920
|
-
# a description of IAM and its features, see the
|
|
921
|
-
# cloud.google.com/iam/docs/).
|
|
913
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
|
914
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
|
915
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
|
916
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
|
917
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
|
918
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
|
919
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
920
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
|
921
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
|
922
922
|
class GoogleIamV1Policy
|
|
923
923
|
include Google::Apis::Core::Hashable
|
|
924
924
|
|
|
@@ -1002,22 +1002,22 @@ module Google
|
|
|
1002
1002
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
|
1003
1003
|
# the request, the resource, or both. To learn which resources support
|
|
1004
1004
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
|
1005
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
|
1005
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
|
1006
1006
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
|
1007
1007
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
|
1008
1008
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
|
1009
1009
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
|
1010
1010
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
|
1011
1011
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
|
1012
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
|
1013
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
|
1014
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
|
1015
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
|
1016
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
|
1017
|
-
# access description: Does not grant access after Sep 2020
|
|
1018
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
1019
|
-
# a description of IAM and its features, see the
|
|
1020
|
-
# cloud.google.com/iam/docs/).
|
|
1012
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
|
1013
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
|
1014
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
|
1015
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
|
1016
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
|
1017
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
|
1018
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
1019
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
|
1020
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
|
1021
1021
|
# Corresponds to the JSON property `policy`
|
|
1022
1022
|
# @return [Google::Apis::NetworksecurityV1beta1::GoogleIamV1Policy]
|
|
1023
1023
|
attr_accessor :policy
|
|
@@ -1692,13 +1692,13 @@ module Google
|
|
|
1692
1692
|
# @return [String]
|
|
1693
1693
|
attr_accessor :name
|
|
1694
1694
|
|
|
1695
|
-
# The normal response of the operation
|
|
1696
|
-
#
|
|
1697
|
-
#
|
|
1698
|
-
#
|
|
1699
|
-
#
|
|
1700
|
-
#
|
|
1701
|
-
#
|
|
1695
|
+
# The normal, successful response of the operation. If the original method
|
|
1696
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
|
1697
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
|
1698
|
+
# response should be the resource. For other methods, the response should have
|
|
1699
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
|
1700
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
|
1701
|
+
# `TakeSnapshotResponse`.
|
|
1702
1702
|
# Corresponds to the JSON property `response`
|
|
1703
1703
|
# @return [Hash<String,Object>]
|
|
1704
1704
|
attr_accessor :response
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module NetworksecurityV1beta1
|
|
18
18
|
# Version of the google-apis-networksecurity_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.25.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 = "20230814"
|
|
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-networksecurity_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.25.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-08-
|
|
11
|
+
date: 2023-08-27 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-networksecurity_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.25.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networksecurity_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 Network Security API V1beta1
|