google-apis-ids_v1 0.2.0 → 0.3.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: 2a6f30d2aed14a52ce3992201bdbb61bfc8c343792517795883f3921096597fe
4
- data.tar.gz: 3fd5364d12e34cd7e9a6f970a7ceb8acbc819770ccd0f9ecc93f8f150ad2fea6
3
+ metadata.gz: 427d483ea46e7389de8645bf610303e3e0f75fec2af3f9d780fb8fc07a73603e
4
+ data.tar.gz: e288a53ec31aa4cd0ccf6fb0662e0154b0ff531b95578e3f6074483a6c0e761e
5
5
  SHA512:
6
- metadata.gz: fedf5939f3f3a97e8e008dd6149c53e63605cdefaabeb4de0d15d212353d9d7eb94ad04a983f50dbd6f4d87a62a29db07a88e205a345265b5780ba06c6b92841
7
- data.tar.gz: fc846e90e18aa830d388c802815f6cb8b1195c21931882f3262a212ec4778d284b8e844c36e3d64d74e646a24626e845c2b405d5c38f5235c84617d92f44f83a
6
+ metadata.gz: f8deb9c4973ac2c3a6788ad4ca24dc1d848d11aaea5ea4566d80b4bcb08163525ca1479aeba7a03c2895649ceb4c7919cf13f747e814f87e693a0e0991021956
7
+ data.tar.gz: 18d5154ef36f39344f43c84adcf7ad77843f96761bd22856824671c772f172bdfbe2724f91aa55772157625f83816447fc0e8b5ce5a5e1686087a02123e74940
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-ids_v1
2
2
 
3
+ ### v0.3.0 (2022-06-09)
4
+
5
+ * Regenerated from discovery document revision 20220511
6
+ * Regenerated using generator version 0.5.0
7
+
3
8
  ### v0.2.0 (2022-04-07)
4
9
 
5
10
  * Regenerated from discovery document revision 20220320
@@ -35,8 +35,8 @@ module Google
35
35
  # "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
36
36
  # , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
37
37
  # this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
38
- # exempts jose@example.com from DATA_READ logging, and aliya@example.com from
39
- # DATA_WRITE logging.
38
+ # exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
39
+ # from DATA_WRITE logging.
40
40
  class AuditConfig
41
41
  include Google::Apis::Core::Hashable
42
42
 
@@ -116,7 +116,7 @@ module Google
116
116
  # @return [Google::Apis::IdsV1::Expr]
117
117
  attr_accessor :condition
118
118
 
119
- # Specifies the principals requesting access for a Cloud Platform resource. `
119
+ # Specifies the principals requesting access for a Google Cloud resource. `
120
120
  # members` can have the following values: * `allUsers`: A special identifier
121
121
  # that represents anyone who is on the internet; with or without a Google
122
122
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -771,7 +771,7 @@ module Google
771
771
  include Google::Apis::Core::Hashable
772
772
 
773
773
  # The set of permissions to check for the `resource`. Permissions with wildcards
774
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
774
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
775
775
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
776
776
  # Corresponds to the JSON property `permissions`
777
777
  # @return [Array<String>]
@@ -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.2.0"
19
+ GEM_VERSION = "0.3.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 = "20220320"
25
+ REVISION = "20220511"
26
26
  end
27
27
  end
28
28
  end
@@ -88,8 +88,8 @@ module Google
88
88
  # The resource that owns the locations collection, if applicable.
89
89
  # @param [String] filter
90
90
  # A filter to narrow down results to a preferred subset. The filtering language
91
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
92
- # AIP-160](https://google.aip.dev/160).
91
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
92
+ # in [AIP-160](https://google.aip.dev/160).
93
93
  # @param [Fixnum] page_size
94
94
  # The maximum number of results to return. If not set, the service selects a
95
95
  # default.
@@ -253,8 +253,9 @@ module Google
253
253
  # Gets the access control policy for a resource. Returns an empty policy if the
254
254
  # resource exists and does not have a policy set.
255
255
  # @param [String] resource
256
- # REQUIRED: The resource for which the policy is being requested. See the
257
- # operation documentation for the appropriate value for this field.
256
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
257
+ # names](https://cloud.google.com/apis/design/resource_names) for the
258
+ # appropriate value for this field.
258
259
  # @param [Fixnum] options_requested_policy_version
259
260
  # Optional. The maximum policy version that will be used to format the policy.
260
261
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -345,8 +346,9 @@ module Google
345
346
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
346
347
  # PERMISSION_DENIED` errors.
347
348
  # @param [String] resource
348
- # REQUIRED: The resource for which the policy is being specified. See the
349
- # operation documentation for the appropriate value for this field.
349
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
350
+ # names](https://cloud.google.com/apis/design/resource_names) for the
351
+ # appropriate value for this field.
350
352
  # @param [Google::Apis::IdsV1::SetIamPolicyRequest] set_iam_policy_request_object
351
353
  # @param [String] fields
352
354
  # Selector specifying which fields to include in a partial response.
@@ -383,8 +385,9 @@ module Google
383
385
  # permission-aware UIs and command-line tools, not for authorization checking.
384
386
  # This operation may "fail open" without warning.
385
387
  # @param [String] resource
386
- # REQUIRED: The resource for which the policy detail is being requested. See the
387
- # operation documentation for the appropriate value for this field.
388
+ # REQUIRED: The resource for which the policy detail is being requested. See [
389
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
390
+ # appropriate value for this field.
388
391
  # @param [Google::Apis::IdsV1::TestIamPermissionsRequest] test_iam_permissions_request_object
389
392
  # @param [String] fields
390
393
  # 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-ids_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.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-04-11 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-ids_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-ids_v1/v0.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-ids_v1/v0.3.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: []
@@ -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 IDS API V1