google-apis-servicemanagement_v1 0.46.0 → 0.47.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: 04ce2ba12f75821f5d4334c74f1e7c245b2424098671000ffc14267a631d15cc
4
- data.tar.gz: fea31c7acc3d7fb9b6af49114c3ddefee8a0161d02dc54029c73dd93f4f0838e
3
+ metadata.gz: f8b08076d2517ea0167227394dafcdf6bccaab65bd5447ac045c7baed03eb768
4
+ data.tar.gz: effa06db5d04bc964b488b6a7c620963aedf73d1a3d89d36da284cfff178e728
5
5
  SHA512:
6
- metadata.gz: 3c8ecd14c3b065e5e50710fbf79cfb2e98cbe7ce9120847cc0a9e3aebbc50b4489d9dc958835f1b03f170062f574399f234bbcd3487ce2e3561870e73a048227
7
- data.tar.gz: 31aacc49fe845aab487bbfa32d43f6fd8030c6df48cdb26fd6c6c6fb3f7baaacff2dd71e26052aaf8b94bada68def974953e39d5e089c5919195d9b8aaf50817
6
+ metadata.gz: 609a5fb21e485d67dc4a7ce2400e7303a3724fc51cd5097ffe901af711c181ad69643f11e56728a9e10668d141c56c901fe7d55004e77db0a5f8d227fa6de4da
7
+ data.tar.gz: eb7d88605b4e39999cdf6a6d97e711cd532f43b6edbf55c958b5153a329c1a7ecdc88f184f1958137787aef1289500a0b4ebec7f260c653045093c6a37988f6f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.47.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230804
6
+
3
7
  ### v0.46.0 (2023-08-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20230721
@@ -3114,13 +3114,13 @@ module Google
3114
3114
  # @return [String]
3115
3115
  attr_accessor :name
3116
3116
 
3117
- # The normal response of the operation in case of success. If the original
3118
- # method returns no data on success, such as `Delete`, the response is `google.
3119
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
3120
- # the response should be the resource. For other methods, the response should
3121
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
3122
- # example, if the original method name is `TakeSnapshot()`, the inferred
3123
- # response type is `TakeSnapshotResponse`.
3117
+ # The normal, successful response of the operation. If the original method
3118
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
3119
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
3120
+ # response should be the resource. For other methods, the response should have
3121
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
3122
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
3123
+ # `TakeSnapshotResponse`.
3124
3124
  # Corresponds to the JSON property `response`
3125
3125
  # @return [Hash<String,Object>]
3126
3126
  attr_accessor :response
@@ -3314,22 +3314,22 @@ module Google
3314
3314
  # evaluates to `true`. A condition can add constraints based on attributes of
3315
3315
  # the request, the resource, or both. To learn which resources support
3316
3316
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
3317
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
3317
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
3318
3318
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
3319
3319
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
3320
3320
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
3321
3321
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
3322
3322
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
3323
3323
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
3324
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
3325
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
3326
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
3327
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
3328
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
3329
- # access description: Does not grant access after Sep 2020 expression: request.
3330
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
3331
- # a description of IAM and its features, see the [IAM documentation](https://
3332
- # cloud.google.com/iam/docs/).
3324
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
3325
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
3326
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
3327
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
3328
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
3329
+ # title: expirable access description: Does not grant access after Sep 2020
3330
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
3331
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
3332
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
3333
3333
  class Policy
3334
3334
  include Google::Apis::Core::Hashable
3335
3335
 
@@ -4129,22 +4129,22 @@ module Google
4129
4129
  # evaluates to `true`. A condition can add constraints based on attributes of
4130
4130
  # the request, the resource, or both. To learn which resources support
4131
4131
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
4132
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
4132
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
4133
4133
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
4134
4134
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
4135
4135
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
4136
4136
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
4137
4137
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
4138
4138
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
4139
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
4140
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
4141
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
4142
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
4143
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
4144
- # access description: Does not grant access after Sep 2020 expression: request.
4145
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
4146
- # a description of IAM and its features, see the [IAM documentation](https://
4147
- # cloud.google.com/iam/docs/).
4139
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
4140
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
4141
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
4142
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
4143
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
4144
+ # title: expirable access description: Does not grant access after Sep 2020
4145
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
4146
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
4147
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
4148
4148
  # Corresponds to the JSON property `policy`
4149
4149
  # @return [Google::Apis::ServicemanagementV1::Policy]
4150
4150
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicemanagementV1
18
18
  # Version of the google-apis-servicemanagement_v1 gem
19
- GEM_VERSION = "0.46.0"
19
+ GEM_VERSION = "0.47.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230721"
25
+ REVISION = "20230804"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicemanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.0
4
+ version: 0.47.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: 2023-08-06 00:00:00.000000000 Z
11
+ date: 2023-08-13 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-servicemanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.46.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.47.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicemanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []