google-apis-runtimeconfig_v1beta1 0.11.0 → 0.14.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: ede1b6fa567b155b8b0ff74af70327afe46519530761ea5cd093daa59b346c3b
4
- data.tar.gz: 8d6917e6e1ee6dd09cbfcead91b5341fa1fc31fe4cd6f1ce8c513118301ce2d3
3
+ metadata.gz: 9f7d5899fa76794c1df3e4c905e8971153cd46d259320c4257399fae895c5c48
4
+ data.tar.gz: ae5db714fff9a8284df9471426e0dd246ca36b281142321fe511c314d1c5d6d1
5
5
  SHA512:
6
- metadata.gz: 13c74584e49740103e0973fb9dc5991fd5fcc5e911a0093e72f1863b1dc439d351fce55a92d54705a1b0ea9c75d110423d4aa6268b9fb38196048031b5aac717
7
- data.tar.gz: 438b84b4eaa8ccd15a2ac3f1bd742e9c670b14207f2ffad8b57ee785bdd4773c2586652fcd4e49f58492f17ea3b5026af5e6046d2dbd54728895f19edb26fbf6
6
+ metadata.gz: f9f2087d45bb6316bda6a6a6bb2bf85e81c7bf4be5c80eb033c0c388eabd2a46628adb1a369264ae62d15e72c99f7cfeeeccb332fdd80f5c4460c08d00f0c2ea
7
+ data.tar.gz: 7c828b11864ba091f154455a167db140cb6d58234276fe8cdf4b9e0e4e6a15fa2c159159763e0baf9be3b6711fe72d1db603836a1c5c59a14621c78dc5149b6f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-runtimeconfig_v1beta1
2
2
 
3
+ ### v0.14.0 (2022-05-03)
4
+
5
+ * Regenerated from discovery document revision 20220502
6
+
7
+ ### v0.13.0 (2022-04-06)
8
+
9
+ * Regenerated from discovery document revision 20220404
10
+
11
+ ### v0.12.0 (2022-03-22)
12
+
13
+ * Regenerated from discovery document revision 20220321
14
+ * Regenerated using generator version 0.4.1
15
+
3
16
  ### v0.11.0 (2021-12-16)
4
17
 
5
18
  * Unspecified changes
@@ -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
@@ -131,8 +131,7 @@ module Google
131
131
  # A generic empty message that you can re-use to avoid defining duplicated empty
132
132
  # messages in your APIs. A typical example is to use it as the request or the
133
133
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
134
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
135
- # `Empty` is empty JSON object ````.
134
+ # protobuf.Empty) returns (google.protobuf.Empty); `
136
135
  class Empty
137
136
  include Google::Apis::Core::Hashable
138
137
 
@@ -591,7 +590,7 @@ module Google
591
590
  include Google::Apis::Core::Hashable
592
591
 
593
592
  # The set of permissions to check for the `resource`. Permissions with wildcards
594
- # (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
595
594
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
596
595
  # Corresponds to the JSON property `permissions`
597
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.11.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211108"
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.11.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: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-05-09 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-runtimeconfig_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-runtimeconfig_v1beta1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-runtimeconfig_v1beta1/v0.14.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.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Runtime Configuration API V1beta1