google-apis-policysimulator_v1beta 0.23.0 → 0.24.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: 279ecbbfb9bcaef0a0553323b0af3c092e44b65b997c6acbcaa9f6c9cb4c0fbd
|
|
4
|
+
data.tar.gz: caea88b5688e2df6127867cef05fbd8bb6594762e5ab307788407e2528abefaf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 06db8f8be3f51e7531d7ba1851fb6f32e6c1b49dca360ea332ba44d90365588b7d37f42b659b1c64a40b051ede8d211afd5ca85087f6809e839d63233fef3e2e
|
|
7
|
+
data.tar.gz: 81841c9a25f780d53ce73e094287e053da0388a80d6b54dda050a0c3f2aedcad3c389d324d65117caca77da16987e2154ab953a0ae5978032ea84f084d4991d0
|
data/CHANGELOG.md
CHANGED
|
@@ -28,7 +28,7 @@ module Google
|
|
|
28
28
|
include Google::Apis::Core::Hashable
|
|
29
29
|
|
|
30
30
|
# Reference to the launch that will be used while audit logging and to control
|
|
31
|
-
# the launch.
|
|
31
|
+
# the launch. Set only in the alternate policy.
|
|
32
32
|
# Corresponds to the JSON property `launch`
|
|
33
33
|
# @return [String]
|
|
34
34
|
attr_accessor :launch
|
|
@@ -87,12 +87,12 @@ module Google
|
|
|
87
87
|
# @return [Array<String>]
|
|
88
88
|
attr_accessor :method_types
|
|
89
89
|
|
|
90
|
-
# Immutable. Name of the constraint. This is unique within the organization.
|
|
91
|
-
#
|
|
92
|
-
#
|
|
93
|
-
#
|
|
94
|
-
#
|
|
95
|
-
#
|
|
90
|
+
# Immutable. Name of the constraint. This is unique within the organization. The
|
|
91
|
+
# name must be of the form: * `organizations/`organization_id`/customConstraints/
|
|
92
|
+
# `custom_constraint_id`` Example: `organizations/123/customConstraints/custom.
|
|
93
|
+
# createOnlyE2TypeVms` The max length is 71 characters and the minimum length is
|
|
94
|
+
# 1. Note that the prefix `organizations/`organization_id`/customConstraints/
|
|
95
|
+
# custom.` is not counted.
|
|
96
96
|
# Corresponds to the JSON property `name`
|
|
97
97
|
# @return [String]
|
|
98
98
|
attr_accessor :name
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module PolicysimulatorV1beta
|
|
18
18
|
# Version of the google-apis-policysimulator_v1beta 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
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260423"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-policysimulator_v1beta
|
|
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
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-policysimulator_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1beta/v0.24.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-policysimulator_v1beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|