google-apis-ids_v1 0.1.0 → 0.4.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: e8af1f3f836c97c9b5c8b78ebbe8f7b64f98681cbbbebf9c78de0d3328ccff9b
4
- data.tar.gz: a3172b32cd01a7f956ed67051f65f565fb0f434e571980ac6dbf2b9717a3204d
3
+ metadata.gz: 10107f298f84ee199441731d1a237b6793b2ed566a1933802e8ed6affef1c3e5
4
+ data.tar.gz: f50f0431a0714450e8f98251151c07f1677fab16d8ba5dfdfac42c6bf81982fc
5
5
  SHA512:
6
- metadata.gz: a4db8211be820b334c6eea2ef01fca001832e475f2edc5a00e3aaa145d351caaa78024710296eceeb4f5e00a8a353213778ff5ab3773d8c17b987fce04bf8fc1
7
- data.tar.gz: 455c0e819648823607534abe67f1c897fcc5a57002e6e9bd787d429a589c641bd26fe7d4b98255e82bfd97b0d827276f279f8cd652c66927c8387be7af3b9b3b
6
+ metadata.gz: accf88bd228e8e91150fc28cdefa84d55ebd781d8ad3dd9e22b9eb4621423f537864a6ba918963e08eb3897c703fafd4e70b229a92b8556f3c9a23dc265a8d90
7
+ data.tar.gz: 711d81cf3b0696b433ca67c2939a1fb91e2b0f8986583dc5050bf06aa1ab277f63834fea7ed47c55f2ab62c72cc602a0c361989f3c7c76121a492d267c1354ae
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-ids_v1
2
2
 
3
+ ### v0.4.0 (2022-06-20)
4
+
5
+ * Regenerated using generator version 0.7.0
6
+
7
+ ### v0.3.0 (2022-06-09)
8
+
9
+ * Regenerated from discovery document revision 20220511
10
+ * Regenerated using generator version 0.5.0
11
+
12
+ ### v0.2.0 (2022-04-07)
13
+
14
+ * Regenerated from discovery document revision 20220320
15
+
3
16
  ### v0.1.0 (2022-01-15)
4
17
 
5
18
  * Regenerated from discovery document revision 20220110
@@ -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
@@ -180,8 +180,7 @@ module Google
180
180
  # A generic empty message that you can re-use to avoid defining duplicated empty
181
181
  # messages in your APIs. A typical example is to use it as the request or the
182
182
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
183
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
184
- # `Empty` is empty JSON object ````.
183
+ # protobuf.Empty) returns (google.protobuf.Empty); `
185
184
  class Empty
186
185
  include Google::Apis::Core::Hashable
187
186
 
@@ -772,7 +771,7 @@ module Google
772
771
  include Google::Apis::Core::Hashable
773
772
 
774
773
  # The set of permissions to check for the `resource`. Permissions with wildcards
775
- # (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
776
775
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
777
776
  # Corresponds to the JSON property `permissions`
778
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.1.0"
19
+ GEM_VERSION = "0.4.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.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220110"
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.1.0
4
+ version: 0.4.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-17 00:00:00.000000000 Z
11
+ date: 2022-06-27 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.6'
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.6'
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.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-ids_v1/v0.4.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