google-apis-runtimeconfig_v1beta1 0.12.0 → 0.15.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: 64f16c3da67e4c6cdf3c81dca7216cfccf376a572c5bec8d56e1a2939686873c
4
- data.tar.gz: b55f5f3de010314040b671f8c365d01ec0391df37e7d05dd6714183425657607
3
+ metadata.gz: 125ded0d7a68c4657d4dbd48c52ce00c1a7253c415d298e89b54a3211df24888
4
+ data.tar.gz: d44acc7de9674375e20b86fe8a7fbac8ed425b70c1840bf905e31e766aaf1077
5
5
  SHA512:
6
- metadata.gz: 0faf6745d01a4c52ef6eedf32042e441fade2bcac039a05791e74d543cc5a19e52b062da73aee77f9b336abaedb9a86257d634e94fb3b7c13481b22e563712a5
7
- data.tar.gz: 3d2e25e41fb74e2c0c5127b01c08decac59ad59e370cda311ca6b7fb5aff229bb92ad72dda2c51b1b1355c1ad67c3ae8e031a139a2f37c128a947bab3eef4819
6
+ metadata.gz: 1a7774d17d4fb9f751113fc9c0c4762383d57e4f93889b4c3737c063fb2ae87f284c870f0a203253d93b115e5ff352b3a205136c3b23c1c39855a17001613e17
7
+ data.tar.gz: 9cc1f493b1a4b7f715bb8211255ed4e9514db1d7ca16e424e97325567a2b5f2a22724ebbdef70270ebea4fd8311b2f7b6be4c8cf309b375072b6c9b99ec91fce
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-runtimeconfig_v1beta1
2
2
 
3
+ ### v0.15.0 (2022-06-04)
4
+
5
+ * Regenerated using generator version 0.5.0
6
+
7
+ ### v0.14.0 (2022-05-03)
8
+
9
+ * Regenerated from discovery document revision 20220502
10
+
11
+ ### v0.13.0 (2022-04-06)
12
+
13
+ * Regenerated from discovery document revision 20220404
14
+
3
15
  ### v0.12.0 (2022-03-22)
4
16
 
5
17
  * Regenerated from discovery document revision 20220321
@@ -45,7 +45,7 @@ module Google
45
45
  # @return [Google::Apis::RuntimeconfigV1beta1::Expr]
46
46
  attr_accessor :condition
47
47
 
48
- # Specifies the principals requesting access for a Cloud Platform resource. `
48
+ # Specifies the principals requesting access for a Google Cloud resource. `
49
49
  # members` can have the following values: * `allUsers`: A special identifier
50
50
  # that represents anyone who is on the internet; with or without a Google
51
51
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -590,7 +590,7 @@ module Google
590
590
  include Google::Apis::Core::Hashable
591
591
 
592
592
  # The set of permissions to check for the `resource`. Permissions with wildcards
593
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
593
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
594
594
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
595
595
  # Corresponds to the JSON property `permissions`
596
596
  # @return [Array<String>]
@@ -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.12.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220321"
25
+ REVISION = "20220502"
26
26
  end
27
27
  end
28
28
  end
@@ -160,8 +160,9 @@ module Google
160
160
  # Gets the access control policy for a resource. Returns an empty policy if the
161
161
  # resource exists and does not have a policy set.
162
162
  # @param [String] resource
163
- # REQUIRED: The resource for which the policy is being requested. See the
164
- # operation documentation for the appropriate value for this field.
163
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
164
+ # names](https://cloud.google.com/apis/design/resource_names) for the
165
+ # appropriate value for this field.
165
166
  # @param [Fixnum] options_requested_policy_version
166
167
  # Optional. The maximum policy version that will be used to format the policy.
167
168
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -244,8 +245,9 @@ module Google
244
245
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
245
246
  # PERMISSION_DENIED` errors.
246
247
  # @param [String] resource
247
- # REQUIRED: The resource for which the policy is being specified. See the
248
- # operation documentation for the appropriate value for this field.
248
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
249
+ # names](https://cloud.google.com/apis/design/resource_names) for the
250
+ # appropriate value for this field.
249
251
  # @param [Google::Apis::RuntimeconfigV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
250
252
  # @param [String] fields
251
253
  # Selector specifying which fields to include in a partial response.
@@ -282,8 +284,9 @@ module Google
282
284
  # permission-aware UIs and command-line tools, not for authorization checking.
283
285
  # This operation may "fail open" without warning.
284
286
  # @param [String] resource
285
- # REQUIRED: The resource for which the policy detail is being requested. See the
286
- # operation documentation for the appropriate value for this field.
287
+ # REQUIRED: The resource for which the policy detail is being requested. See [
288
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
289
+ # appropriate value for this field.
287
290
  # @param [Google::Apis::RuntimeconfigV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
288
291
  # @param [String] fields
289
292
  # Selector specifying which fields to include in a partial response.
@@ -385,8 +388,9 @@ module Google
385
388
  # permission-aware UIs and command-line tools, not for authorization checking.
386
389
  # This operation may "fail open" without warning.
387
390
  # @param [String] resource
388
- # REQUIRED: The resource for which the policy detail is being requested. See the
389
- # operation documentation for the appropriate value for this field.
391
+ # REQUIRED: The resource for which the policy detail is being requested. See [
392
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
393
+ # appropriate value for this field.
390
394
  # @param [Google::Apis::RuntimeconfigV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
391
395
  # @param [String] fields
392
396
  # Selector specifying which fields to include in a partial response.
@@ -590,8 +594,9 @@ module Google
590
594
  # permission-aware UIs and command-line tools, not for authorization checking.
591
595
  # This operation may "fail open" without warning.
592
596
  # @param [String] resource
593
- # REQUIRED: The resource for which the policy detail is being requested. See the
594
- # operation documentation for the appropriate value for this field.
597
+ # REQUIRED: The resource for which the policy detail is being requested. See [
598
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
599
+ # appropriate value for this field.
595
600
  # @param [Google::Apis::RuntimeconfigV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
596
601
  # @param [String] fields
597
602
  # Selector specifying which fields to include in a partial response.
@@ -853,8 +858,9 @@ module Google
853
858
  # permission-aware UIs and command-line tools, not for authorization checking.
854
859
  # This operation may "fail open" without warning.
855
860
  # @param [String] resource
856
- # REQUIRED: The resource for which the policy detail is being requested. See the
857
- # operation documentation for the appropriate value for this field.
861
+ # REQUIRED: The resource for which the policy detail is being requested. See [
862
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
863
+ # appropriate value for this field.
858
864
  # @param [Google::Apis::RuntimeconfigV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
859
865
  # @param [String] fields
860
866
  # Selector specifying which fields to include in a partial response.
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.12.0
4
+ version: 0.15.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: 2022-03-28 00:00:00.000000000 Z
11
+ date: 2022-06-13 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.4'
19
+ version: '0.5'
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.4'
29
+ version: '0.5'
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.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-runtimeconfig_v1beta1/v0.15.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: []
@@ -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.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Runtime Configuration API V1beta1